Re: [Gimp-user] JPEG parameter struct mismatch

2004-07-20 Thread Marco Puszina
hi sven, hi list, well - found out what is causing the problem - i got my libjpeg configured without gcc flag -malign-double but gimp2x with -malign-double - i removed it while compiling gimp now and everything is working fine. On Monday 19 July 2004 12:12, Sven Neumann wrote: Sorry,

Re: [Gimp-user] JPEG parameter struct mismatch

2004-07-19 Thread Marco Puszina
On Monday 19 July 2004 12:12, Sven Neumann wrote: And this line looks correct. So I have no idea what is causing your problem. np - any suggestions how to track this down further? -- rgds marc'O puszina ___ Gimp-user mailing list [EMAIL PROTECTED]

[Gimp-user] JPEG parameter struct mismatch

2004-07-18 Thread Marco Puszina
hi all, since version 2.0x (i think 2.0.1 was fine and problem startet with 2.0.2 but not 100% sure)...i get a ... JPEG parameter struct mismatch: library thinks size is 372, caller expects 376. ... when trying to save jpeg's. i'm using libjpeg 6.2 /usr/include/jconfig.h

Re: [Gimp-user] JPEG parameter struct mismatch

2004-07-18 Thread Marco Puszina
Sorry... selfcompiled from source - jpeg plugin is linked against... ldd /opt/gnome/lib/gimp/2.0/plug-ins/jpeg libgimpui-2.0.so.0 = /opt/gnome//lib/libgimpui-2.0.so.0 (0x40017000) libgimpwidgets-2.0.so.0 = /opt/gnome//lib/libgimpwidgets-2.0.so.0 (0x40022000)

Re: [Gimp-user] JPEG parameter struct mismatch

2004-07-18 Thread Marco Puszina
hi sven, thx and u r saying that most liklely the gimpui is messed up by some reason? On Sunday 18 July 2004 22:37, Sven Neumann wrote: libgimpui-2.0.so.0 = /opt/gnome//lib/libgimpui-2.0.so.0 That should answer your question. The headers you showed us in an earlier mail