[fpc-devel] OO rewrite - first round finished

Mattias Gärtner nc-gaertnma at netcologne.de
Thu Aug 5 17:12:25 CEST 2010


Zitat von Hans-Peter Diettrich <DrDiettrich1 at 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






More information about the fpc-devel mailing list