Marc Weustink schrieb:

While I can use Lazarus to debug the compilation of a single source
file, no such feature exists for Makefiles. I even don't know how to
translate an error address to a source code position. In Delphi I had a
"jump to address..." menu item...

Use make all as "Execute before" step in Lazarus, check all 3 checks and uncheck the compiler "Call on" checks in the last page of the project options (Compiler options -> compiler).

After these changes I get an error:

Unable to run the tool "Executing command before":
Program make not found

But make.exe is correctly entered in the environment options (the one that came with Lazarus 0.9.28).

DoDi

_______________________________________________
fpc-devel maillist  -  [email protected]
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to