Hi, i recently update my svn, and also i'm using debian squeeze with E. Today i've tried to compile ecore with XCB support bu it fails. Below are the ./configure output as well as the compilation fail output
./configure --enable---enable-ecore-evas-directfb --enable-ecore-evas-fb --enable-ecore-evas-opengl-x11 --enable-ecore-evas-software-buffer --enable-ecore-evas-software-sdl --enable-ecore-evas-software-x11 --enable-ecore-evas-xrender-x11 --enable-ecore-input --enable-ecore-x-xcb --enable-ecore-evas-software-xcb --enable-ecore-evas-xrender-xcb Running aclocal... Running autoheader... Running autoconf... Running libtoolize... Running automake... checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for library containing strerror... none required checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognize dependent libraries... pass_all checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking the maximum length of command line arguments... 1572864 checking command to parse /usr/bin/nm -B output from gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so (cached) (cached) checking how to hardcode library paths into programs... immediate checking for gcc... gcc checking whether we are using the GNU Objective C compiler... no checking whether gcc accepts -g... no checking dependency style of gcc... gcc3 checking dependency style of gcc... (cached) gcc3 checking whether we are using the GNU C++ compiler... (cached) yes checking whether g++ accepts -g... (cached) yes checking dependency style of g++... (cached) gcc3 checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking for doxygen... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for dlopen in -ldl... yes checking for EINA... yes checking whether ecore_input module is to be built... yes checking for iconv in -lc... yes checking for explicit iconv link options... checking for sdl-config... /usr/bin/sdl-config checking for SDL... yes checking for DIRECTFB... yes checking for EET... yes checking whether ecore_x with XCB backend is to be built... yes checking for XCB... yes checking for XCB_COMPOSITE... yes checking for XCB_DAMAGE... yes checking for XCB_DPMS... yes checking for XCB_RANDR... yes checking for XCB_RENDER... yes checking for XCB_SCREENSAVER... yes checking for XCB_SHAPE... yes checking for XCB_SYNC... yes checking for XCB_XFIXES... yes checking for XCB_XINERAMA... yes checking for XCB_XPRINT... yes checking for XCB_XTEST... yes checking for EVAS... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for dlfcn.h... (cached) yes checking features.h usability... yes checking features.h presence... yes checking for features.h... yes checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking linux/fb.h usability... yes checking linux/fb.h presence... yes checking for linux/fb.h... yes checking linux/input.h usability... yes checking linux/input.h presence... yes checking for linux/input.h... yes checking Cocoa/Cocoa.h usability... no checking Cocoa/Cocoa.h presence... no checking for Cocoa/Cocoa.h... no checking size of int... 4 checking size of long... 4 checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking for an ANSI C-conforming const... yes checking whether byte ordering is bigendian... no checking for ANSI C header files... (cached) yes checking for __attribute__... yes checking for working alloca.h... yes checking for alloca... yes checking for gettimeofday... yes checking for strlcpy... no checking whether ecore_job module is to be built... yes checking whether ecore_txt module is to be built... yes checking whether ecore_con module is to be built... yes checking for CURL... yes checking for TLS... yes checking for TLS2... yes checking for SSL... yes checking whether ecore_ipc module is to be built... yes checking whether ecore_file module is to be built... yes checking whether polling is to be used for filemonitoring... yes checking whether inotify is to be used for filemonitoring... yes checking for inotify_init in -lc... yes checking whether ecore_config module is to be built... yes checking whether ecore_imf module is to be built... yes checking whether ecore_imf_evas module is to be built... yes checking whether ecore_x module is to be built... yes checking whether ecore_win32 module is to be built... no checking whether ecore_quartz module is to be built... no checking whether ecore_sdl module is to be built... no checking whether ecore_fb module is to be built... no checking whether ecore_directfb module is to be built... no checking whether ecore_wince module is to be built... no checking whether ecore_evas module is to be built... yes checking whether ecore_evas Software Buffer support is to be built... yes checking whether ecore_evas Software Buffer support is built... yes checking whether ecore_evas Software Xlib support is to be built... yes checking whether ecore_evas Software Xlib support is built... no checking whether ecore_evas XRender Xlib support is to be built... yes checking whether ecore_evas XRender Xlib support is built... no checking whether ecore_evas OpenGL Xlib support is to be built... yes checking whether ecore_evas OpenGL Xlib support is built... no checking whether ecore_evas Software Xlib 16 bits support is to be built... yes checking whether ecore_evas Software Xlib 16 bits support is built... no checking whether ecore_evas Software XCB support is to be built... yes checking whether ecore_evas Software XCB support is built... yes checking whether ecore_evas XRender XCB support is to be built... yes checking whether ecore_evas XRender XCB support is built... yes checking whether ecore_evas Software DirectDraw support is to be built... no checking whether ecore_evas Software DirectDraw support is built... no checking whether ecore_evas Direct3d support is to be built... no checking whether ecore_evas Direct3d support is built... no checking whether ecore_evas Glew OpenGL support is to be built... no checking whether ecore_evas Glew OpenGL support is built... no checking whether ecore_evas 16 bpp Software DirectDraw support is to be built... no checking whether ecore_evas 16 bpp Software DirectDraw support is built... no checking whether ecore_evas Quartz support is to be built... no checking whether ecore_evas Quartz support is built... no checking whether ecore_evas Software SDL support is to be built... yes checking whether ecore_evas Software SDL support is built... no checking whether ecore_evas DirectFB support is to be built... yes checking whether ecore_evas DirectFB support is built... no checking whether ecore_evas Linux Framebuffer support is to be built... yes checking whether ecore_evas Linux Framebuffer support is built... no checking whether ecore_evas 16 bpp Software Windows CE support is to be built... no checking whether ecore_evas 16 bpp Software Windows CE support is built... no configure: creating ./config.status config.status: creating Makefile config.status: creating ecore-con.pc config.status: creating ecore-config.pc config.status: creating ecore-directfb.pc config.status: creating ecore-evas.pc config.status: creating ecore-fb.pc config.status: creating ecore-file.pc config.status: creating ecore-imf.pc config.status: creating ecore-imf-evas.pc config.status: creating ecore-ipc.pc config.status: creating ecore-job.pc config.status: creating ecore-txt.pc config.status: creating ecore-x.pc config.status: creating ecore-input.pc config.status: creating ecore-win32.pc config.status: creating ecore-sdl.pc config.status: creating ecore-quartz.pc config.status: creating ecore-wince.pc config.status: creating ecore.pc config.status: creating doc/ecore.dox config.status: creating doc/Makefile config.status: creating src/Makefile config.status: creating src/bin/Makefile config.status: creating src/lib/Makefile config.status: creating src/lib/ecore/Makefile config.status: creating src/lib/ecore_job/Makefile config.status: creating src/lib/ecore_x/Makefile config.status: creating src/lib/ecore_x/xlib/Makefile config.status: creating src/lib/ecore_x/xcb/Makefile config.status: creating src/lib/ecore_fb/Makefile config.status: creating src/lib/ecore_sdl/Makefile config.status: creating src/lib/ecore_quartz/Makefile config.status: creating src/lib/ecore_evas/Makefile config.status: creating src/lib/ecore_con/Makefile config.status: creating src/lib/ecore_imf/Makefile config.status: creating src/lib/ecore_imf_evas/Makefile config.status: creating src/lib/ecore_input/Makefile config.status: creating src/lib/ecore_ipc/Makefile config.status: creating src/lib/ecore_txt/Makefile config.status: creating src/lib/ecore_config/Makefile config.status: creating src/lib/ecore_file/Makefile config.status: creating src/lib/ecore_directfb/Makefile config.status: creating src/lib/ecore_win32/Makefile config.status: creating src/lib/ecore_wince/Makefile config.status: creating README config.status: creating ecore.spec config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands ecore 0.9.9.050 Optional Modules: Core: Ecore........................: always Ecore_Job....................: yes Ecore_Txt....................: yes Ecore_Con....................: yes OpenSSL....................: yes (disabled) GnuTLS.....................: yes CURL.......................: yes Abstract Sockets...........: yes Ecore_Ipc....................: yes OpenSSL....................: yes (disabled) GnuTLS.....................: yes Ecore_File...................: yes Inotify....................: yes Poll.......................: yes CURL.......................: yes Ecore_Config.................: yes Ecore_IMF....................: yes Ecore_IMF_Evas...............: yes Graphic systems: Ecore_X (XCB backend)........: yes Xprint.....................: yes Xinerama...................: yes Xrandr.....................: yes Xscreensaver...............: yes Xshape.....................: yes Xsync......................: yes Xrender....................: yes Xcomposite.................: yes Xfixes.....................: yes Xdamage....................: yes Xdpms......................: yes Xtest......................: yes Ecore_Win32..................: no Ecore_Quartz.................: no Ecore_SDL....................: no Ecore_FB.....................: no Ecore_DirectFB...............: no Ecore_WinCE..................: no Ecore Evas: Ecore_Evas...................: yes Software Memory Buffer.....: yes Software X11...............: no XRender X11................: no OpenGL X11.................: no Software XCB...............: yes XRender XCB................: yes Software DirectDraw........: no Direct3D...................: no OpenGL Glew................: no Quartz.....................: no Software SDL...............: no DirectFB...................: no Software Framebuffer.......: no Software 16bit X11.........: no Software 16bit DirectDraw..: no Software 16bit WinCE.......: no Documentation.................: yes Compilation...................: make (gmake on some systems) Build of the documentation....: make doc Installation..................: make install prefix.....................: /usr/local make -j3 ecore_xcb_events.c: In function '_ecore_x_event_free_key_down': ecore_xcb_events.c:147: error: 'Ecore_X_Event_Key_Down' undeclared (first use in this function) ecore_xcb_events.c:147: error: (Each undeclared identifier is reported only once ecore_xcb_events.c:147: error: for each function it appears in.) ecore_xcb_events.c:147: error: 'e' undeclared (first use in this function) ecore_xcb_events.c: In function '_ecore_x_event_free_key_up': ecore_xcb_events.c:159: error: 'Ecore_X_Event_Key_Up' undeclared (first use in this function) ecore_xcb_events.c:159: error: 'e' undeclared (first use in this function) ecore_xcb_events.c: In function '_ecore_x_event_handle_button_press': ecore_xcb_events.c:312: error: 'Ecore_X_Event_Mouse_Wheel' undeclared (first use in this function) ecore_xcb_events.c:312: error: 'e' undeclared (first use in this function) ecore_xcb_events.c:360: error: 'ECORE_X_EVENT_MOUSE_WHEEL' undeclared (first use in this function) ecore_xcb_events.c:389: error: 'Ecore_X_Event_Mouse_Move' undeclared (first use in this function) ecore_xcb_events.c:408: error: 'ECORE_X_EVENT_MOUSE_MOVE' undeclared (first use in this function) ecore_xcb_events.c:411: error: 'Ecore_X_Event_Mouse_Button_Down' undeclared (first use in this function) ecore_xcb_events.c:465: error: 'ECORE_X_EVENT_MOUSE_BUTTON_DOWN' undeclared (first use in this function) ecore_xcb_events.c: In function '_ecore_x_event_handle_button_release': ecore_xcb_events.c:519: error: 'Ecore_X_Event_Mouse_Move' undeclared (first use in this function) ecore_xcb_events.c:519: error: 'e' undeclared (first use in this function) ecore_xcb_events.c:538: error: 'ECORE_X_EVENT_MOUSE_MOVE' undeclared (first use in this function) ecore_xcb_events.c:541: error: 'Ecore_X_Event_Mouse_Button_Up' undeclared (first use in this function) ecore_xcb_events.c:581: error: 'ECORE_X_EVENT_MOUSE_BUTTON_UP' undeclared (first use in this function) ecore_xcb_events.c: In function '_ecore_x_event_handle_motion_notify': ecore_xcb_events.c:590: error: 'Ecore_X_Event_Mouse_Move' undeclared (first use in this function) ecore_xcb_events.c:590: error: 'e' undeclared (first use in this function) ecore_xcb_events.c:614: error: 'ECORE_X_EVENT_MOUSE_MOVE' undeclared (first use in this function) ecore_xcb_events.c: In function '_ecore_x_event_handle_enter_notify': ecore_xcb_events.c:625: error: 'Ecore_X_Event_Mouse_Move' undeclared (first use in this function) ecore_xcb_events.c:625: error: 'e' undeclared (first use in this function) ecore_xcb_events.c:644: error: 'ECORE_X_EVENT_MOUSE_MOVE' undeclared (first use in this function) ecore_xcb_events.c: In function '_ecore_x_event_handle_leave_notify': ecore_xcb_events.c:708: error: 'Ecore_X_Event_Mouse_Move' undeclared (first use in this function) ecore_xcb_events.c:708: error: 'e' undeclared (first use in this function) ecore_xcb_events.c:727: error: 'ECORE_X_EVENT_MOUSE_MOVE' undeclared (first use in this function) ecore_xcb_events.c: In function '_ecore_x_event_handle_client_message': ecore_xcb_events.c:1515: warning: incompatible implicit declaration of built-in function 'printf' ecore_xcb_events.c:1542: warning: incompatible implicit declaration of built-in function 'printf' ecore_xcb_events.c:1563: warning: incompatible implicit declaration of built-in function 'memcpy' ecore_xcb_events.c:1595: warning: incompatible implicit declaration of built-in function 'memcpy' ecore_xcb_events.c:1801: warning: incompatible implicit declaration of built-in function 'memcpy' ecore_xcb_events.c:1805: warning: incompatible implicit declaration of built-in function 'printf' ecore_xcb_events.c:1822: warning: incompatible implicit declaration of built-in function 'memcpy' ecore_xcb_events.c:1826: warning: incompatible implicit declaration of built-in function 'printf' ecore_xcb_events.c:1836: error: 'XCB_WM_ICONIC_STATE' undeclared (first use in this function) make[5]: *** [ecore_xcb_events.lo] Error 1 make[5]: se sale del directorio `/home/wido/sources/enlightenment/e17/libs/ecore/src/lib/ecore_x/xcb' make[4]: *** [all-recursive] Error 1 make[4]: se sale del directorio `/home/wido/sources/enlightenment/e17/libs/ecore/src/lib/ecore_x' make[3]: *** [all-recursive] Error 1 make[3]: se sale del directorio `/home/wido/sources/enlightenment/e17/libs/ecore/src/lib' make[2]: *** [all-recursive] Error 1 make[2]: se sale del directorio `/home/wido/sources/enlightenment/e17/libs/ecore/src' make[1]: *** [all-recursive] Error 1 make[1]: se sale del directorio `/home/wido/sources/enlightenment/e17/libs/ecore' make: *** [all] Error 2 maybe a missing header? -- Wido ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ enlightenment-users mailing list enlightenment-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-users