Zitat von Hans-Peter Diettrich <drdiettri...@aol.com>:
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
Under windows the program is called 'make.exe'.
If you do not specify a path the IDE searches it in the PATH.
But make.exe is correctly entered in the environment options (the
one that came with Lazarus 0.9.28).
If you want to use that make, use the macro $(make).
Mattias
_______________________________________________
fpc-devel maillist - fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel