I found the problem. But I don't know why.
This compiles on Windows MinGW, but not in Fedora MinGW:
Glib::ustring::format(std::setfill('0'), std::setw(2), 30);
This compiles on Fedora MinGW, but not in Windows MinGW:
Glib::ustring::format(std::setfill(L'0'), std::setw(2), 30);
Thank you.
2009/4/25 Fabrício Godoy <[email protected]>
> Yes, it's that one.
>
> 2009/4/25 Gianluca Sforna <[email protected]>
>
> 2009/4/25 Fabrício Godoy <[email protected]>:
>> > This error is in Windows specific code (win_networkinterface.cpp).
>> > I can compile this using native Windows MinGW.
>>
>> Which compiler version are you using in windows? the stock one is 3.4.5
>> IIRC.
>>
>> --
>> Gianluca Sforna
>>
>> http://morefedora.blogspot.com
>> http://www.linkedin.com/in/gianlucasforna
>> _______________________________________________
>> fedora-mingw mailing list
>> [email protected]
>> https://admin.fedoraproject.org/mailman/listinfo/fedora-mingw
>>
>
>
_______________________________________________
fedora-mingw mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/fedora-mingw