[Lazarus] zeosdbo 6.6.3-stable update-sql-editor

Diwakoe diwakoe at gmail.com
Tue Sep 2 03:21:01 CEST 2008


On Mon, 1 Sep 2008 16:48:37 +0200
Roland Turcan <konf at rotursoft.sk> 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 pressing Ctrl+C, then backtrace contains:
> 
> MG>[...]
> MG> #7  0x00265b90 in TGTKWIDGETSET__PASSCMDLINEOPTIONS
> MG> (this=0x528e140) at gtkwidgetset.inc:293

gtk?
You are either not using the recent 0.9.25 or you have manually built a
gtk lazbuild. lazbuild uses as default the widgetset it was build with.
A gtk IDE is an X program and must be started with X. See the wiki for
more information.


> MG> #8  0x002659b4 in TGTKWIDGETSET__CREATE (vmt=0x95a214,
> MG> this=0x528e140) at gtkwidgetset.inc:213
> MG> #9  0x000280f8 in CREATEWIDGETSET (AWIDGETSETCLASS=<incomplete
> MG> type>) at forms.pp:1593 #10 0x000274a4 in _INTERFACES_init () at
> MG> type>interfaces.pp:43
> MG> #11 0x000174b4 in fpc_initializeunits ()
> MG> #12 0x00001d7c in PASCALMAIN () at lazarus.pp:78
> MG> #13 0x00024ee0 in SYSTEM_FPC_SYSTEMMAIN$LONGINT$PPCHAR$PPCHAR ()
> MG> #14 0x00001d2c in _start ()
> MG> #15 0x00001a30 in start ()
> MG> (gdb)
> 
> 
> ./lazbuild -B --build-ide="-va" --ws=carbon
> 
> produces working executable, so I can continue in looking for a
> problem with building lazarus with our package.

carbon is nowadays the default. You can update your lazbuild with

make lazbuilder

(Make sure you have recent lazarus sources)

Mattias



More information about the Lazarus mailing list