compiling ClanLibs - errors

Robert Body rbody99@hotmail.com
Tue Nov 22 07:57:00 GMT 2005


Hi, I get the following errors while trying to complie ClanLibs
I heard that someone was able to accomplish that... I am using Windows XP

thank you

-Robert
---------------------------------
www.RobertBody.com
---------------------------------

first with ./configure
...
checking libgen.h usability... no
checking libgen.h presence... yes
configure: WARNING: libgen.h: present but cannot be compiled
configure: WARNING: libgen.h:     check for missing prerequisite headers?
configure: WARNING: libgen.h: see the Autoconf documentation
configure: WARNING: libgen.h:     section "Present But Cannot Be Compiled"
configure: WARNING: libgen.h: proceeding with the preprocessor's result
configure: WARNING: libgen.h: in the future, the compiler will take 
precedence
configure: WARNING:     ## ---------------------------------- ##
configure: WARNING:     ## Report this to the ClanLib lists.  ##
configure: WARNING:     ## ---------------------------------- ##
checking for libgen.h... yes
checking for sys/types.h... (cached) yes
checking sys/ipc.h usability... no
checking sys/ipc.h presence... yes
configure: WARNING: sys/ipc.h: present but cannot be compiled
configure: WARNING: sys/ipc.h:     check for missing prerequisite headers?
configure: WARNING: sys/ipc.h: see the Autoconf documentation
configure: WARNING: sys/ipc.h:     section "Present But Cannot Be Compiled"
configure: WARNING: sys/ipc.h: proceeding with the preprocessor's result
configure: WARNING: sys/ipc.h: in the future, the compiler will take 
precedence
configure: WARNING:     ## ---------------------------------- ##
configure: WARNING:     ## Report this to the ClanLib lists.  ##
configure: WARNING:     ## ---------------------------------- ##
checking for sys/ipc.h... yes
checking sys/shm.h usability... no
checking sys/shm.h presence... yes
configure: WARNING: sys/shm.h: present but cannot be compiled
configure: WARNING: sys/shm.h:     check for missing prerequisite headers?
configure: WARNING: sys/shm.h: see the Autoconf documentation
configure: WARNING: sys/shm.h:     section "Present But Cannot Be Compiled"
configure: WARNING: sys/shm.h: proceeding with the preprocessor's result
configure: WARNING: sys/shm.h: in the future, the compiler will take 
precedence
configure: WARNING:     ## ---------------------------------- ##
configure: WARNING:     ## Report this to the ClanLib lists.  ##
configure: WARNING:     ## ---------------------------------- ##
checking for sys/shm.h... yes
checking fstab.h usability... no
checking fstab.h presence... no
checking for fstab.h... no
checking for main in -lz... yes
...
configure: WARNING:  *** clanSDL depends on clanDisplay. Disabling clanSDL
configure: WARNING:  *** clanGUI depends on clanDisplay. Disabling clanGUI
configure: WARNING:  *** clanGL  depends on clanDisplay. Disabling clanGL
Checking for clanSound stuff
============================
checking for dsound... no
configure: WARNING:  *** Cannot find directsound libs. Disabling clanSound
configure: WARNING:  *** clanMikMod depends on clanSound. Disabling 
clanMikMod
configure: WARNING:  *** clanVorbis depends on clanSound. Disabling 
clanVorbis
Checking for clanNetwork stuff
==============================
checking for ws2_32... yes
checking for getaddrinfo... no
checking for GetAddr (ipv6) support... disabled

Checking for Documentation stuff
================================
...


and then with make


/home/Owner/software/utils/clan> make
Making all in Sources
make[1]: Entering directory `/home/Owner/software/utils/clan/Sources'
Making all in API
make[2]: Entering directory `/home/Owner/software/utils/clan/Sources/API'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/Owner/software/utils/clan/Sources/API'
Making all in Application
make[2]: Entering directory 
`/home/Owner/software/utils/clan/Sources/Application'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory 
`/home/Owner/software/utils/clan/Sources/Application'
Making all in Core
make[2]: Entering directory `/home/Owner/software/utils/clan/Sources/Core'
depbase=`echo core_iostream.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
if /bin/sh ../../libtool --tag=CXX --mode=compile g++ 
-DPACKAGE_NAME=\"ClanLib\" -DPACKAGE_TARNAME=\"clanlib\" 
-DPACKAGE_VERSION=\"0.8.0\" -DPACKAGE_STRING=\"ClanLib\ 0.8.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"clanlib\" -DVERSION=\"0.8.0\" 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_FCNTL_H=1 -DUSE_I386_ASSEMBLER=1 -DHAVE_LIBZ=1  -I. -I.     -g -O2 
-mno-cygwin -DWIN32  -I../../Sources -MT core_iostream.lo -MD -MP -MF 
"$depbase.Tpo" -c -o core_iostream.lo core_iostream.cpp; \
then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; 
fi
g++ -DPACKAGE_NAME=\"ClanLib\" -DPACKAGE_TARNAME=\"clanlib\" 
-DPACKAGE_VERSION=\"0.8.0\" "-DPACKAGE_STRING=\"ClanLib 0.8.0\"" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"clanlib\" -DVERSION=\"0.8.0\" 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_FCNTL_H=1 -DUSE_I386_ASSEMBLER=1 -DHAVE_LIBZ=1 -I. -I. -g -O2 
-mno-cygwin -DWIN32 -I../../Sources -MT core_iostream.lo -MD -MP -MF 
.deps/core_iostream.Tpo -c core_iostream.cpp  -DPIC -o .libs/core_iostream.o
In file included from core_iostream.cpp:30:
../../Sources/Core/precomp.h:39:19: ddraw.h: No such file or directory
../../Sources/Core/precomp.h:40:17: d3d.h: No such file or directory
../../Sources/Core/precomp.h:41:20: dinput.h: No such file or directory
../../Sources/Core/precomp.h:42:20: dsound.h: No such file or directory
make[2]: *** [core_iostream.lo] Error 1
make[2]: Leaving directory `/home/Owner/software/utils/clan/Sources/Core'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/Owner/software/utils/clan/Sources'
make: *** [all-recursive] Error 1
-----------------------------------------------------------



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list