Hello everyone,
I'm trying to compile efl and elementary using Cygwin but i'm getting some
errors about directdraw on ./configure. I've allready installed every
library listed in README and I run:
./configure --enable-lua-old --disable-fribidi
only to get the following error:
configure: error: Software DirectDraw dependencies not found
I'm also attaching the whole configure output. Any suggestions?
Regards, Panagiotis.
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... no
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 how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking whether make supports nested variables... yes
checking dependency style of gcc... 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... i686-pc-cygwin
checking host system type... i686-pc-cygwin
checking for ar... ar
checking the archiver (ar) interface... ar
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/i686-pc-cygwin/bin/ld.exe
checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 8192
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert i686-pc-cygwin file names to i686-pc-cygwin format...
func_convert_file_noop
checking how to convert i686-pc-cygwin file names to toolchain format...
func_convert_file_noop
checking for /usr/i686-pc-cygwin/bin/ld.exe option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for dlltool... dlltool
checking how to associate runtime and link libraries...
func_cygming_dll_for_implib
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... failed
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for as... as
checking for dlltool... (cached) dlltool
checking for objdump... (cached) objdump
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/i686-pc-cygwin/bin/ld.exe) supports
shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... Win32 ld.exe
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.12.1) development=28362
checking whether NLS is requested... yes
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for msgmerge... no
checking for ld used by GCC... /usr/i686-pc-cygwin/bin/ld.exe
checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... no
checking for iconv... yes
checking for working iconv... yes
checking how to link with libiconv... -liconv
checking for GNU gettext in libintl... yes
checking whether to use NLS... yes
checking where the gettext function comes from... external libintl
checking how to link with libintl... -lintl
checking dependency style of gcc... gcc3
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 for ld used by g++... /usr/i686-pc-cygwin/bin/ld.exe
checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... yes
checking whether the g++ linker (/usr/i686-pc-cygwin/bin/ld.exe) supports
shared libraries... yes
checking for g++ option to produce PIC... -DDLL_EXPORT -DPIC
checking if g++ PIC flag -DDLL_EXPORT -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/i686-pc-cygwin/bin/ld.exe) supports
shared libraries... yes
checking dynamic linker characteristics... Win32 ld.exe
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 for gcc option to accept ISO C99... -std=gnu99
checking whether gcc -std=gnu99 and cc understand -c and -o together... yes
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for doxygen... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking whether time.h and sys/time.h may both be included... yes
checking execinfo.h usability... no
checking execinfo.h presence... no
checking for execinfo.h... no
checking mcheck.h usability... no
checking mcheck.h presence... no
checking for mcheck.h... no
checking sys/epoll.h usability... no
checking sys/epoll.h presence... no
checking for sys/epoll.h... no
checking sys/inotify.h usability... no
checking sys/inotify.h presence... no
checking for sys/inotify.h... no
checking sys/signalfd.h usability... no
checking sys/signalfd.h presence... no
checking for sys/signalfd.h... no
checking for sys/types.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for PATH_MAX in limits.h... yes
checking size of wchar_t... 2
checking size of int... 4
checking size of long... 4
checking size of uintptr_t... 4
checking for siginfo_t... yes
checking whether byte ordering is bigendian... no
checking for inline... inline
checking whether the compiler supports -Wall -Wextra -Wpointer-arith
-Wno-missing-field-initializers -fvisibility=hidden -fdata-sections
-ffunction-sections... no
checking whether the compiler supports -Wall... yes
checking whether the compiler supports -Wextra... yes
checking whether the compiler supports -Wpointer-arith... yes
checking whether the compiler supports -Wno-missing-field-initializers... no
checking whether the compiler supports -fvisibility=hidden... no
checking whether the compiler supports -fdata-sections... yes
checking whether the compiler supports -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... no
checking whether the linker supports -fvisibility=hidden... no
checking whether the linker supports -fdata-sections... yes
checking whether the linker supports -ffunction-sections... yes
checking whether the linker supports -Wl,--gc-sections... yes
checking whether the linker supports -fno-strict-aliasing... yes
checking whether the linker supports -Wl,--as-needed... yes
checking whether the linker supports -Wl,--no-copy-dt-needed-entries... yes
checking for __attribute__ ((vector))... yes
checking for __forceinline... no
checking for __attribute__ ((__always_inline__))... yes
checking immintrin.h usability... no
checking immintrin.h presence... no
checking for immintrin.h... no
checking whether to build SSE3 code... no
checking for backtrace... no
checking for backtrace_symbols... no
checking for execvp... yes
checking for fpathconf... yes
checking for fstatat... yes
checking for malloc_usable_size... yes
checking for mkdirat... yes
checking for mtrace... no
checking for realpath... yes
checking for strlcpy... yes
checking for geteuid... yes
checking for getuid... yes
checking for pause... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... no
checking for fnmatch... yes
checking for gettimeofday... yes
checking for dirfd... yes
checking for fcntl... yes
configure: Start Evil checks
checking which Windows version to target... xp
configure: Finished Evil checks
configure: Skipping Escape checks (disabled)
checking for shm_open... yes
configure: Start Eina checks
configure: ignoring any EINA_LOG() with level greater than 3
checking for GLIB... yes
checking for sys/mman.h... (cached) yes
checking byteswap.h usability... yes
checking byteswap.h presence... yes
checking for byteswap.h... yes
checking for fchmod... yes
checking for dlopen... yes
checking for dladdr... no
checking for iconv... yes
checking for shm_open... yes
checking for splice... no
checking for setxattr... no
checking for getpagesize... yes
checking wether to build Eina_Log infrastructure... yes
checking whether imported symbols can be declared weak... no
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_kill in -lpthread... yes
checking for multithread API to use... posix
checking for pthread_rwlock_t... yes
checking which threads API is used... POSIX
checking whether to build POSIX threads spinlock code... no
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... no
checking whether g++ supports C++11 features with -std=gnu++11... no
configure: No compiler with C++11 support was found
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... no
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... yes
checking windows.h usability... yes
checking windows.h presence... yes
checking for windows.h... yes
checking whether Software GDI rendering backend will be built... yes
checking whether to enable Software DirectDraw rendering backend... yes
checking ddraw.h usability... no
checking ddraw.h presence... no
checking for ddraw.h... no
configure: error: Software DirectDraw dependencies not found
------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel