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
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.
>>>
>>>
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_
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
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
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
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
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:
/*
* =