Re: [fpc-pascal] could not compile lazarus "make[2]: *** [lazarus] Killed"

2009-04-17 Thread Benedikt Schindler
i now use this destructor: -- destructor TGtk2WidgetSet.Destroy; begin if assigned(im_context) then g_object_unref(im_context); im_context:=nil; im_context_widget:=nil; inherited Destroy; end; -- now there is

Re: [fpc-pascal] could not compile lazarus "make[2]: *** [lazarus] Killed"

2009-04-17 Thread Henry Vermaak
2009/4/17 Vincent Snijders : > Henry Vermaak schreef: >>> 596         ldrd r0,[r0] >> >> hmm, this looks like the wrong syntax for ldrd, maybe it should be "ldr"? >> > > I don't know the arm instruction set, but this could be a deliberate illegal > instruction to test what type of arm processor is

Re: [fpc-pascal] could not compile lazarus "make[2]: *** [lazarus] Killed"

2009-04-17 Thread Vincent Snijders
Benedikt Schindler schreef: i recompiled the hole fpc with the option "-gl" and the patch Paul Ishenin mentioned. there is still a problem with programms, that wonna use windows. console prorgamms just work fine. if i try to run a lazarus programm i get this backtrace. Program received signa

Re: [fpc-pascal] could not compile lazarus "make[2]: *** [lazarus] Killed"

2009-04-17 Thread Vincent Snijders
Henry Vermaak schreef: 2009/4/17 Benedikt Schindler : i recompiled the hole fpc with the option "-gl" and the patch Paul Ishenin mentioned. there is still a problem with programms, that wonna use windows. console prorgamms just work fine. if i try to run a lazarus programm i get this backtrace.

Re: [fpc-pascal] could not compile lazarus "make[2]: *** [lazarus] Killed"

2009-04-17 Thread Henry Vermaak
2009/4/17 Benedikt Schindler : > i recompiled the hole fpc with the option "-gl" and the patch Paul Ishenin > mentioned. > there is still a problem with programms, that wonna use windows. > console prorgamms just work fine. > > if i try to run a lazarus programm i get this backtrace. > > > > --

Re: [fpc-pascal] could not compile lazarus "make[2]: *** [lazarus] Killed"

2009-04-17 Thread Benedikt Schindler
i recompiled the hole fpc with the option "-gl" and the patch Paul Ishenin mentioned. there is still a problem with programms, that wonna use windows. console prorgamms just work fine. if i try to run a lazarus programm i get this backtrace. --- (gd