I also had problems with that package also. Try to download bgrabitmap7.2 and bgracontrols-2.2
Compile bgracontrols-2.2 first, then compile bgrabitmap7.2, and in the same order install the package on the ide.
bgracontrols-2.2: http://sourceforge.net/projects/bgracontrols/
bgrabitmap7.2: http://sourceforge.net/projects/lazpaint/files/src/
Impossible to compile bgracontrols first, it depends on bgrabitmap!!
See section File Uses
bcbasectrls.pas:
uses
Classes, SysUtils, Controls, BGRABitmap, BGRABitmapTypes; If I try to compile the BGRABitmap got the error in the snippet of
bgrasse.pas:
{$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} particularly in bold line. The error message is:
/home/neodarkman/bgrabitmap7.2/bgrasse.pas(159,21) Fatal: Internal error 201001032
package: bgrabbitmap 7.2
Lazarus 1.0.8 - 19/03/2013
Free Pascal Compiler version 2.6.2 [2013/02/16]
on Kubuntu 12.10 64bits.
Kernel: 3.5.0-26
BigChimp: I searched on google before posting here .... but only found people with the same problem and some reporting success, but without presenting indeed the solution. Really thought about being a bug in FPC as well as several other people, but I preferred not to rush and not registered in the
www.bugsfreepascal.org bug, just to have found success stories (?) when compiling the package on lazarus / fpc 2.6.2. Hence, I apologize for asking so "obvious" ...
I need to know how to rotate jpeg images, but only find codes for bitmap images, this package would help me a lot .... but as he seems to have problems ... and I'm not so good programmer to fix it, mainly in assembler code.