Ian MacArthur wrote:
> removing the reference to X11/Intrinsic.h seems to allow the build to 
> complete,
> it doesn't appear that we need it here.

        And these warnings..

> xutf8/utf8Input.c:89: warning: incompatible implicit declaration of built-in 
> function 'memcpy'
> xutf8/utf8Input.c:150: warning: incompatible implicit declaration of built-in 
> function 'memcpy'
> [..]
> xutf8/utf8Input.c:378: warning: implicit declaration of function 'strstr'

        ..all sound like a missing #include <string.h>
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to