Gents,

Building fltk-1.3 svn on my ubuntu 8.04 box, it fails as shown below. I haven't 
updated this box recently...

Not seen this on my other builds (an older FC7 box), which appears to work OK.

Compiling xutf8/utf8Input.c...
xutf8/utf8Input.c:43:27: error: X11/Intrinsic.h: No such file or directory
xutf8/utf8Input.c: In function 'XConvertEucTwToUtf8':
xutf8/utf8Input.c:89: warning: implicit declaration of function 'memcpy'
xutf8/utf8Input.c:89: warning: incompatible implicit declaration of built-in 
function 'memcpy'
xutf8/utf8Input.c: In function 'XConvertEucKrToUtf8':
xutf8/utf8Input.c:150: warning: incompatible implicit declaration of built-in 
function 'memcpy'
xutf8/utf8Input.c: In function 'XConvertBig5ToUtf8':
xutf8/utf8Input.c:192: warning: incompatible implicit declaration of built-in 
function 'memcpy'
xutf8/utf8Input.c: In function 'XConvertGb2312ToUtf8':
xutf8/utf8Input.c:224: warning: incompatible implicit declaration of built-in 
function 'memcpy'
xutf8/utf8Input.c: In function 'XConvertEucCnToUtf8':
xutf8/utf8Input.c:256: warning: incompatible implicit declaration of built-in 
function 'memcpy'
xutf8/utf8Input.c: In function 'XConvertEucJpToUtf8':
xutf8/utf8Input.c:298: warning: incompatible implicit declaration of built-in 
function 'memcpy'
xutf8/utf8Input.c: In function 'XConvertEucToUtf8':
xutf8/utf8Input.c:378: warning: implicit declaration of function 'strstr'
xutf8/utf8Input.c:378: warning: incompatible implicit declaration of built-in 
function 'strstr'
make[1]: *** [xutf8/utf8Input.o] Error 1
make: *** [all] Error 1


Note that, at least on this test, removing the reference to X11/Intrinsic.h 
seems to allow the build to complete, it doesn't appear that we need it here.

--
Ian


_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to