On 03/17/2010 11:58 PM, Paul Ishenin wrote: > Anyway, all that info is available in the wiki. Try to find it. In fact it was quite easy. I did not even need to check the Wiki. Just setting the appropriate paths in "Environmet" (and restarting Lazarus after that !! ) did the trick and I now can recompile the IDE and the LCL.
I just am a little bit unsure if I really use the correct compiler After compiling FPC from the source code I have 268572 2009-12-31 16:23 /usr/bin/fpc ---> Free Pascal Compiler version 2.4.0 [2009/12/31] for i386 268572 2009-12-31 16:23 /usr/bin/X11/fpc ---> Free Pascal Compiler version 2.4.0 [2009/12/31] for i386 281788 2010-03-22 16:32 /usr/local/bin/fpc ---> Free Pascal Compiler version 2.4.0 [2009/12/31] for i386 so I set the Lazarus compiler path to /usr/local/bin/fpc. But uis this good enough ? A seemingly related question: At first I left the compiler setting to be /usr/bin/fpc. After recompilinig everything, I could step into the LCL functions with F7. Then I set it to /usr/local/bin/fpc After recompilinig everything, I could not step into the LCL functions with F7 any more. How did this happen ? I suppose the LCL is now compiled without debug information. How can I reenable this. -Michael -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
