[Lazarus] Lazarus SVN build "stucked" to TFPCSourceCache.Update after ran
Thierry Bothorel
thierry.bothorel at gmail.com
Wed Sep 29 13:47:32 CEST 2010
Mattias Gaertner a écrit :
>> EnvFPCSrcDir=/usr/share/fpcsrc/$(FPCVer)/ FPCSrcDir=
>>
>
> This can be improved. But I use a fpc source path with this macro too,
> so this can not be the bug.
>
>
>
This is what Lazarus read at first run from
/etc/lazarus/environmentoptions.xml
<FPCSourceDirectory Value="/usr/share/fpcsrc/$(FPCVER)/">
But normally right after first run, I go to IDE environment option to set :
Lazarus directory :
~/Sys/local/opt/lazarus_FPC_svn/
Compiler path :
~/Sys/local/opt/fpc/2.5.1/bin/fpc
FPC source directory :
~/Sys/local/opt/fpc/fpsrc/2.5.1/
>> TFPCSourceCache.Update /home/thierrybo ...
>> ^C
>> Program received signal SIGINT, Interrupt.
>> 0x000000000053ff41 in
>> SYSTEM_FPSYSCALL$INT64$INT64$INT64$INT64$INT64$$INT64 ()
>> (gdb) bt
>> #0 0x000000000053ff41 in
>> SYSTEM_FPSYSCALL$INT64$INT64$INT64$INT64$INT64$$INT64
>> ()
>> #1 0x0000000000540520 in SYSTEM_FPWAITPID$LONGINT$PCINT$LONGINT$$LONGINT ()
>> #2 0x0000000000000000 in ?? ()
>> (gdb)
>>
>
> Strange.
>
>
Well for the moment to solve my problem I have to run lazarus once with
startlazarus --pcp=~/.lazarus
after each build, then I can set these environment options
and thereafter run
startlazarus --pcp=~/.lazarus --scp=~/.lazarus
Thierry B.
More information about the Lazarus
mailing list