Re: [lazarus] Application crash

2005-09-14 Thread Mattias Gaertner
On Wed, 14 Sep 2005 02:56:42 +0200 Bjørn T. Jønsson [EMAIL PROTECTED] wrote: [...] BTW, the Unit Dependencies window doesn't update itself when loading a new project. Maybe there's already a bugreport for that, I don't know. AFAIK: No, there isn't. Mattias

Re: [lazarus] Application crash

2005-09-14 Thread Vincent Snijders
Bjørn T. Jønsson wrote: OK. I tried to report it as a bug in Lazarus Bugtracker, but the server times out (no response) when I press the Submit Report button. I tried several times... sigh But you succeeded anyway: http://www.lazarus.freepascal.org/mantis/view.php?id=1165

RE: [lazarus] Application crash

2005-09-13 Thread Bjørn T. Jønsson
Vincent Snijders wrote: For some reason the test app doesn't compile here... I get a lot of OBJPAS.pp not found and then the error: Maybe your fpc install was incomplete or your fpc.cfg was incorrectly installed. How did you install your fpc (or did you use a lazarus installer that

Re: [lazarus] Application crash

2005-09-13 Thread Felipe Monteiro de Carvalho
On 9/13/05, Bjørn T. Jønsson [EMAIL PROTECTED] wrote: I've struggled with this since mid August now...I can't even compile thesimplest program! With 25+ years of programming experience, I feel almostembarrased to admit that I can't figure out this compiler.So I must give up Lazarus for the time

Re: [lazarus} Application crash

2005-09-08 Thread Vincent Snijders
Bjørn T. Jønsson wrote: 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

RE: [lazarus] Application crash

2005-09-01 Thread Bjørn T. Jønsson
Mattias Gaertner wrote: 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

RE: [lazarus] Application crash

2005-09-01 Thread Bjørn T. Jønsson
. -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: lazarus@miraclec.com Subject: Re: [lazarus] Application

Re: [lazarus] Application crash

2005-08-31 Thread Felipe Monteiro de Carvalho
On 8/30/05, Bjørn T. Jønsson [EMAIL PROTECTED] wrote: I did. It's installed in c:\lazarus\Only my project is located elsewhere.Prognatus. Well, this should be no problem. I work with projects at very long directory names all the time. Specially things like C:/Documents and

Re: [lazarus] Application crash

2005-08-31 Thread Felipe Monteiro de Carvalho
Did you try downloading again and doing a fresh install? Maybe a corrupted download I always check the md5sum of big downloads-- Felipe Monteiro de Carvalho

RE: [lazarus] Application crash

2005-08-31 Thread Bjørn T. Jønsson
Felipe Monteiro de Carvalho wrote: Did you try downloading again and doing a fresh install? Yes. I've also tried later builds. Latest was Aug. 30th. Prognatus. _ To unsubscribe: mail [EMAIL PROTECTED] with

RE: [lazarus] Application crash

2005-08-30 Thread Bjørn T. Jønsson
Vincent Snijders wrote: What about using the gdb that comes with lazarus (on windows)? See for the path: Environment, Debugger Options, General Tab. The default is: c:\lazarus\mingw\bin\gdb.exe Thanks! I didn't know about that. You saved me from lots of fumbling there. :) I guess the Wiki

RE: [lazarus] Application crash

2005-08-30 Thread Bjørn T. Jønsson
Vincent Snijders wrote: Try creating a back trace, it gives us some information where it went wrong OK, here's the output: Starting program: D:\My Documents\$Project\!willy/willy.exe Program received signal SIGSEGV, Segmentation fault. 0x7c918fea in ntdll!RtlpWaitForCriticalSection ()

RE: [lazarus] Application crash

2005-08-30 Thread Bjørn T. Jønsson
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 - Bjørn. --- _ To unsubscribe:

Re: [lazarus] Application crash

2005-08-30 Thread Felipe Monteiro de Carvalho
Try installing lazarus on a directory that does not have spaces on it's name (the best is a short directory name). I would say this is a bug with long file names on the interface. Don't worry. Programs produced by lazarus do not have this bug ;-) -- Felipe Monteiro de Carvalho

RE: [lazarus] Application crash

2005-08-30 Thread Bjørn T. Jønsson
Felipe Monteiro de Carvalho wrote: Try installing lazarus on a directory that does not have spaces on it's name (the best is a short directory name). I would say this is a bug with long file names on the interface. I did. It's installed in c:\lazarus\ Only my project is located elsewhere.

Re: [lazarus] Application crash

2005-08-29 Thread Vincent Snijders
Bjørn T. Jønsson wrote: (This message is posted here partly because I have only guest access to the forums, but also because I got no further solving the problem by posting it in the forum. See http://www.lazarus.freepascal.org/index.php?name=PNphpBB2file=viewtopict=6 79) Some weeks ago I

Re: [lazarus] Application crash

2005-08-29 Thread Vincent Snijders
Bjørn T. Jønsson wrote: Vincent Snijders wrote: Try creating a back trace, it gives us some information where it went wrong: http://wiki.lazarus.freepascal.org/index.php/Creating_a_Backtr ace_with_GDB Thanks! I've downloaded GDB 6.3 and is looking at it. Seems to be some job setting up