Re: [Lazarus] IDE doesn't start after build with lazbuild

2008-09-01 Thread Mattias Gaertner
On Mon, 1 Sep 2008 16:48:37 +0200 Roland Turcan <[EMAIL PROTECTED]> wrote: > Hello Mattias, > > Could be, that lazbuilder doesn't produce correct executable, because: > > ./lazbuild -B --build-ide="-va" > > produces executable, which hangs during startup. When I break > execution in gdb pressin

Re: [Lazarus] IDE doesn't start after build with lazbuild

2008-09-01 Thread Roland Turcan
Hello Mattias, Could be, that lazbuilder doesn't produce correct executable, because: ./lazbuild -B --build-ide="-va" produces executable, which hangs during startup. When I break execution in gdb pressing Ctrl+C, then backtrace contains: MG> macg4:lazarus test$ gdb lazarus.app/ MG> GNU gdb 6.3

Re: [Lazarus] IDE doesn't start after build with lazbuild

2008-08-29 Thread Mattias Gaertner
On Fri, 29 Aug 2008 14:24:41 +0200 Roland Turcan <[EMAIL PROTECTED]> wrote: > <<< 29.8.2008 14:04 - Mattias Gärtner "[EMAIL PROTECTED]" >>> > MG> Zitat von Roland Turcan <[EMAIL PROTECTED]>: > > >> Hello lazarus project! > >> > >> When I build lazarus from actual SVN or older using by lazbuild, >

Re: [Lazarus] IDE doesn't start after build with lazbuild

2008-08-29 Thread Roland Turcan
<<< 29.8.2008 14:04 - Mattias Gärtner "[EMAIL PROTECTED]" >>> MG> Zitat von Roland Turcan <[EMAIL PROTECTED]>: >> Hello lazarus project! >> >> When I build lazarus from actual SVN or older using by lazbuild, then >> lazarus doesn't start. MG> Open a terminal and start it there: MG> cd path/to/laz

Re: [Lazarus] IDE doesn't start after build with lazbuild

2008-08-29 Thread Mattias Gärtner
Zitat von Roland Turcan <[EMAIL PROTECTED]>: > Hello lazarus project! > > When I build lazarus from actual SVN or older using by lazbuild, then > lazarus doesn't start. Open a terminal and start it there: cd path/to/lazarus ./lazarus.app/Contents/MacOS/lazarus What does it show? > When I try t

[Lazarus] IDE doesn't start after build with lazbuild

2008-08-29 Thread Roland Turcan
Hello lazarus project! When I build lazarus from actual SVN or older using by lazbuild, then lazarus doesn't start. When I try to build it using by "make clean all", then IDE starts and I checked if there are any packages which could make a trouble, but there are only default ones. I've tried to d