| Summary: | kdeedu: kalzium makefile patch | ||
|---|---|---|---|
| Product: | TDE | Reporter: | Darrell <darrella> |
| Component: | tdeedu | Assignee: | Timothy Pearson <kb9vqf> |
| Status: | RESOLVED FIXED | ||
| Severity: | trivial | CC: | bugwatch, darrella |
| Priority: | P5 | ||
| Version: | R14.0.0 [Trinity] | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Compiler Version: | TDE Version String: | ||
| Application Version: | Application Name: | ||
| Attachments: | Fix kalzium makefile | ||
A quick search revealed this: http://code.google.com/p/sks-keyserver/issues/detail?id=4 So it is a good idea to also add a ".depend: dep" to the makefile. Since I have no idea what the .depend file is supposed to contain I have applied your patch as-is in GIT hash b83d045. Thanks for reporting, and for the patch! Although the bug report is now resolved, the contents of the .depends file: calc.cmi: chemset.cmi chem.cmi: datastruct.cmi datastruct.cmi: chemset.cmi parser.cmi: chemset.cmi calc.cmo: parser.cmi lexer.cmo datastruct.cmi chemset.cmi chem.cmi calc.cmi calc.cmx: parser.cmx lexer.cmx datastruct.cmx chemset.cmx chem.cmx calc.cmi chem.cmo: datastruct.cmi chem.cmi chem.cmx: datastruct.cmx chem.cmi chemset.cmo: chemset.cmi chemset.cmx: chemset.cmi datastruct.cmo: chemset.cmi datastruct.cmi datastruct.cmx: chemset.cmx datastruct.cmi lexer.cmo: parser.cmi lexer.cmx: parser.cmx main.cmo: calc.cmi main.cmx: calc.cmx parser.cmo: chemset.cmi parser.cmi parser.cmx: chemset.cmx parser.cmi |
Created attachment 263 [details] Fix kalzium makefile I don't know whether the incorrect Makefile affected how kalzium builds with ocaml support, but the existing Makefile always causes the following error: Makefile:92: .depend: No such file or directory I'm no Makefile expert by any means but searching the web revealed a simple solution of prefixing the include directive with a dash. Seems to work too. No more error message.