Hi, I've attempted to build using the easy_efl.sh script and received the build error referenced in the subject (full build log follows message).
Is there a particular version of udev that is required now, but hasn't been put in the autoconf goo? I have udev 182 on a linux distro without systemd. Reverting commits f15f875fa90cd66955ad16095a49e630d80093b0 and 4483ef20d33e9207e8791baf8af10b12d37c7753 allowed me to build successfully. -Graham ------------------------------------------------------------------------------- EASY_EFL 1.6.2 CMD: ./autogen.sh --prefix=/opt/efl ------------------------------------------------------------------------------- autoreconf: Entering directory `.' autoreconf: running: autopoint --force autoreconf: running: aclocal --force -I m4 /usr/share/aclocal/imlib.m4:9: warning: underquoted definition of AM_PATH_IMLIB /usr/share/aclocal/imlib.m4:9: run info Automake 'Extending aclocal' /usr/share/aclocal/imlib.m4:9: or see http://www.gnu.org/software/automake/manual/automake.html#Extending-aclocal autoreconf: configure.ac: tracing autoreconf: running: libtoolize --copy --force libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. libtoolize: copying file `m4/libtool.m4' libtoolize: copying file `m4/ltoptions.m4' libtoolize: copying file `m4/ltsugar.m4' libtoolize: copying file `m4/ltversion.m4' libtoolize: copying file `m4/lt~obsolete.m4' /usr/share/aclocal/imlib.m4:9: warning: underquoted definition of AM_PATH_IMLIB /usr/share/aclocal/imlib.m4:9: run info Automake 'Extending aclocal' /usr/share/aclocal/imlib.m4:9: or see http://www.gnu.org/software/automake/manual/automake.html#Extending-aclocal autoreconf: running: /usr/bin/autoconf --force autoreconf: running: /usr/bin/autoheader --force autoreconf: running: automake --add-missing --copy --force-missing configure.ac:247: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and will soon be removed. configure.ac:247: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro instead, configure.ac:247: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files. src/Makefile_Eolian_Helper.am:15: warning: '%'-style pattern rules are a GNU make extension src/Makefile.am:37: 'src/Makefile_Eolian.am' included from here src/Makefile_Eolian.am:69: 'src/Makefile_Eolian_Helper.am' included from here src/Makefile_Eolian_Helper.am:18: warning: '%'-style pattern rules are a GNU make extension src/Makefile.am:37: 'src/Makefile_Eolian.am' included from here src/Makefile_Eolian.am:69: 'src/Makefile_Eolian_Helper.am' included from here src/Makefile_Eolian_Helper.am:21: warning: '%'-style pattern rules are a GNU make extension src/Makefile.am:37: 'src/Makefile_Eolian.am' included from here src/Makefile_Eolian.am:69: 'src/Makefile_Eolian_Helper.am' included from here src/Makefile_Edje.am:265: warning: '%'-style pattern rules are a GNU make extension src/Makefile.am:66: 'src/Makefile_Edje.am' included from here src/Makefile_Eolian_Cxx_Helper.am:15: warning: '%'-style pattern rules are a GNU make extension src/Makefile.am:79: 'src/Makefile_Eolian_Cxx.am' included from here src/Makefile_Eolian_Cxx.am:95: 'src/Makefile_Eolian_Cxx_Helper.am' included from here src/Makefile_Elua_Helper.am:15: warning: '%'-style pattern rules are a GNU make extension src/Makefile.am:84: 'src/Makefile_Elua.am' included from here src/Makefile_Elua.am:31: 'src/Makefile_Elua_Helper.am' included from here src/Makefile_Eolian_Helper.am:15: warning: '%'-style pattern rules are a GNU make extension src/examples/eolian_cxx/Makefile.am:12: 'src/Makefile_Eolian_Helper.am' included from here src/Makefile_Eolian_Helper.am:18: warning: '%'-style pattern rules are a GNU make extension src/examples/eolian_cxx/Makefile.am:12: 'src/Makefile_Eolian_Helper.am' included from here src/Makefile_Eolian_Helper.am:21: warning: '%'-style pattern rules are a GNU make extension src/examples/eolian_cxx/Makefile.am:12: 'src/Makefile_Eolian_Helper.am' included from here src/Makefile_Eolian_Cxx_Helper.am:15: warning: '%'-style pattern rules are a GNU make extension src/examples/eolian_cxx/Makefile.am:13: 'src/Makefile_Eolian_Cxx_Helper.am' included from here src/examples/eolian_cxx/Makefile.am:131: warning: '%'-style pattern rules are a GNU make extension src/examples/eolian_cxx/Makefile.am:134: warning: '%'-style pattern rules are a GNU make extension src/examples/eolian_cxx/Makefile.am:137: warning: '%'-style pattern rules are a GNU make extension autoreconf: Leaving directory `.' configure: loading cache config.cache checking for gcc... (cached) gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... (cached) o 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 how to run the C preprocessor... (cached) gcc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/grep -E checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for minix/config.h... (cached) no checking whether it is safe to define __EXTENSIONS__... (cached) yes checking for a BSD-compatible install... (cached) /usr/bin/ginstall -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /usr/bin/mkdir -p checking for gawk... (cached) gawk checking whether make sets $(MAKE)... (cached) yes checking for style of include used by make... GNU checking dependency style of gcc... (cached) gcc3 checking whether make supports nested variables... (cached) yes configure: edje_cc set to configure: eolian_gen set to configure: eolian_cxx set to configure: elua set to checking build system type... (cached) x86_64-unknown-linux-gnu checking host system type... (cached) x86_64-unknown-linux-gnu checking for ar... (cached) ar checking the archiver (ar) interface... (cached) ar checking how to print strings... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for fgrep... (cached) /usr/bin/grep -F checking for ld used by gcc... (cached) /usr/x86_64-slackware-linux/bin/ld checking if the linker (/usr/x86_64-slackware-linux/bin/ld) is GNU ld... (cached) yes checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... (cached) func_convert_file_noop checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... (cached) func_convert_file_noop checking for /usr/x86_64-slackware-linux/bin/ld option to reload object files... (cached) -r checking for objdump... (cached) objdump checking how to recognize dependent libraries... (cached) pass_all checking for dlltool... (cached) dlltool checking how to associate runtime and link libraries... (cached) printf %s\n checking for archiver @FILE support... (cached) @ checking for strip... (cached) strip checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok checking for sysroot... no checking for mt... (cached) mt checking if mt is a manifest tool... (cached) no checking for dlfcn.h... (cached) yes checking for objdir... (cached) .libs checking if gcc supports -fno-rtti -fno-exceptions... (cached) no checking for gcc option to produce PIC... (cached) -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... (cached) yes checking if gcc static flag -static works... (cached) yes checking if gcc supports -c -o file.o... (cached) yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/x86_64-slackware-linux/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... (cached) no checking dynamic linker characteristics... (cached) 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... no configure: Initialized efl (1.11.99.27910) development=27910 checking whether NLS is requested... yes checking for msgfmt... (cached) /usr/bin/msgfmt checking for gmsgfmt... (cached) /usr/bin/msgfmt checking for xgettext... (cached) /usr/bin/xgettext checking for msgmerge... (cached) /usr/bin/msgmerge checking for ld used by GCC... (cached) /usr/x86_64-slackware-linux/bin/ld -m elf_x86_64 checking if the linker (/usr/x86_64-slackware-linux/bin/ld -m elf_x86_64) is GNU ld... (cached) yes checking for shared library run path origin... (cached) done checking for CFPreferencesCopyAppValue... (cached) no checking for CFLocaleCopyCurrent... (cached) no checking for GNU gettext in libc... (cached) yes checking whether to use NLS... yes checking where the gettext function comes from... libc checking dependency style of gcc... (cached) gcc3 checking for g++... (cached) g++ 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 how to run the C++ preprocessor... (cached) g++ -E checking for ld used by g++... (cached) /usr/x86_64-slackware-linux/bin/ld -m elf_x86_64 checking if the linker (/usr/x86_64-slackware-linux/bin/ld -m elf_x86_64) is GNU ld... (cached) yes checking whether the g++ linker (/usr/x86_64-slackware-linux/bin/ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... (cached) -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... (cached) yes checking if g++ static flag -static works... (cached) yes checking if g++ supports -c -o file.o... (cached) yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/x86_64-slackware-linux/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for gcc... (cached) gcc checking whether we are using the GNU Objective C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking dependency style of gcc... (cached) gcc3 checking for gcc option to accept ISO C99... (cached) -std=gnu99 checking whether gcc -std=gnu99 and cc understand -c and -o together... (cached) yes checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for special C compiler options needed for large files... (cached) no checking for _FILE_OFFSET_BITS value needed for large files... (cached) no checking for pkg-config... (cached) /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for doxygen... (cached) yes checking for CHECK... yes checking for dirent.h that defines DIR... (cached) yes checking for library containing opendir... (cached) none required checking whether time.h and sys/time.h may both be included... (cached) yes checking for execinfo.h... (cached) yes checking for mcheck.h... (cached) yes checking for sys/epoll.h... (cached) yes checking for sys/inotify.h... (cached) yes checking for sys/signalfd.h... (cached) yes checking for sys/types.h... (cached) yes checking for sys/param.h... (cached) yes checking for sys/mman.h... (cached) yes checking for netinet/in.h... (cached) yes checking for PATH_MAX in limits.h... yes checking size of wchar_t... (cached) 4 checking size of int... (cached) 4 checking size of long... (cached) 8 checking size of uintptr_t... (cached) 8 checking for siginfo_t... (cached) yes checking whether byte ordering is bigendian... (cached) no checking for inline... (cached) inline checking whether the compiler supports -Wall -Wextra -Wpointer-arith -Wno-missing-field-initializers -fvisibility=hidden -fdata-sections -ffunction-sections... yes checking whether the linker supports -fvisibility=hidden -fdata-sections -ffunction-sections -Wl,--gc-sections -fno-strict-aliasing -Wl,--as-needed -Wl,--no-copy-dt-needed-entries... yes checking whether -Wshadow generates spurious warnings... yes checking for __attribute__ ((vector))... yes checking for __forceinline... no checking for __attribute__ ((__always_inline__))... yes checking for immintrin.h... (cached) yes checking whether to build SSE3 code... yes checking for backtrace... (cached) yes checking for backtrace_symbols... (cached) yes checking for execvp... (cached) yes checking for fpathconf... (cached) yes checking for fstatat... (cached) yes checking for malloc_usable_size... (cached) yes checking for mkdirat... (cached) yes checking for mtrace... (cached) yes checking for realpath... (cached) yes checking for strlcpy... (cached) no checking for geteuid... (cached) yes checking for getuid... (cached) yes checking for pause... (cached) yes checking for size_t... (cached) yes checking for working alloca.h... (cached) yes checking for alloca... (cached) yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... (cached) yes checking for fnmatch... yes checking for gettimeofday... yes checking for dirfd... yes checking for fcntl... yes checking for SYSTEMD... no configure: Skipping Evil checks (disabled) configure: Skipping Escape checks (disabled) checking for shm_open... yes configure: Start Eina checks checking for VALGRIND... yes checking for GLIB... yes checking for sys/mman.h... (cached) yes checking for byteswap.h... (cached) yes checking for fchmod... (cached) yes checking for dlopen... yes checking for dladdr... yes checking for iconv... yes checking for shm_open... yes checking for splice... yes checking for setxattr... yes checking for getpagesize... yes checking wether to build Eina_Log infrastructure... yes checking whether imported symbols can be declared weak... (cached) yes checking for pthread.h... (cached) yes checking for pthread_kill in -lpthread... (cached) yes checking for multithread API to use... posix checking for pthread_rwlock_t... (cached) yes checking which threads API is used... POSIX checking whether to build POSIX threads spinlock code... yes checking whether to build OSX spinlock code... no checking whether to enable chained pool built... yes checking whether to enable pass through built... yes checking whether to enable one big built... yes configure: Finished Eina checks configure: Start Eina_Cxx checks checking whether g++ supports C++11 features by default... (cached) no checking whether g++ supports C++11 features with -std=gnu++11... (cached) yes configure: Finished Eina_Cxx checks configure: Start Eet checks checking for libjpeg... yes checking for zlib... yes checking for EET... yes configure: Finished Eet checks configure: Start Eet_Cxx checks configure: Finished Eet_Cxx checks configure: Start Eo checks checking for dladdr... yes configure: Finished Eo checks configure: Start Eo_Cxx checks configure: Finished Eo_Cxx checks configure: Start Eolian checks configure: Finished Eolian checks configure: Start Eolian_Cxx checks configure: Finished Eolian_Cxx checks configure: Start Efl checks configure: Finished Efl checks configure: Start Evas checks checking for dlsym... yes checking whether to enable OpenGL Cocoa rendering backend... no checking whether OpenGL Cocoa rendering backend will be built... no checking whether to enable OpenGL SDL rendering backend... no checking whether OpenGL SDL rendering backend will be built... no checking whether to enable Software GDI rendering backend... no checking whether Software GDI rendering backend will be built... no checking whether to enable Software DirectDraw rendering backend... no checking whether Software DirectDraw rendering backend will be built... no checking whether to enable Wayland Egl rendering backend... no checking whether Wayland Egl rendering backend will be built... no checking whether to enable Wayland Shm rendering backend... no checking whether Wayland Shm rendering backend will be built... no checking whether to enable Drm rendering backend... no checking whether Drm rendering backend will be built... no checking whether to enable OpenGL Drm rendering backend... no checking whether OpenGL Drm rendering backend will be built... no checking whether to build Software XCB Engine... no checking whether to enable Software Xlib rendering backend... yes checking how to find X... (cached) already found checking for X11/X.h... (cached) yes checking for evas_engine_software_xlib... yes checking for XCreateImage... yes checking for XShmCreateImage... yes checking whether Software Xlib rendering backend will be built... yes checking whether to build Software Xlib Engine... yes checking whether to build OpenGL XCB Engine... no checking whether to enable OpenGL XLib rendering backend... yes checking how to find X... (cached) already found checking for X11/Xlib.h... (cached) yes checking for X11/Xatom.h... (cached) yes checking for X11/Xutil.h... (cached) yes checking for X11/extensions/Xrender.h... (cached) yes checking for X11/Xresource.h... (cached) yes checking for evas_engine_gl_xlib... yes checking for XCreateColormap... yes checking for XRenderCreatePicture... yes checking for GL/gl.h... (cached) yes checking whether pthread_create() is supported... yes checking for glXCreateContext in -lGL... (cached) yes checking whether OpenGL XLib rendering backend will be built... yes checking whether to build OpenGL Xlib Engine... yes checking whether to enable BMP image loader... static checking whether BMP image loader will be built... yes checking whether to enable Eet image loader... static checking whether Eet image loader will be built... yes checking whether to enable Generic image loader... static checking whether Generic image loader will be built... yes checking whether to enable Gif image loader... yes checking for gif_lib.h... (cached) yes checking for DGifOpenFileName in -lgif... (cached) yes checking whether Gif image loader will be built... yes checking whether to enable ICO image loader... static checking whether ICO image loader will be built... yes checking whether to enable JPEG image loader... static checking for jpeglib.h... (cached) yes checking for jpeg_CreateDecompress in -ljpeg... (cached) yes checking whether JPEG image loader will be built... yes checking whether to enable JP2K image loader... auto checking for openjpeg.h... (cached) no checking whether JP2K image loader will be built... no checking whether to enable PMAPS image loader... static checking whether PMAPS image loader will be built... yes checking whether to enable PNG image loader... static checking for PNG... yes checking whether PNG image loader will be built... yes checking whether to enable PSD image loader... static checking whether PSD image loader will be built... yes checking whether to enable Tga image loader... static checking whether Tga image loader will be built... yes checking whether to enable Tiff image loader... yes checking for tiffio.h... (cached) yes checking for TIFFReadScanline in -ltiff... (cached) yes checking whether Tiff image loader will be built... yes checking whether to enable WBMP image loader... static checking whether WBMP image loader will be built... yes checking whether to enable WEBP image loader... no checking whether WEBP image loader will be built... no checking whether to enable XPM image loader... static checking whether XPM image loader will be built... yes checking whether to enable TGV image loader... static checking whether TGV image loader will be built... yes checking whether to enable DDS image loader... static checking whether DDS image loader will be built... yes checking for EVAS... yes checking size of Eina_Unicode... (cached) 0 checking size of FriBidiChar... (cached) 4 checking for struct sigaction... (cached) yes checking for siglongjmp... (cached) yes checking for lround in -lm... (cached) yes configure: Finished Evas checks configure: Start Evas_Cxx checks configure: Finished Evas_Cxx checks configure: Start Embryo checks configure: Finished Embryo checks configure: Start Ecore checks checking for GSTREAMER... yes checking for ECORE... yes checking for sys/wait.h that is POSIX.1 compatible... (cached) yes checking for sys/socket.h... (cached) yes checking for arpa/inet.h... (cached) yes checking for langinfo.h... (cached) yes checking for features.h... (cached) yes checking for netinet/in.h... (cached) yes checking for netinet/tcp.h... (cached) yes checking for sys/prctl.h... (cached) yes checking for sys/resource.h... (cached) yes checking for sys/timerfd.h... (cached) yes checking for sys/un.h... (cached) yes checking for net/if.h... (cached) yes checking for isfinite... yes checking for mallinfo... (cached) yes checking for timerfd_create... (cached) yes checking for clock_gettime... (cached) yes checking for malloc_info... (cached) yes checking for ucontext... yes checking for setjmp... yes configure: Finished Ecore checks configure: Start Ecore_Cxx checks configure: Finished Ecore_Cxx checks configure: Start Ecore_Con checks checking for ECORE_CON... yes checking for ws2tcpip.h... (cached) no checking for netdb.h... (cached) yes checking for struct ipv6_mreq... (cached) yes configure: Finished Ecore_Con checks configure: Start Ecore_Ipc checks checking for winsock2.h... (cached) no configure: Finished Ecore_Ipc checks configure: Start Ecore_File checks configure: Finished Ecore_File checks configure: Start Ecore_Input checks configure: Finished Ecore_Input checks configure: Start Ecore_Input_Evas checks configure: Finished Ecore_Input_Evas checks configure: Skipping Ecore_Cocoa checks (disabled) configure: Skipping Ecore_FB checks (disabled) configure: Skipping Ecore_Psl1ght checks (disabled) configure: Skipping Ecore_SDL checks (disabled) configure: Skipping Ecore_Wayland checks (disabled) configure: Start Eldbus checks checking for ELDBUS... yes configure: Finished Eldbus checks configure: Start Eeze checks checking Use old libmount API (before 2.19.0)... no checking Use libmount 2.19.0 API... no checking Use new libmount API (newer than 2.19.0)... yes checking for EEZE... yes checking for mount... (cached) /sbin/mount checking for umount... (cached) /sbin/umount checking for eject... (cached) /usr/bin/eject configure: Finished Eeze checks configure: Skipping Ecore_Drm checks (disabled) configure: Start Ecore_Audio checks checking for ECORE_AUDIO... yes configure: Finished Ecore_Audio checks configure: Start Ecore_Audio_Cxx checks configure: Finished Ecore_Audio_Cxx checks configure: Skipping Ecore_Win32 checks (disabled) configure: Start Ecore_Avahi checks configure: Finished Ecore_Avahi checks configure: Start Ecore_X checks checking whether MAXHOSTNAMELEN is declared... (cached) no checking for header that defines MAXHOSTNAMELEN... sys/param.h checking how to find X... (cached) already found checking for X11/Xlib.h... (cached) yes checking for X11/Xcursor/Xcursor.h... (cached) yes checking for ECORE_X_XLIB... yes checking for XOpenDisplay... yes checking for XcursorImageLoadCursor... yes checking for X11/extensions/XKB.h... (cached) yes checking for XkbSetDetectableAutoRepeat in -lX11... (cached) yes checking for X11/extensions/Xcomposite.h... (cached) yes checking for XCompositeQueryExtension in -lXcomposite... (cached) yes checking for X11/extensions/Xdamage.h... (cached) yes checking for XDamageSubtract in -lXdamage... (cached) yes checking for X11/extensions/dpms.h... (cached) yes checking for DPMSQueryExtension in -lXext... (cached) yes checking for X11/extensions/Xfixes.h... (cached) yes checking for XFixesExpandRegion in -lXfixes... (cached) yes checking for X11/extensions/Xinerama.h... (cached) yes checking for XineramaQueryScreens in -lXinerama... (cached) yes checking for X11/extensions/Print.h... (cached) yes checking for XpQueryScreens in -lXp... (cached) yes checking for X11/extensions/Xrandr.h... (cached) yes checking for XRRGetScreenResourcesCurrent in -lXrandr... (cached) yes checking for X11/extensions/Xrender.h... (cached) yes checking for XRenderFindVisualFormat in -lXrender... (cached) yes checking for X11/extensions/XTest.h... (cached) yes checking for XTestFakeKeyEvent in -lXtst... (cached) yes checking for X11/extensions/scrnsaver.h... (cached) yes checking for XScreenSaverSelectInput in -lXss... (cached) yes checking for X11/extensions/XInput2.h... (cached) yes checking for XIQueryDevice in -lXi... (cached) yes checking for dlopen... yes checking for dlsym... yes configure: Finished Ecore_X checks configure: Start Ecore_Imf checks checking for IBUS... no checking for SCIM... yes checking how to find X... (cached) already found checking for X11/Xlib.h... (cached) yes checking for ecore_imf_xim... yes checking for XOpenIM... yes configure: Finished Ecore_Imf checks configure: Start Ecore_Imf_Evas checks configure: Finished Ecore_Imf_Evas checks configure: Start Ecore_Evas checks configure: "XCB-based OpenGL explicitly disabled" configure: Finished Ecore_Evas checks configure: Start Eio checks configure: Finished Eio checks configure: Start Efreet checks configure: Finished Efreet checks configure: Start EPhysics checks checking for EPHYSICS... yes configure: Finished EPhysics checks configure: Start Edje checks checking for EDJE... yes checking for sys/wait.h... (cached) yes configure: Finished Edje checks configure: Start Edje_Cxx checks configure: Finished Edje_Cxx checks configure: Start Emotion checks checking for EMOTION_MODULE_GSTREAMER1... yes checking whether V4L2_CAP_VIDEO_CAPTURE is declared... (cached) yes configure: Finished Emotion checks configure: Start Ethumb checks configure: Finished Ethumb checks configure: Start Ethumb_Client checks configure: Finished Ethumb_Client checks configure: Start Elua checks checking for ELUA... yes configure: Finished Elua checks checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating data/Makefile config.status: creating doc/Makefile config.status: creating doc/Doxyfile config.status: creating doc/previews/Makefile config.status: creating src/Makefile config.status: creating src/benchmarks/eina/Makefile config.status: creating src/benchmarks/eo/Makefile config.status: creating src/benchmarks/evas/Makefile config.status: creating src/examples/eina/Makefile config.status: creating src/examples/eina_cxx/Makefile config.status: creating src/examples/eet/Makefile config.status: creating src/examples/eo/Makefile config.status: creating src/examples/evas/Makefile config.status: creating src/examples/ecore/Makefile config.status: creating src/examples/ecore_avahi/Makefile config.status: creating src/examples/eio/Makefile config.status: creating src/examples/eldbus/Makefile config.status: creating src/examples/ephysics/Makefile config.status: creating src/examples/edje/Makefile config.status: creating src/examples/emotion/Makefile config.status: creating src/examples/ethumb_client/Makefile config.status: creating src/examples/elua/Makefile config.status: creating src/examples/eolian_cxx/Makefile config.status: creating src/lib/eina/eina_config.h config.status: creating src/lib/ecore_x/ecore_x_version.h config.status: creating src/lib/efl/Efl_Config.h config.status: creating spec/efl.spec config.status: creating pc/evil.pc config.status: creating pc/escape.pc config.status: creating pc/eina.pc config.status: creating pc/eina-cxx.pc config.status: creating pc/eet.pc config.status: creating pc/eet-cxx.pc config.status: creating pc/eo.pc config.status: creating pc/eo-cxx.pc config.status: creating pc/eolian.pc config.status: creating pc/eolian-cxx.pc config.status: creating pc/efl.pc config.status: creating pc/efl-cxx.pc config.status: creating pc/evas-fb.pc config.status: creating pc/evas-opengl-x11.pc config.status: creating pc/evas-opengl-sdl.pc config.status: creating pc/evas-opengl-cocoa.pc config.status: creating pc/evas-psl1ght.pc config.status: creating pc/evas-software-buffer.pc config.status: creating pc/evas-software-x11.pc config.status: creating pc/evas-software-gdi.pc config.status: creating pc/evas-software-ddraw.pc config.status: creating pc/evas-software-sdl.pc config.status: creating pc/evas-wayland-shm.pc config.status: creating pc/evas-wayland-egl.pc config.status: creating pc/evas-drm.pc config.status: creating pc/evas.pc config.status: creating pc/evas-cxx.pc config.status: creating pc/ecore.pc config.status: creating pc/ecore-cxx.pc config.status: creating pc/ecore-con.pc config.status: creating pc/ecore-ipc.pc config.status: creating pc/ecore-file.pc config.status: creating pc/ecore-input.pc config.status: creating pc/ecore-input-evas.pc config.status: creating pc/ecore-cocoa.pc config.status: creating pc/ecore-drm.pc config.status: creating pc/ecore-fb.pc config.status: creating pc/ecore-psl1ght.pc config.status: creating pc/ecore-sdl.pc config.status: creating pc/ecore-wayland.pc config.status: creating pc/ecore-win32.pc config.status: creating pc/ecore-x.pc config.status: creating pc/ecore-evas.pc config.status: creating pc/ecore-imf.pc config.status: creating pc/ecore-imf-evas.pc config.status: creating pc/ecore-audio.pc config.status: creating pc/ecore-audio-cxx.pc config.status: creating pc/ecore-avahi.pc config.status: creating pc/embryo.pc config.status: creating pc/eio.pc config.status: creating pc/eldbus.pc config.status: creating pc/efreet.pc config.status: creating pc/efreet-mime.pc config.status: creating pc/efreet-trash.pc config.status: creating pc/eeze.pc config.status: creating pc/ephysics.pc config.status: creating pc/edje.pc config.status: creating pc/edje-cxx.pc config.status: creating pc/emotion.pc config.status: creating pc/ethumb.pc config.status: creating pc/ethumb_client.pc config.status: creating dbus-services/org.enlightenment.Efreet.service config.status: creating dbus-services/org.enlightenment.Ethumb.service config.status: creating systemd-services/efreet.service config.status: creating systemd-services/ethumb.service config.status: creating po/Makefile.in config.status: creating ./po/Makevars config.status: creating cmakeconfig/EflConfig.cmake config.status: creating cmakeconfig/EflConfigVersion.cmake config.status: creating cmakeconfig/EinaConfig.cmake config.status: creating cmakeconfig/EinaConfigVersion.cmake config.status: creating cmakeconfig/EezeConfig.cmake config.status: creating cmakeconfig/EezeConfigVersion.cmake config.status: creating cmakeconfig/EoConfig.cmake config.status: creating cmakeconfig/EoConfigVersion.cmake config.status: creating cmakeconfig/EolianConfig.cmake config.status: creating cmakeconfig/EolianConfigVersion.cmake config.status: creating cmakeconfig/EolianCxxConfig.cmake config.status: creating cmakeconfig/EolianCxxConfigVersion.cmake config.status: creating cmakeconfig/EinaCxxConfig.cmake config.status: creating cmakeconfig/EinaCxxConfigVersion.cmake config.status: creating cmakeconfig/EoCxxConfig.cmake config.status: creating cmakeconfig/EoCxxConfigVersion.cmake config.status: creating cmakeconfig/EcoreCxxConfig.cmake config.status: creating cmakeconfig/EcoreCxxConfigVersion.cmake config.status: creating cmakeconfig/EvasCxxConfig.cmake config.status: creating cmakeconfig/EvasCxxConfigVersion.cmake config.status: creating cmakeconfig/EetCxxConfig.cmake config.status: creating cmakeconfig/EetCxxConfigVersion.cmake config.status: creating cmakeconfig/EetConfig.cmake config.status: creating cmakeconfig/EetConfigVersion.cmake config.status: creating cmakeconfig/EvasConfig.cmake config.status: creating cmakeconfig/EvasConfigVersion.cmake config.status: creating cmakeconfig/EcoreConfig.cmake config.status: creating cmakeconfig/EcoreConfigVersion.cmake config.status: creating cmakeconfig/EdjeConfig.cmake config.status: creating cmakeconfig/EdjeConfigVersion.cmake config.status: creating cmakeconfig/EldbusConfig.cmake config.status: creating cmakeconfig/EldbusConfigVersion.cmake config.status: creating cmakeconfig/EfreetConfig.cmake config.status: creating cmakeconfig/EfreetConfigVersion.cmake config.status: creating cmakeconfig/EthumbConfig.cmake config.status: creating cmakeconfig/EthumbConfigVersion.cmake config.status: creating cmakeconfig/EthumbClientConfig.cmake config.status: creating cmakeconfig/EthumbClientConfigVersion.cmake config.status: creating cmakeconfig/EmotionConfig.cmake config.status: creating cmakeconfig/EmotionConfigVersion.cmake config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile ------------------------------------------------------------------------ efl 1.11.99.27910 ------------------------------------------------------------------------ Configuration...: [1;36mprofile=dev os=linux-gnu[0m EFL API Set...: both CPU Extensions: x86_64 ([1;32m+mmx[0m [1;32m+sse3[0m) System Feature: [1;36mcoroutine=ucontext[0m [1;32m+inotify[0m [1;32m+atfile_source[0m [1;32m+ipv6[0m Threads.......: POSIX ([1;32m+spinlocks[0m [1;32m+barrier[0m [1;32m+affinity[0m) Cryptography..: openssl X11...........: xlib OpenGL........: full C++11.........: no GUI libs......: yes Evas............: yes ([1;31m-lua-old[0m [1;32m+fontconfig[0m [1;32m+fribidi[0m [1;31m-harfbuzz[0m [1;32m+cserve[0m [1;31m-tile-rotate[0m [1;36mdither-mask=big[0m) Engines.......: [1;36mbuffer=static[0m [1;31m-fb[0m [1;31m-psl1ght[0m [1;31m-gl-cocoa[0m [1;31m-gl-sdl[0m [1;31m-software-gdi[0m [1;31m-software-ddraw[0m [1;31m-wayland-egl[0m [1;31m-wayland-shm[0m [1;31m-drm[0m [1;31m-gl-drm[0m [1;32m+software-xlib[0m [1;32m+gl-xlib[0m Image Loaders.: [1;36mbmp=static[0m [1;36meet=static[0m [1;36mgeneric=static[0m [1;32m+gif[0m [1;36mico=static[0m [1;36mjpeg=static[0m [1;31m-jp2k[0m [1;36mpmaps=static[0m [1;36mpng=static[0m [1;36mpsd=static[0m [1;36mtga=static[0m [1;32m+tiff[0m [1;36mwbmp=static[0m [1;31m-webp[0m [1;36mxpm=static[0m [1;36mtgv=static[0m [1;36mdds=static[0m Eo..............: yes ([1;32m+eo-id[0m) Eolian..........: yes ([1;31m-cxx[0m) Eina............: yes ([1;31m-systemd-journal[0m) Ecore...........: yes ([1;31m-systemd-daemon[0m [1;32m+glib[0m [1;31m-g-main-loop[0m) Ecore_Con.......: yes ([1;31m-cares[0m [1;32m+local-sockets[0m [1;32m+abstract-sockets[0m [1;36mresolver=dns.c[0m [1;31m-systemd-daemon[0m) Ecore_File......: yes Ecore_IMF.......: yes ([1;31m-ibus[0m [1;32m+scim[0m [1;32m+xim[0m [1;31m-wayland[0m) Ecore_X.........: xlib ([1;31m-xpresent[0m [1;31m-gesture[0m [1;32m+xinput2[0m [1;31m-xinput22[0m) Ecore_SDL.......: no Ecore_Wayland...: no IVI-Shell.......: no Ecore_FB........: no () Ecore_Audio.....: yes ([1;31m-alsa[0m [1;32m+pulseaudio[0m [1;32m+sndfile[0m) Ecore_Avahi.....: yes ([1;31m-avahi-client[0m) Ecore_Evas......: yes ([1;32m+extn[0m [1;32m+ews[0m [1;31m-fb[0m [1;31m-drm[0m [1;31m-gl-drm[0m [1;31m-psl1ght[0m [1;31m-opengl-cocoa[0m [1;31m-software-sdl[0m [1;31m-opengl-sdl[0m [1;31m-wayland-shm[0m [1;31m-wayland-egl[0m [1;31m-software-gdi[0m [1;31m-software-ddraw[0m [1;32m+software-x11[0m [1;32m+opengl-x11[0m) Eeze............: yes ([1;32m+libmount[0m [1;31m-tizen[0m) EPhysics........: yes Edje............: yes ([1;32m+physics[0m [1;32m+multisense[0m [1;31m-lua-old[0m) Emotion.........: yes ([1;32m+v4l2[0m [1;31m-xine[0m [1;31m-gstreamer[0m [1;32m+gstreamer1[0m [1;36mgeneric=static[0m) Ethumb..........: yes Ethumb_Client...: yes Elua............: yes Tests...........: make check (inexplicitly enabled) Examples........: make examples (make install-examples) Documentation...: make doc Compilation.....: make (or gmake) CPPFLAGS......: -I/opt/efl/include CFLAGS........: -fvisibility=hidden -g -ggdb3 CXXFLAGS......: -g -O2 -std=gnu++11 LDFLAGS.......: -L/opt/efl/lib Installation....: make install (as root if needed, with 'su' or 'sudo') prefix........: /opt/efl dbus units....: ${datarootdir}/dbus-1/services configure: installing DBus services in "/opt/efl/share" set in $XDG_DATA_DIRS. Every user must have $XDG_DATA_DIRS containing "/opt/efl/share". ------------------------------------------------------------------------------- EASY_EFL 1.6.2 CMD: make -j 8 ------------------------------------------------------------------------------- /bin/sh ./config.status config.status: creating Makefile config.status: creating data/Makefile config.status: creating doc/Makefile config.status: creating doc/Doxyfile config.status: creating doc/previews/Makefile config.status: creating src/Makefile config.status: creating src/benchmarks/eina/Makefile config.status: creating src/benchmarks/eo/Makefile config.status: creating src/benchmarks/evas/Makefile config.status: creating src/examples/eina/Makefile config.status: creating src/examples/eina_cxx/Makefile config.status: creating src/examples/eet/Makefile config.status: creating src/examples/eo/Makefile config.status: creating src/examples/evas/Makefile config.status: creating src/examples/ecore/Makefile config.status: creating src/examples/ecore_avahi/Makefile config.status: creating src/examples/eio/Makefile config.status: creating src/examples/eldbus/Makefile config.status: creating src/examples/ephysics/Makefile config.status: creating src/examples/edje/Makefile config.status: creating src/examples/emotion/Makefile config.status: creating src/examples/ethumb_client/Makefile config.status: creating src/examples/elua/Makefile config.status: creating src/examples/eolian_cxx/Makefile config.status: creating src/lib/eina/eina_config.h config.status: creating src/lib/ecore_x/ecore_x_version.h config.status: creating src/lib/efl/Efl_Config.h config.status: creating spec/efl.spec config.status: creating pc/evil.pc config.status: creating pc/escape.pc config.status: creating pc/eina.pc config.status: creating pc/eina-cxx.pc config.status: creating pc/eet.pc config.status: creating pc/eet-cxx.pc config.status: creating pc/eo.pc config.status: creating pc/eo-cxx.pc config.status: creating pc/eolian.pc config.status: creating pc/eolian-cxx.pc config.status: creating pc/efl.pc config.status: creating pc/efl-cxx.pc config.status: creating pc/evas-fb.pc config.status: creating pc/evas-opengl-x11.pc config.status: creating pc/evas-opengl-sdl.pc config.status: creating pc/evas-opengl-cocoa.pc config.status: creating pc/evas-psl1ght.pc config.status: creating pc/evas-software-buffer.pc config.status: creating pc/evas-software-x11.pc config.status: creating pc/evas-software-gdi.pc config.status: creating pc/evas-software-ddraw.pc config.status: creating pc/evas-software-sdl.pc config.status: creating pc/evas-wayland-shm.pc config.status: creating pc/evas-wayland-egl.pc config.status: creating pc/evas-drm.pc config.status: creating pc/evas.pc config.status: creating pc/evas-cxx.pc config.status: creating pc/ecore.pc config.status: creating pc/ecore-cxx.pc config.status: creating pc/ecore-con.pc config.status: creating pc/ecore-ipc.pc config.status: creating pc/ecore-file.pc config.status: creating pc/ecore-input.pc config.status: creating pc/ecore-input-evas.pc config.status: creating pc/ecore-cocoa.pc config.status: creating pc/ecore-drm.pc config.status: creating pc/ecore-fb.pc config.status: creating pc/ecore-psl1ght.pc config.status: creating pc/ecore-sdl.pc config.status: creating pc/ecore-wayland.pc config.status: creating pc/ecore-win32.pc config.status: creating pc/ecore-x.pc config.status: creating pc/ecore-evas.pc config.status: creating pc/ecore-imf.pc config.status: creating pc/ecore-imf-evas.pc config.status: creating pc/ecore-audio.pc config.status: creating pc/ecore-audio-cxx.pc config.status: creating pc/ecore-avahi.pc config.status: creating pc/embryo.pc config.status: creating pc/eio.pc config.status: creating pc/eldbus.pc config.status: creating pc/efreet.pc config.status: creating pc/efreet-mime.pc config.status: creating pc/efreet-trash.pc config.status: creating pc/eeze.pc config.status: creating pc/ephysics.pc config.status: creating pc/edje.pc config.status: creating pc/edje-cxx.pc config.status: creating pc/emotion.pc config.status: creating pc/ethumb.pc config.status: creating pc/ethumb_client.pc config.status: creating dbus-services/org.enlightenment.Efreet.service config.status: creating dbus-services/org.enlightenment.Ethumb.service config.status: creating systemd-services/efreet.service config.status: creating systemd-services/ethumb.service config.status: creating po/Makefile.in config.status: creating ./po/Makevars config.status: creating cmakeconfig/EflConfig.cmake config.status: creating cmakeconfig/EflConfigVersion.cmake config.status: creating cmakeconfig/EinaConfig.cmake config.status: creating cmakeconfig/EinaConfigVersion.cmake config.status: creating cmakeconfig/EezeConfig.cmake config.status: creating cmakeconfig/EezeConfigVersion.cmake config.status: creating cmakeconfig/EoConfig.cmake config.status: creating cmakeconfig/EoConfigVersion.cmake config.status: creating cmakeconfig/EolianConfig.cmake config.status: creating cmakeconfig/EolianConfigVersion.cmake config.status: creating cmakeconfig/EolianCxxConfig.cmake config.status: creating cmakeconfig/EolianCxxConfigVersion.cmake config.status: creating cmakeconfig/EinaCxxConfig.cmake config.status: creating cmakeconfig/EinaCxxConfigVersion.cmake config.status: creating cmakeconfig/EoCxxConfig.cmake config.status: creating cmakeconfig/EoCxxConfigVersion.cmake config.status: creating cmakeconfig/EcoreCxxConfig.cmake config.status: creating cmakeconfig/EcoreCxxConfigVersion.cmake config.status: creating cmakeconfig/EvasCxxConfig.cmake config.status: creating cmakeconfig/EvasCxxConfigVersion.cmake config.status: creating cmakeconfig/EetCxxConfig.cmake config.status: creating cmakeconfig/EetCxxConfigVersion.cmake config.status: creating cmakeconfig/EetConfig.cmake config.status: creating cmakeconfig/EetConfigVersion.cmake config.status: creating cmakeconfig/EvasConfig.cmake config.status: creating cmakeconfig/EvasConfigVersion.cmake config.status: creating cmakeconfig/EcoreConfig.cmake config.status: creating cmakeconfig/EcoreConfigVersion.cmake config.status: creating cmakeconfig/EdjeConfig.cmake config.status: creating cmakeconfig/EdjeConfigVersion.cmake config.status: creating cmakeconfig/EldbusConfig.cmake config.status: creating cmakeconfig/EldbusConfigVersion.cmake config.status: creating cmakeconfig/EfreetConfig.cmake config.status: creating cmakeconfig/EfreetConfigVersion.cmake config.status: creating cmakeconfig/EthumbConfig.cmake config.status: creating cmakeconfig/EthumbConfigVersion.cmake config.status: creating cmakeconfig/EthumbClientConfig.cmake config.status: creating cmakeconfig/EthumbClientConfigVersion.cmake config.status: creating cmakeconfig/EmotionConfig.cmake config.status: creating cmakeconfig/EmotionConfigVersion.cmake config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile make --no-print-directory all-recursive Making all in src CC bin/eolian/bin_eolian_eolian_gen-common_funcs.o CC bin/eolian/bin_eolian_eolian_gen-eo_generator.o CC bin/eolian/bin_eolian_eolian_gen-impl_generator.o CC bin/eolian/bin_eolian_eolian_gen-legacy_generator.o CC bin/eolian/bin_eolian_eolian_gen-types_generator.o CC bin/eolian/bin_eolian_eolian_gen-main.o CC lib/eina/lib_eina_libeina_la-eina_abi.lo CC lib/eina/lib_eina_libeina_la-eina_accessor.lo CC lib/eina/lib_eina_libeina_la-eina_array.lo CC lib/eina/lib_eina_libeina_la-eina_benchmark.lo CC lib/eina/lib_eina_libeina_la-eina_binbuf.lo CC lib/eina/lib_eina_libeina_la-eina_binshare.lo CC lib/eina/lib_eina_libeina_la-eina_convert.lo CC lib/eina/lib_eina_libeina_la-eina_counter.lo CC lib/eina/lib_eina_libeina_la-eina_cow.lo CC lib/eina/lib_eina_libeina_la-eina_cpu.lo CC lib/eina/lib_eina_libeina_la-eina_error.lo CC lib/eina/lib_eina_libeina_la-eina_file_common.lo CC lib/eina/lib_eina_libeina_la-eina_fp.lo CC lib/eina/lib_eina_libeina_la-eina_hamster.lo CC lib/eina/lib_eina_libeina_la-eina_hash.lo CC lib/eina/lib_eina_libeina_la-eina_inarray.lo CC lib/eina/lib_eina_libeina_la-eina_inlist.lo CC lib/eina/lib_eina_libeina_la-eina_iterator.lo CC lib/eina/lib_eina_libeina_la-eina_list.lo CC lib/eina/lib_eina_libeina_la-eina_lalloc.lo CC lib/eina/lib_eina_libeina_la-eina_log.lo CC lib/eina/lib_eina_libeina_la-eina_magic.lo CC lib/eina/lib_eina_libeina_la-eina_main.lo CC lib/eina/lib_eina_libeina_la-eina_matrixsparse.lo CC lib/eina/lib_eina_libeina_la-eina_mempool.lo CC lib/eina/lib_eina_libeina_la-eina_mmap.lo CC lib/eina/lib_eina_libeina_la-eina_module.lo CC lib/eina/lib_eina_libeina_la-eina_prefix.lo CC lib/eina/lib_eina_libeina_la-eina_quadtree.lo CC lib/eina/lib_eina_libeina_la-eina_rbtree.lo CC lib/eina/lib_eina_libeina_la-eina_rectangle.lo CC lib/eina/lib_eina_libeina_la-eina_safety_checks.lo CC lib/eina/lib_eina_libeina_la-eina_sched.lo CC lib/eina/lib_eina_libeina_la-eina_share_common.lo CC lib/eina/lib_eina_libeina_la-eina_simple_xml_parser.lo CC lib/eina/lib_eina_libeina_la-eina_str.lo CC lib/eina/lib_eina_libeina_la-eina_strbuf.lo CC lib/eina/lib_eina_libeina_la-eina_strbuf_common.lo CC lib/eina/lib_eina_libeina_la-eina_stringshare.lo CC lib/eina/lib_eina_libeina_la-eina_tiler.lo CC lib/eina/lib_eina_libeina_la-eina_thread.lo CC lib/eina/lib_eina_libeina_la-eina_tmpstr.lo CC lib/eina/lib_eina_libeina_la-eina_unicode.lo CC lib/eina/lib_eina_libeina_la-eina_ustrbuf.lo CC lib/eina/lib_eina_libeina_la-eina_ustringshare.lo CC lib/eina/lib_eina_libeina_la-eina_value.lo CC lib/eina/lib_eina_libeina_la-eina_value_util.lo CC lib/eina/lib_eina_libeina_la-eina_xattr.lo CC lib/eina/lib_eina_libeina_la-eina_thread_queue.lo CC lib/eina/lib_eina_libeina_la-eina_file.lo CC modules/eina/mp/chained_pool/lib_eina_libeina_la-eina_chained_mempool.lo CC modules/eina/mp/one_big/lib_eina_libeina_la-eina_one_big.lo CC modules/eina/mp/pass_through/lib_eina_libeina_la-eina_pass_through.lo CC lib/eolian/lib_eolian_libeolian_la-eo_lexer.lo CC lib/eolian/lib_eolian_libeolian_la-eo_parser.lo CC lib/eolian/lib_eolian_libeolian_la-eolian.lo CC lib/eolian/lib_eolian_libeolian_la-eolian_database.lo CC lib/eolian/lib_eolian_libeolian_la-database_fill.lo CC lib/eolian/lib_eolian_libeolian_la-database_class.lo CC lib/eolian/lib_eolian_libeolian_la-database_class_api.lo CC lib/eolian/lib_eolian_libeolian_la-database_function.lo CC lib/eolian/lib_eolian_libeolian_la-database_function_api.lo CC lib/eolian/lib_eolian_libeolian_la-database_function_parameter.lo CC lib/eolian/lib_eolian_libeolian_la-database_function_parameter_api.lo CC lib/eolian/lib_eolian_libeolian_la-database_type.lo CC lib/eolian/lib_eolian_libeolian_la-database_type_api.lo CC lib/eolian/lib_eolian_libeolian_la-database_implement.lo CC lib/eolian/lib_eolian_libeolian_la-database_implement_api.lo CC lib/eolian/lib_eolian_libeolian_la-database_constructor.lo CC lib/eolian/lib_eolian_libeolian_la-database_constructor_api.lo CC lib/eolian/lib_eolian_libeolian_la-database_event.lo CC lib/eolian/lib_eolian_libeolian_la-database_event_api.lo CC lib/eolian/lib_eolian_libeolian_la-database_print.lo CC lib/eolian/lib_eolian_libeolian_la-database_expr.lo CC lib/eolian/lib_eolian_libeolian_la-database_expr_api.lo CC lib/eolian/lib_eolian_libeolian_la-database_var.lo CC lib/eolian/lib_eolian_libeolian_la-database_var_api.lo CC lib/eolian/lib_eolian_libeolian_la-database_validate.lo CCLD lib/eina/libeina.la CCLD lib/eolian/libeolian.la CCLD bin/eolian/eolian_gen EOLIAN lib/eo/eo_base.eo.c EOLIAN lib/eo/eo_base.eo.h EOLIAN lib/eo/eo_abstract_class.eo.c EOLIAN lib/eo/eo_abstract_class.eo.h EOLIAN lib/efl/interfaces/efl_control.eo.c EOLIAN lib/efl/interfaces/efl_file.eo.c EOLIAN lib/efl/interfaces/efl_player.eo.c EOLIAN lib/efl/interfaces/efl_image.eo.c EOLIAN lib/efl/interfaces/efl_text.eo.c EOLIAN lib/efl/interfaces/efl_text_properties.eo.c EOLIAN lib/efl/interfaces/efl_control.eo.h EOLIAN lib/efl/interfaces/efl_file.eo.h EOLIAN lib/efl/interfaces/efl_player.eo.h EOLIAN lib/efl/interfaces/efl_image.eo.h EOLIAN lib/efl/interfaces/efl_text.eo.h EOLIAN lib/efl/interfaces/efl_text_properties.eo.h EOLIAN lib/ecore/ecore_timer.eo.h EOLIAN lib/ecore/ecore_timer.eo.c EOLIAN lib/ecore/ecore_timer.eo.legacy.h EOLIAN lib/ecore/ecore_poller.eo.c EOLIAN lib/ecore/ecore_poller.eo.h EOLIAN lib/ecore/ecore_poller.eo.legacy.h EOLIAN lib/ecore/ecore_exe.eo.h EOLIAN lib/ecore/ecore_exe.eo.c EOLIAN lib/ecore/ecore_job.eo.c EOLIAN lib/ecore/ecore_exe.eo.legacy.h EOLIAN lib/ecore/ecore_job.eo.h EOLIAN lib/ecore/ecore_job.eo.legacy.h EOLIAN lib/ecore/ecore_idler.eo.c EOLIAN lib/ecore/ecore_idler.eo.h EOLIAN lib/ecore/ecore_idler.eo.legacy.h EOLIAN lib/ecore/ecore_idle_enterer.eo.c EOLIAN lib/ecore/ecore_idle_exiter.eo.c EOLIAN lib/ecore/ecore_idle_enterer.eo.h EOLIAN lib/ecore/ecore_idle_exiter.eo.h EOLIAN lib/ecore/ecore_animator.eo.c EOLIAN lib/ecore/ecore_animator.eo.h EOLIAN lib/ecore/ecore_animator.eo.legacy.h EOLIAN lib/ecore/ecore_mainloop.eo.c EOLIAN lib/ecore/ecore_mainloop.eo.h EOLIAN lib/ecore/ecore_parent.eo.h EOLIAN lib/ecore/ecore_parent.eo.c EOLIAN lib/ecore_con/ecore_con_base.eo.h EOLIAN lib/ecore_con/ecore_con_base.eo.legacy.h EOLIAN lib/ecore_con/ecore_con_client.eo.h EOLIAN lib/ecore_con/ecore_con_client.eo.legacy.h EOLIAN lib/ecore_con/ecore_con_server.eo.h EOLIAN lib/ecore_con/ecore_con_server.eo.legacy.h EOLIAN lib/ecore_con/ecore_con_connector.eo.h EOLIAN lib/ecore_con/ecore_con_connector.eo.legacy.h EOLIAN lib/ecore_con/ecore_con_url.eo.h EOLIAN lib/ecore_con/ecore_con_url.eo.legacy.h EOLIAN lib/ecore_con/ecore_con_base.eo.c EOLIAN lib/ecore_con/ecore_con_client.eo.c EOLIAN lib/ecore_con/ecore_con_server.eo.c EOLIAN lib/ecore_con/ecore_con_connector.eo.c EOLIAN lib/ecore_con/ecore_con_url.eo.c EOLIAN lib/evas/canvas/evas_line.eo.h EOLIAN lib/evas/canvas/evas_line.eo.c EOLIAN lib/evas/canvas/evas_line.eo.legacy.h EOLIAN lib/evas/canvas/evas_polygon.eo.c EOLIAN lib/evas/canvas/evas_polygon.eo.h EOLIAN lib/evas/canvas/evas_polygon.eo.legacy.h EOLIAN lib/evas/canvas/evas_rectangle.eo.c EOLIAN lib/evas/canvas/evas_rectangle.eo.h EOLIAN lib/evas/canvas/evas_rectangle.eo.legacy.h EOLIAN lib/evas/canvas/evas_text.eo.c EOLIAN lib/evas/canvas/evas_text.eo.h EOLIAN lib/evas/canvas/evas_text.eo.legacy.h EOLIAN lib/evas/canvas/evas_textblock.eo.c EOLIAN lib/evas/canvas/evas_textblock.eo.h EOLIAN lib/evas/canvas/evas_textblock.eo.legacy.h EOLIAN lib/evas/canvas/evas_textgrid.eo.c EOLIAN lib/evas/canvas/evas_textgrid.eo.h EOLIAN lib/evas/canvas/evas_textgrid.eo.legacy.h EOLIAN lib/evas/canvas/evas_signal_interface.eo.c EOLIAN lib/evas/canvas/evas_signal_interface.eo.h EOLIAN lib/evas/canvas/evas_object_smart.eo.c EOLIAN lib/evas/canvas/evas_object_smart.eo.h EOLIAN lib/evas/canvas/evas_object_smart.eo.legacy.h EOLIAN lib/evas/canvas/evas_smart_clipped.eo.c EOLIAN lib/evas/canvas/evas_smart_clipped.eo.h EOLIAN lib/evas/canvas/evas_smart_clipped.eo.legacy.h EOLIAN lib/evas/canvas/evas_table.eo.c EOLIAN lib/evas/canvas/evas_table.eo.h EOLIAN lib/evas/canvas/evas_common_interface.eo.c EOLIAN lib/evas/canvas/evas_table.eo.legacy.h EOLIAN lib/evas/canvas/evas_common_interface.eo.h EOLIAN lib/evas/canvas/evas_common_interface.eo.legacy.h EOLIAN lib/evas/canvas/evas_object.eo.c EOLIAN lib/evas/canvas/evas_object.eo.h EOLIAN lib/evas/canvas/evas_object.eo.legacy.h EOLIAN lib/evas/canvas/evas_canvas.eo.c EOLIAN lib/evas/canvas/evas_canvas.eo.h EOLIAN lib/evas/canvas/evas_grid.eo.c EOLIAN lib/evas/canvas/evas_canvas.eo.legacy.h EOLIAN lib/evas/canvas/evas_grid.eo.h EOLIAN lib/evas/canvas/evas_grid.eo.legacy.h EOLIAN lib/evas/canvas/evas_image.eo.c EOLIAN lib/evas/canvas/evas_image.eo.h EOLIAN lib/evas/canvas/evas_image.eo.legacy.h EOLIAN lib/evas/canvas/evas_out.eo.c EOLIAN lib/evas/canvas/evas_out.eo.h EOLIAN lib/evas/canvas/evas_out.eo.legacy.h EOLIAN lib/evas/canvas/evas_draggable_interface.eo.c EOLIAN lib/evas/canvas/evas_draggable_interface.eo.h EOLIAN lib/evas/canvas/evas_clickable_interface.eo.c EOLIAN lib/evas/canvas/evas_clickable_interface.eo.h EOLIAN lib/evas/canvas/evas_scrollable_interface.eo.c EOLIAN lib/evas/canvas/evas_scrollable_interface.eo.h EOLIAN lib/evas/canvas/evas_selectable_interface.eo.c EOLIAN lib/evas/canvas/evas_selectable_interface.eo.h EOLIAN lib/evas/canvas/evas_zoomable_interface.eo.h EOLIAN lib/evas/canvas/evas_zoomable_interface.eo.c EOLIAN lib/evas/canvas/evas_box.eo.c EOLIAN lib/evas/canvas/evas_box.eo.legacy.h EOLIAN lib/evas/canvas/evas_box.eo.h EOLIAN lib/evas/canvas/evas_3d_camera.eo.c EOLIAN lib/evas/canvas/evas_3d_camera.eo.h EOLIAN lib/evas/canvas/evas_3d_texture.eo.h EOLIAN lib/evas/canvas/evas_3d_texture.eo.c EOLIAN lib/evas/canvas/evas_3d_material.eo.c EOLIAN lib/evas/canvas/evas_3d_material.eo.h EOLIAN lib/evas/canvas/evas_3d_light.eo.c EOLIAN lib/evas/canvas/evas_3d_light.eo.h EOLIAN lib/evas/canvas/evas_3d_mesh.eo.c EOLIAN lib/evas/canvas/evas_3d_mesh.eo.h EOLIAN lib/evas/canvas/evas_3d_node.eo.c EOLIAN lib/evas/canvas/evas_3d_node.eo.h EOLIAN lib/evas/canvas/evas_3d_scene.eo.c EOLIAN lib/evas/canvas/evas_3d_scene.eo.h EOLIAN lib/evas/canvas/evas_3d_object.eo.c EOLIAN lib/evas/canvas/evas_3d_object.eo.h EOLIAN lib/ecore_audio/ecore_audio.eo.c EOLIAN lib/ecore_audio/ecore_audio.eo.h EOLIAN lib/ecore_audio/ecore_audio_in.eo.c EOLIAN lib/ecore_audio/ecore_audio_in.eo.h EOLIAN lib/ecore_audio/ecore_audio_out.eo.c EOLIAN lib/ecore_audio/ecore_audio_out.eo.h EOLIAN lib/ecore_audio/ecore_audio_in_sndfile.eo.c EOLIAN lib/ecore_audio/ecore_audio_in_sndfile.eo.h EOLIAN lib/ecore_audio/ecore_audio_out_sndfile.eo.c EOLIAN lib/ecore_audio/ecore_audio_out_sndfile.eo.h EOLIAN lib/ecore_audio/ecore_audio_out_pulse.eo.c EOLIAN lib/ecore_audio/ecore_audio_out_pulse.eo.h EOLIAN lib/ecore_audio/ecore_audio_in_tone.eo.c EOLIAN lib/ecore_audio/ecore_audio_in_tone.eo.h EOLIAN lib/edje/edje_object.eo.c EOLIAN lib/edje/edje_object.eo.h EOLIAN lib/edje/edje_object.eo.legacy.h EOLIAN lib/edje/edje_edit.eo.c EOLIAN lib/edje/edje_edit.eo.h EOLIAN lib/edje/edje_edit.eo.legacy.h EOLIAN lib/emotion/emotion_object.eo.c EOLIAN lib/emotion/emotion_object.eo.h EOLIAN lib/emotion/emotion_object.eo.legacy.h make all-recursive CC modules/ecore_evas/engines/extn/modules_ecore_evas_engines_extn_module_la-ecore_evas_extn.lo CC modules/ecore_evas/engines/extn/modules_ecore_evas_engines_extn_module_la-ecore_evas_extn_buf.lo CC lib/eo/lib_eo_libeo_la-eo.lo CC lib/eo/lib_eo_libeo_la-eo_ptr_indirection.lo CC lib/eo/lib_eo_libeo_la-eo_base_class.lo CC lib/eo/lib_eo_libeo_la-eo_class_class.lo CC lib/efl/interfaces/lib_efl_libefl_la-efl_interfaces_main.lo CC lib/evas/lib_evas_libevas_la-main.lo CC lib/evas/canvas/lib_evas_libevas_la-common_interfaces.lo CC lib/evas/canvas/lib_evas_libevas_la-evas_callbacks.lo CC lib/evas/canvas/lib_evas_libevas_la-evas_clip.lo CC lib/evas/canvas/lib_evas_libevas_la-evas_common_interface.lo CC lib/evas/canvas/lib_evas_libevas_la-evas_data.lo CC lib/evas/canvas/lib_evas_libevas_la-evas_device.lo CC lib/evas/canvas/lib_evas_libevas_la-evas_events.lo CC lib/evas/canvas/lib_evas_libevas_la-evas_focus.lo CC lib/evas/canvas/lib_evas_libevas_la-evas_key.lo CC lib/evas/canvas/lib_evas_libevas_la-evas_key_grab.lo CC lib/evas/canvas/lib_evas_libevas_la-evas_layer.lo CC lib/evas/canvas/lib_evas_libevas_la-evas_main.lo CC lib/evas/canvas/lib_evas_libevas_la-evas_name.lo CC lib/evas/canvas/lib_evas_libevas_la-evas_object_image.lo CC lib/evas/canvas/lib_evas_libevas_la-evas_object_main.lo CC lib/evas/canvas/lib_evas_libevas_la-evas_object_inform.lo CC lib/evas/canvas/lib_evas_libevas_la-evas_object_intercept.lo CC lib/evas/canvas/lib_evas_libevas_la-evas_object_line.lo CC lib/evas/canvas/lib_evas_libevas_la-evas_object_polygon.lo CC lib/evas/canvas/lib_evas_libevas_la-evas_object_rectangle.lo CC lib/evas/canvas/lib_evas_libevas_la-evas_object_smart.lo CC lib/evas/canvas/lib_evas_libevas_la-evas_object_smart_clipped.lo CC lib/evas/canvas/lib_evas_libevas_la-evas_object_box.lo CC lib/evas/canvas/lib_evas_libevas_la-evas_object_table.lo CC lib/evas/canvas/lib_evas_libevas_la-evas_object_text.lo CC lib/evas/canvas/lib_evas_libevas_la-evas_object_textblock.lo CC lib/evas/canvas/lib_evas_libevas_la-evas_object_textgrid.lo CC lib/evas/canvas/lib_evas_libevas_la-evas_object_grid.lo CC lib/evas/canvas/lib_evas_libevas_la-evas_font_dir.lo CC lib/evas/canvas/lib_evas_libevas_la-evas_rectangle.lo CC lib/evas/canvas/lib_evas_libevas_la-evas_render.lo CC lib/evas/canvas/lib_evas_libevas_la-evas_render2.lo CC lib/evas/canvas/lib_evas_libevas_la-evas_render2_updates.lo CC lib/evas/canvas/lib_evas_libevas_la-evas_smart.lo CC lib/evas/canvas/lib_evas_libevas_la-evas_stack.lo CC lib/evas/canvas/lib_evas_libevas_la-evas_async_events.lo CC lib/evas/canvas/lib_evas_libevas_la-evas_stats.lo CC lib/evas/canvas/lib_evas_libevas_la-evas_touch_point.lo CC lib/evas/canvas/lib_evas_libevas_la-evas_map.lo CC lib/evas/canvas/lib_evas_libevas_la-evas_gl.lo CC lib/evas/canvas/lib_evas_libevas_la-evas_out.lo CC lib/evas/cache/lib_evas_libevas_la-evas_cache_image.lo CC lib/evas/cache/lib_evas_libevas_la-evas_cache_engine_image.lo CC lib/evas/cache/lib_evas_libevas_la-evas_preload.lo CC lib/evas/cache2/lib_evas_libevas_la-evas_cache2.lo CC lib/evas/cserve2/lib_evas_libevas_la-evas_cs2_image_data.lo CC lib/evas/cserve2/lib_evas_libevas_la-evas_cs2_client.lo CC lib/evas/cserve2/lib_evas_libevas_la-evas_cs2_utils.lo CC lib/evas/file/lib_evas_libevas_la-evas_module.lo CC lib/evas/file/lib_evas_libevas_la-evas_path.lo CC lib/evas/canvas/lib_evas_libevas_la-evas_3d_object.lo CC lib/evas/canvas/lib_evas_libevas_la-evas_3d_scene.lo CC lib/evas/canvas/lib_evas_libevas_la-evas_3d_node.lo CC lib/evas/canvas/lib_evas_libevas_la-evas_3d_camera.lo CC lib/evas/canvas/lib_evas_libevas_la-evas_3d_light.lo CC lib/evas/canvas/lib_evas_libevas_la-evas_3d_mesh.lo CC lib/evas/canvas/lib_evas_libevas_la-evas_3d_texture.lo CC lib/evas/canvas/lib_evas_libevas_la-evas_3d_material.lo CC lib/evas/canvas/lib_evas_libevas_la-evas_3d_mesh_loader_md2.lo CC lib/evas/canvas/lib_evas_libevas_la-evas_3d_mesh_loader_obj.lo CC lib/evas/canvas/lib_evas_libevas_la-evas_3d_mesh_saver_obj.lo CC lib/evas/common/lib_evas_libevas_la-evas_op_copy_main_.lo CC lib/evas/common/lib_evas_libevas_la-evas_op_blend_main_.lo CC lib/evas/common/lib_evas_libevas_la-evas_op_add_main_.lo CC lib/evas/common/lib_evas_libevas_la-evas_op_sub_main_.lo CC lib/evas/common/lib_evas_libevas_la-evas_op_mask_main_.lo CC lib/evas/common/lib_evas_libevas_la-evas_op_mul_main_.lo CC lib/evas/common/lib_evas_libevas_la-evas_alpha_main.lo CC lib/evas/common/lib_evas_libevas_la-evas_blend_main.lo CC lib/evas/common/lib_evas_libevas_la-evas_blit_main.lo CC lib/evas/common/lib_evas_libevas_la-evas_convert_color.lo CC lib/evas/common/lib_evas_libevas_la-evas_convert_colorspace.lo CC lib/evas/common/lib_evas_libevas_la-evas_convert_gry_1.lo CC lib/evas/common/lib_evas_libevas_la-evas_convert_gry_8.lo CC lib/evas/common/lib_evas_libevas_la-evas_convert_main.lo CC lib/evas/common/lib_evas_libevas_la-evas_convert_rgb_16.lo CC lib/evas/common/lib_evas_libevas_la-evas_convert_rgb_24.lo CC lib/evas/common/lib_evas_libevas_la-evas_convert_rgb_8.lo CC lib/evas/common/lib_evas_libevas_la-evas_convert_grypal_6.lo CC lib/evas/common/lib_evas_libevas_la-evas_convert_yuv.lo CC lib/evas/common/lib_evas_libevas_la-evas_cpu.lo CC lib/evas/common/lib_evas_libevas_la-evas_draw_main.lo CC lib/evas/common/lib_evas_libevas_la-evas_font_draw.lo CC lib/evas/common/lib_evas_libevas_la-evas_font_load.lo CC lib/evas/common/lib_evas_libevas_la-evas_font_main.lo CC lib/evas/common/lib_evas_libevas_la-evas_font_query.lo CC lib/evas/common/lib_evas_libevas_la-evas_font_compress.lo CC lib/evas/common/lib_evas_libevas_la-evas_image_load.lo CC lib/evas/common/lib_evas_libevas_la-evas_image_save.lo CC lib/evas/common/lib_evas_libevas_la-evas_image_main.lo CC lib/evas/common/lib_evas_libevas_la-evas_image_data.lo CC lib/evas/common/lib_evas_libevas_la-evas_image_scalecache.lo CC lib/evas/common/lib_evas_libevas_la-evas_line_main.lo CC lib/evas/common/lib_evas_libevas_la-evas_polygon_main.lo CC lib/evas/common/lib_evas_libevas_la-evas_rectangle_main.lo CC lib/evas/common/lib_evas_libevas_la-evas_scale_main.lo CC lib/evas/common/lib_evas_libevas_la-evas_scale_sample.lo CC lib/evas/common/lib_evas_libevas_la-evas_scale_smooth.lo CC lib/evas/common/lib_evas_libevas_la-evas_scale_span.lo CC lib/evas/common/lib_evas_libevas_la-evas_thread_render.lo CC lib/evas/common/lib_evas_libevas_la-evas_tiler.lo CC lib/evas/common/lib_evas_libevas_la-evas_regionbuf.lo CC lib/evas/common/lib_evas_libevas_la-evas_pipe.lo CC lib/evas/common/language/lib_evas_libevas_la-evas_bidi_utils.lo CC lib/evas/common/language/lib_evas_libevas_la-evas_language_utils.lo CC lib/evas/common/lib_evas_libevas_la-evas_text_utils.lo CC lib/evas/common/lib_evas_libevas_la-evas_font_ot.lo CC lib/evas/common/lib_evas_libevas_la-evas_map_image.lo CC lib/evas/filters/lib_evas_libevas_la-evas_filter.lo CC lib/evas/filters/lib_evas_libevas_la-evas_filter_blend.lo CC lib/evas/filters/lib_evas_libevas_la-evas_filter_blur.lo CC lib/evas/filters/lib_evas_libevas_la-evas_filter_bump.lo CC lib/evas/filters/lib_evas_libevas_la-evas_filter_curve.lo CC lib/evas/filters/lib_evas_libevas_la-evas_filter_displace.lo CC lib/evas/filters/lib_evas_libevas_la-evas_filter_mask.lo CC lib/evas/filters/lib_evas_libevas_la-evas_filter_parser.lo CC lib/evas/filters/lib_evas_libevas_la-evas_filter_transform.lo CC lib/evas/filters/lib_evas_libevas_la-evas_filter_utils.lo CC modules/evas/engines/software_generic/lib_evas_libevas_la-evas_engine.lo CC modules/evas/engines/buffer/lib_evas_libevas_la-evas_engine.lo CC modules/evas/engines/buffer/lib_evas_libevas_la-evas_outbuf.lo CC modules/evas/loaders/bmp/lib_evas_libevas_la-evas_image_load_bmp.lo CC modules/evas/loaders/dds/lib_evas_libevas_la-evas_image_load_dds.lo CC modules/evas/loaders/dds/lib_evas_libevas_la-s3tc_decoder.lo CC modules/evas/loaders/eet/lib_evas_libevas_la-evas_image_load_eet.lo CC modules/evas/savers/eet/lib_evas_libevas_la-evas_image_save_eet.lo CC modules/evas/loaders/generic/lib_evas_libevas_la-evas_image_load_generic.lo CC modules/evas/loaders/ico/lib_evas_libevas_la-evas_image_load_ico.lo CC modules/evas/loaders/jpeg/lib_evas_libevas_la-evas_image_load_jpeg.lo CC modules/evas/savers/jpeg/lib_evas_libevas_la-evas_image_save_jpeg.lo CC modules/evas/loaders/pmaps/lib_evas_libevas_la-evas_image_load_pmaps.lo CC modules/evas/loaders/png/lib_evas_libevas_la-evas_image_load_png.lo CC modules/evas/savers/png/lib_evas_libevas_la-evas_image_save_png.lo CC modules/evas/loaders/psd/lib_evas_libevas_la-evas_image_load_psd.lo CC modules/evas/loaders/tga/lib_evas_libevas_la-evas_image_load_tga.lo CC modules/evas/loaders/wbmp/lib_evas_libevas_la-evas_image_load_wbmp.lo CC modules/evas/loaders/xpm/lib_evas_libevas_la-evas_image_load_xpm.lo CC modules/evas/loaders/tgv/lib_evas_libevas_la-evas_image_load_tgv.lo CC modules/evas/savers/tgv/lib_evas_libevas_la-evas_image_save_tgv.lo CC static_libs/rg_etc/lib_evas_libevas_la-rg_etc1.lo CC static_libs/rg_etc/lib_evas_libevas_la-rg_etc2.lo CC static_libs/rg_etc/lib_evas_libevas_la-etc2_encoder.lo CC lib/evas/common/evas_op_blend/lib_evas_common_libevas_op_blend_sse3_la-op_blend_master_sse3.lo CC lib/eet/lib_eet_libeet_la-eet_alloc.lo CC lib/eet/lib_eet_libeet_la-eet_cipher.lo CC lib/eet/lib_eet_libeet_la-eet_connection.lo CC lib/eet/lib_eet_libeet_la-eet_data.lo CC lib/eet/lib_eet_libeet_la-eet_dictionary.lo CC lib/eet/lib_eet_libeet_la-eet_image.lo CC lib/eet/lib_eet_libeet_la-eet_lib.lo CC lib/eet/lib_eet_libeet_la-eet_node.lo CC lib/eet/lib_eet_libeet_la-eet_utils.lo CC static_libs/rg_etc/lib_eet_libeet_la-rg_etc1.lo CC static_libs/rg_etc/lib_eet_libeet_la-rg_etc2.lo CC static_libs/rg_etc/lib_eet_libeet_la-etc2_encoder.lo CC lib/evas/common/lib_evas_common_libevas_convert_rgb_32_la-evas_convert_rgb_32.lo CC lib/ecore/lib_ecore_libecore_la-ecore.lo CC lib/ecore/lib_ecore_libecore_la-ecore_alloc.lo CC lib/ecore/lib_ecore_libecore_la-ecore_anim.lo CC lib/ecore/lib_ecore_libecore_la-ecore_app.lo CC lib/ecore/lib_ecore_libecore_la-ecore_events.lo CC lib/ecore/lib_ecore_libecore_la-ecore_getopt.lo CC lib/ecore/lib_ecore_libecore_la-ecore_glib.lo CC lib/ecore/lib_ecore_libecore_la-ecore_idle_enterer.lo CC lib/ecore/lib_ecore_libecore_la-ecore_idle_exiter.lo CC lib/ecore/lib_ecore_libecore_la-ecore_idler.lo CC lib/ecore/lib_ecore_libecore_la-ecore_job.lo CC lib/ecore/lib_ecore_libecore_la-ecore_main.lo CC lib/ecore/lib_ecore_libecore_la-ecore_pipe.lo CC lib/ecore/lib_ecore_libecore_la-ecore_poller.lo CC lib/ecore/lib_ecore_libecore_la-ecore_time.lo CC lib/ecore/lib_ecore_libecore_la-ecore_thread.lo CC lib/ecore/lib_ecore_libecore_la-ecore_timer.lo CC lib/ecore/lib_ecore_libecore_la-ecore_throttle.lo CC lib/ecore/lib_ecore_libecore_la-ecore_exe.lo CC lib/ecore/lib_ecore_libecore_la-ecore_signal.lo CC lib/ecore/lib_ecore_libecore_la-ecore_exe_posix.lo CC lib/ecore_input/lib_ecore_input_libecore_input_la-ecore_input.lo CC lib/ecore_input/lib_ecore_input_libecore_input_la-ecore_input_compose.lo CC lib/ecore_input_evas/lib_ecore_input_evas_libecore_input_evas_la-ecore_input_evas.lo CC lib/ecore_evas/lib_ecore_evas_libecore_evas_la-ecore_evas.lo CC lib/ecore_evas/lib_ecore_evas_libecore_evas_la-ecore_evas_deprecated.lo CC lib/ecore_evas/lib_ecore_evas_libecore_evas_la-ecore_evas_buffer.lo CC lib/ecore_evas/lib_ecore_evas_libecore_evas_la-ecore_evas_ews.lo CC lib/ecore_evas/lib_ecore_evas_libecore_evas_la-ecore_evas_module.lo CC lib/ecore_evas/lib_ecore_evas_libecore_evas_la-ecore_evas_extn.lo CC lib/ecore_evas/lib_ecore_evas_libecore_evas_la-ecore_evas_util.lo CC lib/ecore_con/lib_ecore_con_libecore_con_la-ecore_con_alloc.lo CC lib/ecore_con/lib_ecore_con_libecore_con_la-ecore_con.lo CC lib/ecore_con/lib_ecore_con_libecore_con_la-ecore_con_eet.lo CC lib/ecore_con/lib_ecore_con_libecore_con_la-ecore_con_socks.lo CC lib/ecore_con/lib_ecore_con_libecore_con_la-ecore_con_ssl.lo CC lib/ecore_con/lib_ecore_con_libecore_con_la-ecore_con_url.lo CC lib/ecore_con/lib_ecore_con_libecore_con_la-ecore_con_local.lo CC lib/ecore_con/lib_ecore_con_libecore_con_la-ecore_con_dns.lo CC lib/ecore_ipc/lib_ecore_ipc_libecore_ipc_la-ecore_ipc.lo CC modules/ecore_evas/engines/x/modules_ecore_evas_engines_x_module_la-ecore_evas_x.lo CC lib/ecore_x/xlib/lib_ecore_x_libecore_x_la-ecore_x.lo CC lib/ecore_x/xlib/lib_ecore_x_libecore_x_la-ecore_x_dnd.lo CC lib/ecore_x/xlib/lib_ecore_x_libecore_x_la-ecore_x_sync.lo CC lib/ecore_x/xlib/lib_ecore_x_libecore_x_la-ecore_x_randr.lo CC lib/ecore_x/xlib/lib_ecore_x_libecore_x_la-ecore_x_fixes.lo CC lib/ecore_x/xlib/lib_ecore_x_libecore_x_la-ecore_x_damage.lo CC lib/ecore_x/xlib/lib_ecore_x_libecore_x_la-ecore_x_composite.lo CC lib/ecore_x/xlib/lib_ecore_x_libecore_x_la-ecore_x_error.lo CC lib/ecore_x/xlib/lib_ecore_x_libecore_x_la-ecore_x_events.lo CC lib/ecore_x/xlib/lib_ecore_x_libecore_x_la-ecore_x_icccm.lo CC lib/ecore_x/xlib/lib_ecore_x_libecore_x_la-ecore_x_netwm.lo CC lib/ecore_x/xlib/lib_ecore_x_libecore_x_la-ecore_x_mwm.lo CC lib/ecore_x/xlib/lib_ecore_x_libecore_x_la-ecore_x_e.lo CC lib/ecore_x/xlib/lib_ecore_x_libecore_x_la-ecore_x_selection.lo CC lib/ecore_x/xlib/lib_ecore_x_libecore_x_la-ecore_x_window.lo CC lib/ecore_x/xlib/lib_ecore_x_libecore_x_la-ecore_x_window_prop.lo CC lib/ecore_x/xlib/lib_ecore_x_libecore_x_la-ecore_x_window_shape.lo CC lib/ecore_x/xlib/lib_ecore_x_libecore_x_la-ecore_x_pixmap.lo CC lib/ecore_x/xlib/lib_ecore_x_libecore_x_la-ecore_x_present.lo CC lib/ecore_x/xlib/lib_ecore_x_libecore_x_la-ecore_x_gc.lo CC lib/ecore_x/xlib/lib_ecore_x_libecore_x_la-ecore_x_xinerama.lo CC lib/ecore_x/xlib/lib_ecore_x_libecore_x_la-ecore_x_screensaver.lo CC lib/ecore_x/xlib/lib_ecore_x_libecore_x_la-ecore_x_dpms.lo CC lib/ecore_x/xlib/lib_ecore_x_libecore_x_la-ecore_x_drawable.lo CC lib/ecore_x/xlib/lib_ecore_x_libecore_x_la-ecore_x_cursor.lo CC lib/ecore_x/xlib/lib_ecore_x_libecore_x_la-ecore_x_test.lo CC lib/ecore_x/xlib/lib_ecore_x_libecore_x_la-ecore_x_atoms.lo CC lib/ecore_x/xlib/lib_ecore_x_libecore_x_la-ecore_x_region.lo CC lib/ecore_x/xlib/lib_ecore_x_libecore_x_la-ecore_x_image.lo CC lib/ecore_x/xlib/lib_ecore_x_libecore_x_la-ecore_x_xi2.lo CC lib/ecore_x/xlib/lib_ecore_x_libecore_x_la-ecore_x_vsync.lo CC lib/ecore_x/xlib/lib_ecore_x_libecore_x_la-ecore_x_gesture.lo CXX modules/ecore_imf/scim/modules_ecore_imf_scim_module_la-scim_module.lo CXX modules/ecore_imf/scim/modules_ecore_imf_scim_module_la-scim_imcontext.lo CC lib/ecore_imf/lib_ecore_imf_libecore_imf_la-ecore_imf.lo CC lib/ecore_imf/lib_ecore_imf_libecore_imf_la-ecore_imf_context.lo CC lib/ecore_imf/lib_ecore_imf_libecore_imf_la-ecore_imf_module.lo CC modules/ecore_imf/xim/modules_ecore_imf_xim_module_la-ecore_imf_xim.lo CC modules/ecore/system/upower/modules_ecore_system_upower_module_la-ecore_system_upower.lo CC lib/eldbus/lib_eldbus_libeldbus_la-eldbus_proxy.lo CC lib/eldbus/lib_eldbus_libeldbus_la-eldbus_core.lo CC lib/eldbus/lib_eldbus_libeldbus_la-eldbus_message.lo CC lib/eldbus/lib_eldbus_libeldbus_la-eldbus_object.lo CC lib/eldbus/lib_eldbus_libeldbus_la-eldbus_freedesktop.lo CC lib/eldbus/lib_eldbus_libeldbus_la-eldbus_pending.lo CC lib/eldbus/lib_eldbus_libeldbus_la-eldbus_service.lo CC lib/eldbus/lib_eldbus_libeldbus_la-eldbus_signal_handler.lo CC lib/eldbus/lib_eldbus_libeldbus_la-eldbus_message_helper.lo CC lib/eldbus/lib_eldbus_libeldbus_la-eldbus_message_to_eina_value.lo CC lib/eldbus/lib_eldbus_libeldbus_la-eldbus_message_from_eina_value.lo CC modules/eeze/sensor/fake/modules_eeze_sensor_fake_module_la-fake.lo CC lib/ecore_file/lib_ecore_file_libecore_file_la-ecore_file.lo CC lib/ecore_file/lib_ecore_file_libecore_file_la-ecore_file_download.lo CC lib/ecore_file/lib_ecore_file_libecore_file_la-ecore_file_monitor.lo CC lib/ecore_file/lib_ecore_file_libecore_file_la-ecore_file_path.lo CC lib/ecore_file/lib_ecore_file_libecore_file_la-ecore_file_monitor_inotify.lo CC lib/eeze/lib_eeze_libeeze_la-eeze_main.lo CC lib/eeze/lib_eeze_libeeze_la-eeze_net.lo CC lib/eeze/lib_eeze_libeeze_la-eeze_sensor.lo CC lib/eeze/lib_eeze_libeeze_la-eeze_udev_find.lo CC lib/eeze/lib_eeze_libeeze_la-eeze_udev_private.lo CC lib/eeze/lib_eeze_libeeze_la-eeze_udev_syspath.lo CC lib/eeze/lib_eeze_libeeze_la-eeze_udev_walk.lo CC lib/eeze/lib_eeze_libeeze_la-eeze_udev_watch.lo CC lib/eeze/lib_eeze_libeeze_la-eeze_disk.lo CC lib/eeze/lib_eeze_libeeze_la-eeze_disk_udev.lo CC lib/eeze/lib_eeze_libeeze_la-eeze_disk_mount.lo lib/eeze/eeze_udev_syspath.c: In function 'eeze_udev_syspath_set_sysattr': lib/eeze/eeze_udev_syspath.c:220:4: warning: implicit declaration of function 'udev_device_set_sysattr_value' [-Wimplicit-function-declaration] test = udev_device_set_sysattr_value(device, sysattr, val); ^ CC lib/eeze/lib_eeze_libeeze_la-eeze_disk_libmount_new.lo CC modules/eeze/sensor/udev/modules_eeze_sensor_udev_module_la-udev.lo CC edje_external/emotion/edje_external_emotion_module_la-emotion.lo CC lib/ecore_audio/lib_ecore_audio_libecore_audio_la-ecore_audio.lo CC lib/ecore_audio/lib_ecore_audio_libecore_audio_la-ecore_audio_obj.lo CC lib/ecore_audio/lib_ecore_audio_libecore_audio_la-ecore_audio_obj_in.lo CC lib/ecore_audio/lib_ecore_audio_libecore_audio_la-ecore_audio_obj_out.lo CC lib/ecore_audio/lib_ecore_audio_libecore_audio_la-ecore_audio_obj_in_tone.lo CC lib/ecore_audio/lib_ecore_audio_libecore_audio_la-ecore_audio_pulse_ml.lo CC lib/ecore_audio/lib_ecore_audio_libecore_audio_la-ecore_audio_obj_out_pulse.lo CC lib/ecore_audio/lib_ecore_audio_libecore_audio_la-ecore_audio_obj_in_sndfile.lo CC lib/ecore_audio/lib_ecore_audio_libecore_audio_la-ecore_audio_obj_out_sndfile.lo CC lib/ecore_audio/lib_ecore_audio_libecore_audio_la-ecore_audio_sndfile_vio.lo CXX lib/ephysics/lib_ephysics_libephysics_la-ephysics_body.lo CXX lib/ephysics/lib_ephysics_libephysics_la-ephysics_camera.lo CXX lib/ephysics/lib_ephysics_libephysics_la-ephysics_constraints.lo CXX lib/ephysics/lib_ephysics_libephysics_la-ephysics_main.lo CXX lib/ephysics/lib_ephysics_libephysics_la-ephysics_quaternion.lo CXX lib/ephysics/lib_ephysics_libephysics_la-ephysics_shape.lo CXX lib/ephysics/lib_ephysics_libephysics_la-ephysics_world.lo CC lib/eio/lib_eio_libeio_la-eio_dir.lo CC lib/eio/lib_eio_libeio_la-eio_eet.lo CC lib/eio/lib_eio_libeio_la-eio_file.lo CC lib/eio/lib_eio_libeio_la-eio_main.lo CC lib/eio/lib_eio_libeio_la-eio_map.lo CC lib/eio/lib_eio_libeio_la-eio_monitor.lo CC lib/eio/lib_eio_libeio_la-eio_monitor_poll.lo CC lib/eio/lib_eio_libeio_la-eio_single.lo CC lib/eio/lib_eio_libeio_la-eio_xattr.lo CC lib/eio/lib_eio_libeio_la-eio_monitor_inotify.lo CC lib/embryo/lib_embryo_libembryo_la-embryo_amx.lo CC lib/embryo/lib_embryo_libembryo_la-embryo_args.lo CC lib/embryo/lib_embryo_libembryo_la-embryo_float.lo CC lib/embryo/lib_embryo_libembryo_la-embryo_main.lo CC lib/embryo/lib_embryo_libembryo_la-embryo_rand.lo CC lib/embryo/lib_embryo_libembryo_la-embryo_str.lo CC lib/embryo/lib_embryo_libembryo_la-embryo_time.lo CC lib/ecore_imf_evas/lib_ecore_imf_evas_libecore_imf_evas_la-ecore_imf_evas.lo CC lib/edje/lib_edje_libedje_la-edje_box_layout.lo CC lib/edje/lib_edje_libedje_la-edje_cache.lo CC lib/edje/lib_edje_libedje_la-edje_calc.lo CC lib/edje/lib_edje_libedje_la-edje_callbacks.lo CC lib/edje/lib_edje_libedje_la-edje_container.lo CC lib/edje/lib_edje_libedje_la-edje_data.lo CC lib/edje/lib_edje_libedje_la-edje_edit.lo CC lib/edje/lib_edje_libedje_la-edje_embryo.lo CC lib/edje/lib_edje_libedje_la-edje_entry.lo CC lib/edje/lib_edje_libedje_la-edje_external.lo CC lib/edje/lib_edje_libedje_la-edje_load.lo CC lib/edje/lib_edje_libedje_la-edje_lua.lo CC lib/edje/lib_edje_libedje_la-edje_lua2.lo CC lib/edje/lib_edje_libedje_la-edje_lua_script_only.lo CC lib/edje/lib_edje_libedje_la-edje_main.lo CC lib/edje/lib_edje_libedje_la-edje_match.lo CC lib/edje/lib_edje_libedje_la-edje_message_queue.lo CC lib/edje/lib_edje_libedje_la-edje_misc.lo CC lib/edje/lib_edje_libedje_la-edje_module.lo CC lib/edje/lib_edje_libedje_la-edje_multisense.lo CC lib/edje/lib_edje_libedje_la-edje_program.lo CC lib/edje/lib_edje_libedje_la-edje_script_only.lo CC lib/edje/lib_edje_libedje_la-edje_smart.lo CC lib/edje/lib_edje_libedje_la-edje_text.lo CC lib/edje/lib_edje_libedje_la-edje_textblock_styles.lo CC lib/edje/lib_edje_libedje_la-edje_util.lo CC lib/edje/lib_edje_libedje_la-edje_var.lo CC lib/edje/lib_edje_libedje_la-edje_signal.lo CC lib/emotion/lib_emotion_libemotion_la-emotion_smart.lo CC lib/emotion/lib_emotion_libemotion_la-emotion_webcam.lo CC lib/emotion/lib_emotion_libemotion_la-emotion_modules.lo CC lib/emotion/lib_emotion_libemotion_la-emotion_main.lo CC modules/emotion/generic/lib_emotion_libemotion_la-emotion_generic.lo CC modules/emotion/gstreamer1/modules_emotion_gstreamer1_module_la-emotion_gstreamer.lo CC modules/emotion/gstreamer1/modules_emotion_gstreamer1_module_la-emotion_alloc.lo CC modules/emotion/gstreamer1/modules_emotion_gstreamer1_module_la-emotion_convert.lo CC modules/emotion/gstreamer1/modules_emotion_gstreamer1_module_la-emotion_sink.lo CC modules/evas/engines/gl_generic/modules_evas_engines_gl_generic_module_la-evas_engine.lo CC modules/evas/engines/gl_common/modules_evas_engines_gl_common_libevas_engine_gl_common_la-evas_gl_context.lo CC modules/evas/engines/gl_common/modules_evas_engines_gl_common_libevas_engine_gl_common_la-evas_gl_file_cache.lo CC modules/evas/engines/gl_common/modules_evas_engines_gl_common_libevas_engine_gl_common_la-evas_gl_shader.lo CC modules/evas/engines/gl_common/modules_evas_engines_gl_common_libevas_engine_gl_common_la-evas_gl_rectangle.lo CC modules/evas/engines/gl_common/modules_evas_engines_gl_common_libevas_engine_gl_common_la-evas_gl_texture.lo CC modules/evas/engines/gl_common/modules_evas_engines_gl_common_libevas_engine_gl_common_la-evas_gl_preload.lo CC modules/evas/engines/gl_common/modules_evas_engines_gl_common_libevas_engine_gl_common_la-evas_gl_image.lo CC modules/evas/engines/gl_common/modules_evas_engines_gl_common_libevas_engine_gl_common_la-evas_gl_font.lo CC modules/evas/engines/gl_common/modules_evas_engines_gl_common_libevas_engine_gl_common_la-evas_gl_polygon.lo CC modules/evas/engines/gl_common/modules_evas_engines_gl_common_libevas_engine_gl_common_la-evas_gl_line.lo CC modules/evas/engines/gl_common/modules_evas_engines_gl_common_libevas_engine_gl_common_la-evas_gl_core.lo CC modules/evas/engines/gl_common/modules_evas_engines_gl_common_libevas_engine_gl_common_la-evas_gl_api.lo CC modules/evas/engines/gl_common/modules_evas_engines_gl_common_libevas_engine_gl_common_la-evas_gl_api_ext.lo CC modules/evas/engines/gl_common/modules_evas_engines_gl_common_libevas_engine_gl_common_la-evas_gl_3d.lo CC modules/evas/engines/gl_common/modules_evas_engines_gl_common_libevas_engine_gl_common_la-evas_gl_3d_renderer.lo CC modules/evas/engines/gl_common/modules_evas_engines_gl_common_libevas_engine_gl_common_la-evas_gl_3d_shader.lo CC modules/evas/engines/gl_x11/modules_evas_engines_gl_x11_module_la-evas_engine.lo CC modules/evas/engines/gl_x11/modules_evas_engines_gl_x11_module_la-evas_x_main.lo CC modules/evas/engines/software_x11/modules_evas_engines_software_x11_module_la-evas_engine.lo CC modules/evas/engines/software_x11/modules_evas_engines_software_x11_module_la-evas_x_egl.lo CC modules/evas/engines/software_x11/modules_evas_engines_software_x11_module_la-evas_xlib_swapbuf.lo CC modules/evas/engines/software_x11/modules_evas_engines_software_x11_module_la-evas_xlib_outbuf.lo CC modules/evas/engines/software_x11/modules_evas_engines_software_x11_module_la-evas_xlib_buffer.lo CC modules/evas/engines/software_x11/modules_evas_engines_software_x11_module_la-evas_xlib_color.lo CC modules/evas/engines/software_x11/modules_evas_engines_software_x11_module_la-evas_xlib_main.lo CC modules/evas/engines/software_x11/modules_evas_engines_software_x11_module_la-evas_xlib_swapper.lo CC modules/ethumb/emotion/modules_ethumb_emotion_module_la-emotion.lo CC lib/ethumb/lib_ethumb_libethumb_la-ethumb.lo CC lib/ecore_avahi/lib_ecore_avahi_libecore_avahi_la-ecore_avahi.lo CC lib/efreet/lib_efreet_libefreet_la-efreet.lo CC lib/efreet/lib_efreet_libefreet_la-efreet_base.lo CC lib/efreet/lib_efreet_libefreet_la-efreet_icon.lo CC lib/efreet/lib_efreet_libefreet_la-efreet_xml.lo CC lib/efreet/lib_efreet_libefreet_la-efreet_ini.lo CC lib/efreet/lib_efreet_libefreet_la-efreet_desktop.lo CC lib/efreet/lib_efreet_libefreet_la-efreet_desktop_command.lo CC lib/efreet/lib_efreet_libefreet_la-efreet_menu.lo CC lib/efreet/lib_efreet_libefreet_la-efreet_utils.lo CC lib/efreet/lib_efreet_libefreet_la-efreet_uri.lo CC lib/efreet/lib_efreet_libefreet_la-efreet_cache.lo CC lib/efreet/lib_efreet_libefreet_mime_la-efreet_mime.lo CC lib/efreet/lib_efreet_libefreet_trash_la-efreet_trash.lo CC lib/ethumb_client/lib_ethumb_client_libethumb_client_la-ethumb_client.lo CC modules/evas/loaders/gif/modules_evas_loaders_gif_module_la-evas_image_load_gif.lo CC modules/evas/loaders/tiff/modules_evas_loaders_tiff_module_la-evas_image_load_tiff.lo CC modules/evas/savers/tiff/modules_evas_savers_tiff_module_la-evas_image_save_tiff.lo CC bin/eet/bin_eet_eet-eet_main.o CC bin/embryo/bin_embryo_embryo_cc-embryo_cc_sc1.o CC bin/embryo/bin_embryo_embryo_cc-embryo_cc_sc2.o CC bin/embryo/bin_embryo_embryo_cc-embryo_cc_sc4.o CC bin/embryo/bin_embryo_embryo_cc-embryo_cc_sc5.o CC bin/embryo/bin_embryo_embryo_cc-embryo_cc_sc6.o CC bin/embryo/bin_embryo_embryo_cc-embryo_cc_prefix.o CC bin/eldbus/bin_eldbus_eldbus_codegen-utils.o CC bin/eldbus/bin_eldbus_eldbus_codegen-parser.o CC bin/eldbus/bin_eldbus_eldbus_codegen-dbus.o CC bin/eldbus/bin_eldbus_eldbus_codegen-source_client.o CC bin/eldbus/bin_eldbus_eldbus_codegen-client.o CC bin/efreet/bin_efreet_efreetd-efreetd.o CC bin/efreet/bin_efreet_efreetd-efreetd_dbus.o CC bin/efreet/bin_efreet_efreetd-efreetd_cache.o CC bin/eeze/bin_eeze_eeze_mount-eeze_mount.o CC bin/eeze/bin_eeze_eeze_umount-eeze_umount.o CC bin/eeze/bin_eeze_eeze_disk_ls-eeze_disk_ls.o CC bin/eeze/bin_eeze_eeze_scanner-eeze_scanner.o CC bin/evas/bin_evas_evas_cserve2_client-evas_cserve2_client.o CC bin/evas/bin_evas_evas_cserve2_usage-evas_cserve2_usage.o CC bin/evas/bin_evas_evas_cserve2_debug-evas_cserve2_debug.o CC bin/evas/bin_evas_evas_cserve2_shm_debug-evas_cserve2_shm_debug.o CC bin/ecore_evas/bin_ecore_evas_ecore_evas_convert-ecore_evas_convert.o CC bin/edje/bin_edje_edje_cc-edje_cc.o CC bin/edje/bin_edje_edje_cc-edje_cc_out.o CC bin/edje/bin_edje_edje_cc-edje_cc_parse.o CC bin/edje/bin_edje_edje_cc-edje_cc_mem.o CC bin/edje/bin_edje_edje_cc-edje_cc_handlers.o CC bin/edje/bin_edje_edje_cc-edje_cc_sources.o CC bin/edje/bin_edje_edje_cc-edje_multisense_convert.o CC bin/edje/epp/bin_edje_epp_epp-cpperror.o CC bin/edje/epp/bin_edje_epp_epp-cppexp.o CC bin/edje/epp/bin_edje_epp_epp-cpphash.o CC bin/edje/epp/bin_edje_epp_epp-cpplib.o CC bin/edje/bin_edje_edje_decc-edje_decc.o CC bin/edje/bin_edje_edje_decc-edje_cc_mem.o CC bin/edje/bin_edje_edje_decc-edje_cc_sources.o CC bin/edje/bin_edje_edje_player-edje_player.o CC bin/edje/bin_edje_edje_inspector-edje_inspector.o CC bin/edje/bin_edje_edje_external_inspector-edje_external_inspector.o CC bin/edje/bin_edje_edje_codegen-edje_codegen.o CC bin/edje/bin_edje_edje_pick-edje_pick.o CC bin/edje/bin_edje_edje_watch-edje_watch.o CC tests/emotion/tests_emotion_emotion_test-emotion_test_main.o CC bin/ethumb/bin_ethumb_ethumb-ethumb.o CC bin/ethumb_client/bin_ethumb_client_ethumbd-ethumbd.o CC bin/ethumb_client/bin_ethumb_client_ethumbd_client-ethumbd_client.o CC bin/elua/bin_elua_elua-cache.o CC bin/elua/bin_elua_elua-main.o CC bin/elua/bin_elua_elua-io.o CC lib/ecore_x/lib_ecore_x_ecore_x_vsync-ecore_x_vsync_tool.o CC lib/ecore_x/lib_ecore_x_ecore_x_vsync-ecore_x_vsync_tool_glx.o CC bin/efreet/bin_efreet_efreet_desktop_cache_create-efreet_desktop_cache_create.o CC bin/efreet/bin_efreet_efreet_icon_cache_create-efreet_icon_cache_create.o CC bin/ethumb_client/bin_ethumb_client_ethumbd_slave-ethumbd_slave.o CC bin/evas/bin_evas_evas_cserve2-evas_cserve2_main.o CC bin/evas/bin_evas_evas_cserve2-evas_cserve2_slaves.o CC bin/evas/bin_evas_evas_cserve2-evas_cserve2_messages.o CC bin/evas/bin_evas_evas_cserve2-evas_cserve2_shm.o CC bin/evas/bin_evas_evas_cserve2-evas_cserve2_cache.o CC bin/evas/bin_evas_evas_cserve2-evas_cserve2_requests.o CC bin/evas/bin_evas_evas_cserve2-evas_cserve2_fonts.o CC bin/evas/bin_evas_evas_cserve2-evas_cserve2_scale.o CC bin/evas/bin_evas_evas_cserve2-evas_cserve2_main_loop_linux.o CC bin/evas/bin_evas_evas_cserve2-evas_cserve2_index.o CC lib/evas/cserve2/bin_evas_evas_cserve2-evas_cs2_utils.o CC bin/evas/bin_evas_evas_cserve2_slave-evas_cserve2_slave.o CC bin/evas/bin_evas_evas_cserve2_slave-evas_cserve2_utils.o CC lib/evas/file/bin_evas_evas_cserve2_slave-evas_module.o CC lib/evas/file/bin_evas_evas_cserve2_slave-evas_path.o CC modules/evas/loaders/bmp/bin_evas_evas_cserve2_slave-evas_image_load_bmp.o CC modules/evas/loaders/dds/bin_evas_evas_cserve2_slave-evas_image_load_dds.o CC modules/evas/loaders/dds/bin_evas_evas_cserve2_slave-s3tc_decoder.o CC modules/evas/loaders/eet/bin_evas_evas_cserve2_slave-evas_image_load_eet.o CC modules/evas/loaders/generic/bin_evas_evas_cserve2_slave-evas_image_load_generic.o CC modules/evas/loaders/ico/bin_evas_evas_cserve2_slave-evas_image_load_ico.o CC modules/evas/loaders/jpeg/bin_evas_evas_cserve2_slave-evas_image_load_jpeg.o CC modules/evas/loaders/pmaps/bin_evas_evas_cserve2_slave-evas_image_load_pmaps.o CC modules/evas/loaders/png/bin_evas_evas_cserve2_slave-evas_image_load_png.o CC modules/evas/loaders/psd/bin_evas_evas_cserve2_slave-evas_image_load_psd.o CC modules/evas/loaders/tga/bin_evas_evas_cserve2_slave-evas_image_load_tga.o CC modules/evas/loaders/wbmp/bin_evas_evas_cserve2_slave-evas_image_load_wbmp.o CC modules/evas/loaders/xpm/bin_evas_evas_cserve2_slave-evas_image_load_xpm.o CC modules/evas/loaders/tgv/bin_evas_evas_cserve2_slave-evas_image_load_tgv.o CC static_libs/rg_etc/bin_evas_evas_cserve2_slave-rg_etc1.o CC static_libs/rg_etc/bin_evas_evas_cserve2_slave-rg_etc2.o CC tests/efreet/tests_efreet_efreet_test-ef_data_dirs.o CC tests/efreet/tests_efreet_efreet_test-ef_desktop.o CC tests/efreet/tests_efreet_efreet_test-ef_icon_theme.o CC tests/efreet/tests_efreet_efreet_test-ef_ini.o CC tests/efreet/tests_efreet_efreet_test-ef_locale.o CC tests/efreet/tests_efreet_efreet_test-ef_menu.o CC tests/efreet/tests_efreet_efreet_test-ef_mime.o CC tests/efreet/tests_efreet_efreet_test-ef_utils.o CC tests/efreet/tests_efreet_efreet_test-main.o CC tests/efreet/tests_efreet_efreet_async_test-efreet_async_test.o CC tests/efreet/tests_efreet_efreet_spec_test-efreet_spec_test.o CC tests/efreet/tests_efreet_efreet_cache_test-ef_cache.o CC tests/efreet/tests_efreet_efreet_icon_cache_dump-efreet_icon_cache_dump.o CC tests/efreet/tests_efreet_efreet_user_dir-efreet_user_dir.o CC tests/efreet/compare/tests_efreet_compare_efreet_alloc-efreet_alloc.o CC tests/efreet/compare/tests_efreet_compare_efreet_menu_alloc-efreet_menu_alloc.o CC bin/eeze/bin_eeze_eeze_udev_test-eeze_udev_test.o CC bin/eeze/bin_eeze_eeze_sensor_test-eeze_sensor_test.o CC bin/evas/bin_evas_dummy_slave-dummy_slave.o CCLD lib/eo/libeo.la CCLD lib/eet/libeet.la CCLD lib/embryo/libembryo.la CCLD bin/evas/evas_cserve2_client CCLD bin/evas/evas_cserve2_usage CCLD bin/evas/evas_cserve2_debug CCLD bin/evas/evas_cserve2_shm_debug CCLD bin/edje/epp/epp CCLD lib/efl/libefl.la CCLD bin/evas/dummy_slave CCLD bin/embryo/embryo_cc CCLD bin/eet/eet CCLD bin/evas/evas_cserve2_slave CCLD lib/evas/common/libevas_op_blend_sse3.la CCLD lib/evas/common/libevas_convert_rgb_32.la CCLD lib/ecore/libecore.la CXXLD lib/evas/libevas.la CCLD lib/ecore_con/libecore_con.la CCLD lib/ecore_input/libecore_input.la CCLD lib/eldbus/libeldbus.la CCLD lib/ecore_audio/libecore_audio.la CCLD lib/ecore_avahi/libecore_avahi.la CCLD lib/eio/libeio.la CCLD bin/elua/elua CCLD lib/ecore_imf/libecore_imf.la CCLD modules/ecore/system/upower/module.la CCLD bin/eldbus/eldbus-codegen CCLD lib/ecore_ipc/libecore_ipc.la CCLD lib/ecore_file/libecore_file.la CCLD lib/ecore_x/libecore_x.la CCLD lib/ecore_x/ecore_x_vsync /usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../x86_64-slackware-linux/bin/ld: skipping incompatible /usr/lib/libssl.so when searching for -lssl /usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../x86_64-slackware-linux/bin/ld: skipping incompatible /usr/lib/libssl.a when searching for -lssl /usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../x86_64-slackware-linux/bin/ld: skipping incompatible /usr/lib/libcrypto.so when searching for -lcrypto /usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../x86_64-slackware-linux/bin/ld: skipping incompatible /usr/lib/libcrypto.a when searching for -lcrypto /usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../x86_64-slackware-linux/bin/ld: skipping incompatible /usr/lib/libz.so when searching for -lz /usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../x86_64-slackware-linux/bin/ld: skipping incompatible /usr/lib/libz.a when searching for -lz CCLD lib/eeze/libeeze.la CCLD lib/efreet/libefreet.la CCLD lib/efreet/libefreet_mime.la CCLD lib/efreet/libefreet_trash.la CCLD bin/efreet/efreetd CCLD bin/efreet/efreet_icon_cache_create CCLD bin/efreet/efreet_desktop_cache_create CCLD tests/efreet/efreet_async_test CCLD tests/efreet/efreet_spec_test CCLD tests/efreet/efreet_icon_cache_dump CCLD tests/efreet/efreet_cache_test CCLD tests/efreet/efreet_user_dir CCLD tests/efreet/compare/efreet_alloc CCLD tests/efreet/compare/efreet_menu_alloc CCLD bin/eeze/eeze_udev_test CCLD bin/eeze/eeze_sensor_test CCLD lib/ecore_input_evas/libecore_input_evas.la CCLD modules/ecore_imf/xim/module.la CCLD modules/eeze/sensor/fake/module.la CCLD modules/eeze/sensor/udev/module.la CXXLD lib/ephysics/libephysics.la CCLD lib/ecore_imf_evas/libecore_imf_evas.la lib/eeze/.libs/libeeze.so: undefined reference to `udev_device_set_sysattr_value' collect2: error: ld returned 1 exit status make[4]: *** [bin/eeze/eeze_udev_test] Error 1 make[4]: *** Waiting for unfinished jobs.... lib/eeze/.libs/libeeze.so: undefined reference to `udev_device_set_sysattr_value' collect2: error: ld returned 1 exit status make[4]: *** [bin/eeze/eeze_sensor_test] Error 1 make[3]: *** [all-recursive] Error 1 make[2]: *** [all] Error 2 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 ------------------------------------------------------------------------------ Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel