On 20 Sep 2008, at 21:28, Greg Ercolano wrote:

> 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>

Indeed - what I failed to make clear in my previous post (sorry) is  
that the 'memcpy' and 'strstr' warnings disappear when I comment out  
the unresolved reference to X11/Intrinsic.h from the input file...  
Which is somewhat odd, I think.

Anyway, I don't think we need the ref to X11/Intrinsic.h anyway -  
removing it from the file (even on systems that do have X11/ 
Intrinsic.h installed) makes no difference to the build.

-- 
Ian


_______________________________________________
fltk-dev mailing list
fltk-dev@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to