Forum > Packages and Libraries

cannot compile bgrabitmap, lazarus 1.0.8, fpc2.6.2, ubuntu 13.04

(1/2) > >>

Blue1987:
hello... i am working with the following configuration: lazarus 1.0.8, fpc2.6.2, ubuntu 13.04 (64bit)
I am trying to install bgracontrols libraries, but I cannot compile bgrabitmap... it gives me instead the following error...

/media/paolo/C80EBCAE0EBC96C2/lazarus/components/bgrabitmap7.2/bgrasse.pas(159,21) Fatal: Internal error 201001032


than you,
Paolo

macmike:
Same for me.

I use bgrabitmap on linux 32, win 64 and mac without any problems. On the same set of stuff as above there's a failure to compile BGRASSE.pas on line 159 due to internal error 201001032 on the first line of Add3D_AlignedSSE


--- Code: ---{$ifdef BGRASSE_AVAILABLE}
procedure Add3D_AlignedSSE(var dest: TPoint3D_128; const src: TPoint3D_128); assembler;
asm
  movaps xmm0, [dest]
  movups xmm1, [src]
  addps xmm0, xmm1
  movaps [dest], xmm0
end;
{$endif}   
--- End code ---

Blue1987:
 Any idea guys?

Leledumbo:
Upgrade FPC to trunk (or wait for next release), internal error is not user code error. You can search for internal error in forum and bugtracker. It's something that should never happen but eventually happened.

Blue1987:

--- Quote from: Leledumbo on May 12, 2013, 07:18:13 pm ---Upgrade FPC to trunk

--- End quote ---

and how can I do this??



thank you,
Paolo

Navigation

[0] Message Index

[#] Next page

Go to full version