[fpc-pascal] cwstrings and uclibc
Marco van de Voort
marcov at stack.nl
Mon Sep 15 13:25:25 CEST 2008
In our previous episode, Felipe Monteiro de Carvalho said:
> > Adding to what ? Where? For GUI apps only it should be ok.
>
> To the LCL.
I assume that means graphical apps.
> > I don't know what uclibc does. But cwstrings would require adaptation if it
> > doesn't, but OTOH how many GUI apps are made for uclibc?
>
> Google for ulibc qtopia. It seams to be possible with Qtopia.
That's not the question. Also that doesn't say much since they probably use
configure logic to sort the differences out. And might have unicode
disabled?
The question is if you want to support it, and who is going to do it. That
person will have to find out if iconv is in uclibc or not. If not so, you'll
also need to link iconv.
More information about the fpc-pascal
mailing list