[ros-dev] Patch to get ROS Building under Linux
Hartmut Birr
hartmut.birr at gmx.de
Sun Dec 19 23:01:51 CET 2004
Steven Edwards schrieb:
>--- David Kredba <kredba at ibot.cas.cz> wrote:
>
>
>>I am using gcc-3.4.1.
>>
>>
>
>I see this issue with 3.4.2.
>
>
Hi,
I thing that is a problem of mingw-runtime-3.5. The definition of wcsdup
in string.h is:
_CRTIMP wchar_t* __cdecl wcsdup (wchar_t*);
But it must be:
_CRTIMP wchar_t* __cdecl wcsdup (const wchar_t*);
- Hartmut
More information about the Ros-dev
mailing list