[Cegcc-devel] Updated src/mingw and src/w32api.

2007-02-04 Thread Pedro Alves
Hi guys, I just finished the update of src/mingw and src/w32api to the current CVS upstream versions. The main reason I wanted to do this, is that enables up to remove the copy_headers and mingw-fake_crt hacks. There is just one stumbling block that needs to be removed to remove those hacks.

Re: [Cegcc-devel] [mingw32ce] Add dummy libm.a.

2007-02-04 Thread Muskelkater
Great. I hope that will help me compile ffmpeg. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pedro Alves Sent: Sunday, February 04, 2007 9:10 PM To: [email protected] Subject: [Cegcc-devel] [mingw32ce] Add dummy libm.a. Hi guys, I don

[Cegcc-devel] [mingw32ce] Add dummy libm.a.

2007-02-04 Thread Pedro Alves
Hi guys, I don't know why this was never noticed, but we were failing to build a dummy libm.a like the desktop MinGW does. It is fixed now on svn. Should solve the problems people were having where the linker complained about a missing libm.a. Cheers, Pedro Alves ---

Re: [Cegcc-devel] No std::wstring on mingw32ce?

2007-02-04 Thread Pedro Alves
Pedro Alves escreveu: > Done. Fixed. I got std::wstring working here. I'll commit the needed > changes tomorrow. > Changes are in trunk now. Cheers, Pedro Alves - Using Tomcat but need to do more? Need to support web s

[Cegcc-devel] Proposal: Add another libiconv hint

2007-02-04 Thread Muskelkater
(I had sent this before but with a mail address not subscribed to the list. Please do not approve the old mail) Hi there, I am currently trying to build ffmpeg (but that won't go into this thread!) and experienced heavy problems with cegcc on a linux 64bit machine. The reason was that I compiled

Re: [Cegcc-devel] [Cegcc-svn] SF.net SVN: cegcc: [879] trunk/cegcc/src

2007-02-04 Thread Pedro Alves
Hi Danny, [EMAIL PROTECTED] escreveu: > -mkdir -p ${PREFIX}/${TARGET}/include/w32api > -cp -rf ${BASE_DIRECTORY}/w32api/include/*.h > ${PREFIX}/${TARGET}/include/w32api || exit 1 > +mkdir -p ${PREFIX}/${TARGET}/include/w32api/{GL,directx,ddk} > +cp -fp ${BASE_DIRECTORY}/w32api/inc

Re: [Cegcc-devel] Needed DLL's

2007-02-04 Thread Cool_Zer0
Hi. Right now I'm trying to decompress on Windows because it's easier to debug... But when I tried on WinCE I think that it all work good... But as soon as I can I'll try that... Now I'm just in a battle with MFC and the CreateBitmap ;) Pedro Alves wrote: > Oooops, > > Here is the patch. >