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

2007-02-03 Thread Pedro Alves
Pedro Alves escreveu: > Pedro Alves escreveu: > >> Pedro Alves escreveu: >> >> >>> Nuno Lucas escreveu: >>> >>> It seems the partial specialization for std::basic_string is missing on the C++ library for mingw32ce. I'm wondering if it was just an oversight

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

2007-02-03 Thread Pedro Alves
Pedro Alves escreveu: > Pedro Alves escreveu: > >> Nuno Lucas escreveu: >> >>> It seems the partial specialization for std::basic_string is >>> missing on the C++ library for mingw32ce. >>> >>> I'm wondering if it was just an oversight or it's something that needs >>> to be fixed. >>> >>>

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

2007-02-03 Thread Pedro Alves
Pedro Alves escreveu: > Nuno Lucas escreveu: >> It seems the partial specialization for std::basic_string is >> missing on the C++ library for mingw32ce. >> >> I'm wondering if it was just an oversight or it's something that needs >> to be fixed. >> >> > > Both? Looks like _GLIBCXX_USE_WCHAR_

Re: [Cegcc-devel] Needed DLL's

2007-02-03 Thread Pedro Alves
Oooops, Here is the patch. Cheers, Pedro Alves Pedro Alves escreveu: Danny Backx escreveu: On Mon, 2007-01-22 at 21:13 +, Cool_Zer0 wrote: I just want to be able to decompress H.263 :( Now that I've compiled FFMpeg it seems that isn't working correctly... Is thi

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

2007-02-03 Thread Pedro Alves
Nuno Lucas escreveu: > It seems the partial specialization for std::basic_string is > missing on the C++ library for mingw32ce. > > I'm wondering if it was just an oversight or it's something that needs > to be fixed. > > Both? Looks like _GLIBCXX_USE_WCHAR_T isn't being defined. Somewhat f

Re: [Cegcc-devel] Needed DLL's

2007-02-03 Thread Pedro Alves
Danny Backx escreveu: > On Mon, 2007-01-22 at 21:13 +, Cool_Zer0 wrote: > >> I just want to be able to decompress H.263 :( >> Now that I've compiled FFMpeg it seems that isn't working correctly... >> > > Is this something we can help you with ? > > Another user (Daniel, CCed) has re

[Cegcc-devel] [mingw32ce] A few ctype out-of-line functions added.

2007-02-03 Thread Pedro Alves
Hi guys, The committed patch with the change log entry below was needed to build the newlib math testsuite on mingw32ce. The problem was that there is code on the testsuite that loads the address of those ctype functions into a function pointer. Since we only had inline versions ( __attribute

[Cegcc-devel] [mingw32ce] New math support committed.

2007-02-03 Thread Pedro Alves
Hi all, I just committed the new mingw/mingwex/mathce dir, which contains the c99 math extensions to coredll. This code is mostly based on the libm from OpenBSD, which is mostly based on code copyrighted to Sun with the following license: /* * =