[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] wide-char and g++



Hi,

On keskiviikko 17 huhtikuu 2013, Helmut Karlowski wrote:
> When I compile this:
> 
> extern "C"
> {
> extern int wcslen(const int * s);
> }
> int xwcslen(int const* s)
> {
>     return wcslen( (const int*)s);
> }
> 
> I get:
...
> So there would be no recursion.

As expected, now that you're calling a different
function (a C one) than the one you defined.

Does your build with the updated MiNTlib wchar.h still fail,
and if yes, to what error?

(please include both the GCC command line and whole error message)


	- Eero