When compiling Ecore (CVS as of today) with XCB enabled, I get the following error messages when compiling "ecore_x".
----------------------------------------------------------------------------------------------------------------------------------------------------------------- Making all in ecore_x make[4]: Entering directory `/home/presutti/Code/e17/e17/libs/ecore/src/lib/ecore_x' /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I/opt/fdo//include -I../../../src/lib/ecore -I../../../src/lib/ecore_txt -I../../../src/lib/ecore -I../../../src/lib/ecore_txt -g -O2 -Wall -MT ecore_xcb_events.lo -MD -MP -MF .deps/ecore_xcb_events.Tpo -c -o ecore_xcb_events.lo ecore_xcb_events.c gcc -DHAVE_CONFIG_H -I. -I../../.. -I/opt/fdo//include -I../../../src/lib/ecore -I../../../src/lib/ecore_txt -I../../../src/lib/ecore -I../../../src/lib/ecore_txt -g -O2 -Wall -MT ecore_xcb_events.lo -MD -MP -MF .deps/ecore_xcb_events.Tpo -c ecore_xcb_events.c -fPIC -DPIC -o .libs/ecore_xcb_events.o ecore_xcb_events.c: In function '_ecore_x_event_handle_client_message': ecore_xcb_events.c:1816: error: 'XCB_WM_ICONIC_STATE' undeclared (first use in this function) ecore_xcb_events.c:1816: error: (Each undeclared identifier is reported only once ecore_xcb_events.c:1816: error: for each function it appears in.) make[4]: *** [ecore_xcb_events.lo] Error 1 make[4]: Leaving directory `/home/presutti/Code/e17/e17/libs/ecore/src/lib/ecore_x' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/presutti/Code/e17/e17/libs/ecore/src/lib' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/presutti/Code/e17/e17/libs/ecore/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/presutti/Code/e17/e17/libs/ecore' make: *** [all] Error 2 ----------------------------------------------------------------------------------------------------------------------------------------------------------------- If it helps, i'm using the following configure options ----------------------------------------------------------------------------------------------------------------------------------------------------------------- ./configure --enable-ecore-txt --enable-ecore-x --enable-ecore-job --disable-ecore-fb --disable-ecore-dfb --enable-ecore-evas --enable-ecore-evas-gl --enable-evas-xrender --enable-ecore-x-xcb --disable-ecore-evas-dfb --disable-ecore-evas-fb --enable-ecore-evas-buffer --enable-ecore-con --enable-openssl --enable-ecore-ipc --enable-ecore-dbus --enable-ecore-config --enable-ecore-file --enable-ecore-desktop --enable-curl ----------------------------------------------------------------------------------------------------------------------------------------------------------------- Thanks, Ed Presutti -- "Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." - Brian W. Kernighan ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
