Hey,

i've found 2 problems with the jpeg port when using cegcc compiler. The 
first one is that boolean is of size 4 with cegcc (it should 1) and with 
the current package in SF.

i modified in jconfig.h

#ifdef __MINGW32CE__

to

#if defined __MINGW32CE__ || defined __CEGCC__

hence, we can initialize libjpeg.

The new packages can be found here:

http://www.maths.univ-evry.fr/pages_perso/vtorri/files/jpeg-6b-src.tar.bz2
http://www.maths.univ-evry.fr/pages_perso/vtorri/files/libjpeg-6b-bin.tar.bz2
http://www.maths.univ-evry.fr/pages_perso/vtorri/files/libjpeg-6b-dev.tar.bz2

can someone upload them ?

thank you

The second problem i have encountered is the next mail :)

Vincent Torri

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to