[Cegcc-devel] arm-mingw32ce-gcc -g makes ld fail in mingw

2010-01-26 Thread Sébastien Lorquet
Hi, I my quest trying to get a working mingw32ce version under win32 mingw (is someone interested by my (trivial) changes to the build-mingw32ce.sh script?) I had a small problem. I noticed that any program compiled with -g makes LD fail with a win32 exception dialog. The exception code is 0xC0..

[Cegcc-devel] TransparentBlt()

2010-01-26 Thread Max Kellermann
Hi, I am missing the function TransparentBlt() with mingw32ce 0.59.1. wingdi.h provides the prototype only if WINVER>=0x410, but MSDN states TransparentBlt() is available since CE 4.0: http://msdn.microsoft.com/en-us/library/aa453778.aspx wingdi.h defaults to WINVER=0x400, and doesn't bother to

Re: [Cegcc-devel] svn trunk r1437 not build ?

2010-01-26 Thread Mr Souissi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pedro Alves a écrit : > Here's the problem. My guess is that you have CC in your environment > set to arm-mingw32ce-gcc. Unset it, and try again.. Yes, you right :) because i have add some lines in "cegcc user profile" (in .bashrc) like export CC=ar

[Cegcc-devel] ported packages : new version

2010-01-26 Thread Vincent Torri
there are currently 4 ported packages (zlib, libjpeg, libpng and freetype). Each of them have new versions (excepted zlib, but it will be soon). So i want to provide new packages. I would like advices on the flags i should use, not use, for optimisations (in speed, mainly). In each tarball, i

Re: [Cegcc-devel] svn trunk r1437 not build ?

2010-01-26 Thread Pedro Alves
On Monday 25 January 2010 23:27:08, Mr Souissi wrote: > checking for x86_64-unknown-linux-gnu-gcc... arm-mingw32ce-gcc Here's the problem. My guess is that you have CC in your environment set to arm-mingw32ce-gcc. Unset it, and try again.. -- Pedro Alves --