Vincent Snijders wrote: > Mattias Gaertner wrote: > > > > I guess, it's the spaces in the path. > > > > ...delfi\top down city\code\... > > > > I don't think so: [...] > fpc 2.0.0 can compile the test app too.
For some reason the test app doesn't compile here... I get a lot of OBJPAS.pp not found and then the error: Fatal syntax error "BEGIN" expected but "end of file" found. These are the compiler options in effect: -S2cdgi -CX -Cirot -Ch16384 -Or -TWin32 -gl -XX -WG -vewnhi -l -FuC:\lazarus\lcl\units\i386-win32\ -FuC:\lazarus\lcl\units\i386-win32\win32\ -FuC:\lazarus\packager\units\i386-win32\ -Fu. "-oD:\My Documents\$Project\!willy\willy.exe" -dLCL Do you see anything missing or incorrect? Prognatus. --- > -----Original Message----- > From: Vincent Snijders [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 31, 2005 11:32 AM > To: [email protected] > Subject: Re: [lazarus] Application crash > > Mattias Gaertner wrote: > > On Wed, 31 Aug 2005 04:19:16 +0200 > > "Bjørn T. Jønsson" <[EMAIL PROTECTED]> wrote: > > > > > >>Hmmm... I'm wondering if it's a path issue? Maybe related > to long paths, > >>paths on other disks than Lazarus, or similar. See also this: > >> > >>http://www.lazarus.freepascal.org/mantis/view.php?id=900 > > > > > > I guess, it's the spaces in the path. > > > > ...delfi\top down city\code\... > > > > I don't think so: > > [TCompiler.Compile] > CmdLine="D:\FPC\2.1.1\bin\i386-Win32\ppc386.exe -S2cgi -OG1 > -gl -WG -vewnhi -l > -Fu..\..\..\..\..\..\..\..\..\source\lazarus\lcl\units\i386- > win32\ > -Fu..\..\..\..\..\..\..\..\..\source\lazarus\lcl\units\i386-wi > n32\win32\ > -Fu..\..\..\..\..\..\..\..\..\source\lazarus\packager\units\i3 > 86-win32\ -Fu. "-o > D:\lazarus\bugs\900-documents and > settings\jernej\desktop\appbuilder\delfi\top d > own city\code\real time code\project1.exe" -dLCL -dLCLwin32 > "D:\lazarus\bugs\900 > -documents and settings\jernej\desktop\appbuilder\delfi\top > down city\code\real > time code\project1.lpr"" > Hint: Start of reading config file D:\FPC\2.1.1\bin\i386-Win32\fpc.cfg > Hint: End of reading config file D:\FPC\2.1.1\bin\i386-Win32\fpc.cfg > Free Pascal Compiler version 2.1.1 [2005/08/30] for i386 > Copyright (c) 1993-2005 by Florian Klaempfl > Target OS: Win32 for i386 > Compiling D:\lazarus\bugs\900-documents and > settings\jernej\desktop\appbuilder\d > elfi\top down city\code\real time code\project1.lpr > Compiling Unit1.pas > Unit1.pas(16,28) Hint: Parameter "Sender" not used > Linking D:\lazarus\bugs\900-documents and > settings\jernej\desktop\appbuilder\del > fi\top down city\code\real time code\project1.exe > 64 Lines compiled, 16.0 sec > [TCompiler.Compile] end > > fpc 2.0.0 can compile the test app too. > > > > > I think, we should add checks in the IDE to warn about > paths with spaces. > > > > Vincent. > > _________________________________________________________________ > To unsubscribe: mail [EMAIL PROTECTED] with > "unsubscribe" as the Subject > archives at http://www.lazarus.freepascal.org/mailarchives _________________________________________________________________ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives
