[Lazarus] lazbuild build IDE profiles
waldo kitty
wkitty42 at windstream.net
Tue Apr 3 22:31:05 CEST 2012
On 4/3/2012 04:07, Mattias Gaertner wrote:
> On Mon, 02 Apr 2012 22:58:56 -0400
> waldo kitty<wkitty42 at windstream.net> wrote:
>
>> now, with an apparently working flow, the first occurrence of "laz\C:\" is when
>> linking lazarus.new.exe which should be in the lazbuild section, i think... i'm
>> digging but it isn't easy due to the size of the log :? :(
>>
>> [time passes]
>>
>> should i send the (13.5Meg) log? i can't see the trees for the leaves :(
>
> What about only those thousand lines in front of the error?
in front of the first case where C:\ is in the middle of the search path? yeah,
i think i can do that... [time passes] maybe not... there's several thousand of
those type of lines... 1000 is not enough... however, i think i finally found
the beginning of the building of the ide... this is the lazbuild version since
it is linking "lazarus.new.exe"...
129806 ../tools/svn2revisioninc.exe .. revision.inc
129807 Created C:\freepascal\laz\ide\revision.inc for revision: 36532
129808 C:/freepascal/binutils/i386-win32/make.exe --assume-new=lazarus.pp
lazarus.exe OPT=' -WG -gw -gl -godwarfsets -gh -gt -Co -Cr -Ci -Sa -dDebug
-dVerbose -vut -dDebug -dVerbose
@C:\DOCUME~1\e3br42x1\LOCALS~1\APPLIC~1\lazarus\idemake.cfg'
129809 make.exe[2]: Entering directory `C:/freepascal/laz/ide'
129810 C:/freepascal/fpc/2.4.5/bin/i386-win32/fpc.exe -gl -Sci -dlclwin32
-Fu../lcl/units/i386-win32 -Fu../lcl/units/i386-win32/win32
-Fu../components/codetools/units/i386-win32
-Fu../components/lazutils/lib/i386-win32
-Fu../components/synedit/units/i386-win32/win32
-Fu../components/lazcontrols/lib/i386-win32/win32 -Fu../components/custom
-Fu../ideintf/units/i386-win32/win32 -Fu../designer -Fu../debugger
-Fu../debugger/frames -Fu../converter -Fu../packager -Fu../packager/frames
-Fu../packager/units/i386-win32 -Fu../units/i386-win32/win32 -Fuframes -Fu.
-Fiinclude -Fiinclude/win32 -Fi../images -FE.. -FU../units/i386-win32/win32 -WG
-gw -gl -godwarfsets -gh -gt -Co -Cr -Ci -Sa -dDebug -dVerbose -vut -dDebug
-dVerbose @C:\DOCUME~1\e3br42x1\LOCALS~1\APPLIC~1\lazarus\idemake.cfg -di386
lazarus.pp
129811 Configfile search: fpc.cfg
219812 Configfile search: C:\freepascal\fpc\2.4.5\bin\i386-win32\fpc.cfg
129813 Reading options from file C:\freepascal\fpc\2.4.5\bin\i386-win32\fpc.cfg
129814 Compiling Debug Version
129815 Reading options from file
C:\DOCUME~1\e3br42x1\LOCALS~1\APPLIC~1\lazarus\idemake.cfg
129816 Free Pascal Compiler version 2.4.5 [2011/06/01] for i386
129817 Copyright (c) 1993-2010 by Florian Klaempfl
129818 Path "C:\freepascal\fpc\2.4.5\rtl\i386-win32\" not found
129819 Compiler: C:\freepascal\fpc\2.4.5\bin\i386-win32\ppc386.exe
129820 Target OS: Win32 for i386
129821 Using executable path: C:\freepascal\fpc\2.4.5\bin\i386-win32\
[... 75495 lines ...]
205316 Linking C:\freepascal\laz\lazarus.new.exe
205317 Searching file ..\units\i386-win32\win32\lazarus.o... found
205318 Searching file C:\freepascal\laz\..\units\i386-win32\win32\lazarus.o...
not found
205319 Searching file ..\units\i386-win32\win32\lazarus.o... found
205320 Reading object ..\units\i386-win32\win32\lazarus.o
205321
205322 Searching file ..\units\i386-win32\win32\lazarus.or... found
205323 Searching file C:\freepascal\laz\..\units\i386-win32\win32\lazarus.or...
not found
205324 Searching file ..\units\i386-win32\win32\lazarus.or... found
205325 Reading object ..\units\i386-win32\win32\lazarus.or
205326 Searching file C:\freepascal\fpc\2.4.5\units\i386-win32\rtl\system.o... found
205327 Searching file
C:\freepascal\laz\C:\freepascal\fpc\2.4.5\units\i386-win32\rtl\system.o... not found
205328 Searching file C:\freepascal\fpc\2.4.5\units\i386-win32\rtl\system.o... found
205329 Reading object C:\freepascal\fpc\2.4.5\units\i386-win32\rtl\system.o
205318 and 205323 show one with "..\" in the middle trying to go below \laz\...
205327 is the first occurrence with "laz\C:\"... i see now that this is in the
linking section...
More information about the Lazarus
mailing list