Hi all,

    I have written a program that used imlib2 for image processing. And
that program will be ported to an embedded system.
Therefore , i would like to compile imlib2(1.0.6) without x. I have
applied the option "--without-x" for configure script. However,
it seem that the some code are still depended on X. (struct _imlib_xfont
that have a member field with type XFontSet)
Do imlib2 really supported to compile without X?

bash> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/include -I../libltdl
-I/usr/local/include -I/usr/local/include -I. -I.. -I../src -I../loaders
-g -O2 -c api.c  -fPIC -DPIC -o .libs/api.lo
In file included from api.c:36:
font.h:119: error: parse error before "XFontSet"
font.h:119: warning: no semicolon at end of struct or union
font.h:121: error: parse error before '*' token
font.h:121: warning: data definition has no type or storage class
font.h:136: error: parse error before '}' token
font.h:143: error: field `xf' has incomplete type
font.h:165: error: parse error before '*' token
font.h:185: error: parse error before '*' token
font.h:196: error: parse error before '*' token


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to