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
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
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
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.
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.
>
>
>
> --
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
Backtrace of a programm with just an empty window.
programm was compiled with "-O- -dFPC_ARMEL -dFPC_ABI_EABI -gl"
Program received signal SIGILL, Illegal instruction.
0x0002057c in SYSTEM_FPC_CPUCODEINIT ()
(gdb) bt
#0 0x0002057c in SYST
2009/4/15 Benedikt Schindler :
> i got 128MB of RAM and i have a swap file of 250MB.
>
> compiling the projects manually works fine.
> no error from the compiler.
>
> That would be all i need, but still the compiled programm don't run.
> I will now try the patch Paul Ishenin told me.
can you get a
i got 128MB of RAM and i have a swap file of 250MB.
compiling the projects manually works fine.
no error from the compiler.
That would be all i need, but still the compiled programm don't run.
I will now try the patch Paul Ishenin told me.
Beni
Henry Vermaak schrieb:
2009/4/15 Benedikt Schi
Benedikt Schindler wrote:
i now tried to compile a project with the "lcl/units/arm-linux/gtk2"
units.
compiling worked without errors. when i try to start the programm i
get an error.
maybe this and the "compiling lazarus error" is the same problem?
[FORMS.PP] ExceptionOccurred
Sender=EAccess
2009/4/15 Benedikt Schindler :
> - yes there is enough memory
how much have you got? i got a crash the other day trying to make
another locale by running localedef, and that was on 64MB of memory.
had to make a swapfile for it to work.
try and compile your projects manually, without compiling th
i now tried to compile a project with the "lcl/units/arm-linux/gtk2" units.
compiling worked without errors. when i try to start the programm i get
an error.
maybe this and the "compiling lazarus error" is the same problem?
[FORMS.PP] ExceptionOccurred
Sender=EAccessViolation
Exception=Access
Hi,
i try to compile lazarus and i get a "make[2]: *** [lazarus] Killed".
there is no more information about what error raised.
In dmesg i just get :
[495850.88] select 1 (init), adj 0, size 61, to kill
[495850.88] select 8544 (dropbear), adj 0, size 109, to kill
[495850.88] select 9
13 matches
Mail list logo