`help' Compliling error - Can't find libXxf86vm - cygwin - TORCS-1.3.4
Rene Hanna <[email protected]>
| Newsgroups | gmane.games.torcs.general |
|---|---|
| Message-ID | <[email protected]> |
While compiling TORCS1.3.4 on Cygwin - i get the following error code- checking for XF86VidModeSetViewPort in -lXxf86vm... no configure: error: Can't find libXxf86vm. Please check config.log and if you can't solve the problem send the file to [email protected] with the subject "torcs compilation problem" i have already installed - libXxf86vm-1.1.3 - with all the depencies, stated in: http://torcs.sourceforge.net/index.php?name=Sections&op=viewarticle&artid=3#dependencies Attached is the config.log file Any Suggestions? ------------------------------------------------------------------------------ LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk _______________________________________________ Torcs-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/torcs-users
config.log
(text/plain, 31.1 KB)
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = desgw9001
uname -m = i686
uname -r = 1.7.18(0.263/5/3)
uname -s = CYGWIN_NT-5.1
uname -v = 2013-04-19 10:39
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = i686
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /cygdrive/c/WINDOWS/system32
PATH: /cygdrive/c/WINDOWS
PATH: /cygdrive/c/WINDOWS/System32/Wbem
PATH: /cygdrive/c/Python254
PATH: /usr/lib/lapack
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2269: checking for a BSD-compatible install
configure:2337: result: /usr/bin/install -c
configure:2348: checking whether build environment is sane
configure:2398: result: yes
configure:2539: checking for a thread-safe mkdir -p
configure:2578: result: /usr/bin/mkdir -p
configure:2591: checking for gawk
configure:2607: found /usr/bin/gawk
configure:2618: result: gawk
configure:2629: checking whether make sets $(MAKE)
configure:2651: result: yes
configure:2780: checking for gcc
configure:2796: found /usr/bin/gcc
configure:2807: result: gcc
configure:3036: checking for C compiler version
configure:3045: gcc --version >&5
gcc (GCC) 4.5.3
Copyright (C) 2010 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:3056: $? = 0
configure:3045: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-pc-cygwin/4.5.3/lto-wrapper.exe
Target: i686-pc-cygwin
Configured with: /gnu/gcc/releases/respins/4.5.3-3/gcc4-4.5.3-3/src/gcc-4.5.3/configure --srcdir=/gnu/gcc/releases/respins/4.5.3-3/gcc4-4.5.3-3/src/gcc-4.5.3 --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/lib --datadir=/usr/share --localstatedir=/var --sysconfdir=/etc --datarootdir=/usr/share --docdir=/usr/share/doc/gcc4 -C --datadir=/usr/share --infodir=/usr/share/info --mandir=/usr/share/man -v --with-gmp=/usr --with-mpfr=/usr --enable-bootstrap --enable-version-specific-runtime-libs --libexecdir=/usr/lib --enable-static --enable-shared --enable-shared-libgcc --disable-__cxa_atexit --with-gnu-ld --with-gnu-as --with-dwarf2 --disable-sjlj-exceptions --enable-languages=ada,c,c++,fortran,java,lto,objc,obj-c++ --enable-graphite --enable-lto --enable-java-awt=gtk --disable-symvers --enable-libjava --program-suffix=-4 --enable-libgomp --enable-libssp --enable-libada --enable-threads=posix --with-arch=i686 --with-tune=generic --enable-libgcj-sublibs CC=gcc-4 CXX=g++-4 CC_FOR_TARGET=gcc-4 CXX_FOR_TARGET=g++-4 GNATMAKE_FOR_TARGET=gnatmake GNATBIND_FOR_TARGET=gnatbind --with-ecj-jar=/usr/share/java/ecj.jar
Thread model: posix
gcc version 4.5.3 (GCC)
configure:3056: $? = 0
configure:3045: gcc -V >&5
gcc: '-V' option must have argument
configure:3056: $? = 1
configure:3045: gcc -qversion >&5
gcc: unrecognized option '-qversion'
gcc: no input files
configure:3056: $? = 1
configure:3076: checking whether the C compiler works
configure:3098: gcc conftest.c >&5
configure:3102: $? = 0
configure:3150: result: yes
configure:3153: checking for C compiler default output file name
configure:3155: result: a.exe
configure:3161: checking for suffix of executables
configure:3168: gcc -o conftest.exe conftest.c >&5
configure:3172: $? = 0
configure:3194: result: .exe
configure:3216: checking whether we are cross compiling
configure:3224: gcc -o conftest.exe conftest.c >&5
configure:3228: $? = 0
configure:3235: ./conftest.exe
configure:3239: $? = 0
configure:3254: result: no
configure:3259: checking for suffix of object files
configure:3281: gcc -c conftest.c >&5
configure:3285: $? = 0
configure:3306: result: o
configure:3310: checking whether we are using the GNU C compiler
configure:3329: gcc -c conftest.c >&5
configure:3329: $? = 0
configure:3338: result: yes
configure:3347: checking whether gcc accepts -g
configure:3367: gcc -c -g conftest.c >&5
configure:3367: $? = 0
configure:3408: result: yes
configure:3425: checking for gcc option to accept ISO C89
configure:3489: gcc -c -g -O2 conftest.c >&5
configure:3489: $? = 0
configure:3502: result: none needed
configure:3533: checking for style of include used by make
configure:3561: result: GNU
configure:3586: checking dependency style of gcc
configure:3696: result: none
configure:3716: checking how to run the C preprocessor
configure:3747: gcc -E conftest.c
configure:3747: $? = 0
configure:3761: gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:3761: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "torcs"
| #define VERSION "1.3.4"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3786: result: gcc -E
configure:3806: gcc -E conftest.c
configure:3806: $? = 0
configure:3820: gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:3820: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "torcs"
| #define VERSION "1.3.4"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3914: checking for g++
configure:3930: found /usr/bin/g++
configure:3941: result: g++
configure:3968: checking for C++ compiler version
configure:3977: g++ --version >&5
g++ (GCC) 4.5.3
Copyright (C) 2010 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:3988: $? = 0
configure:3977: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-pc-cygwin/4.5.3/lto-wrapper.exe
Target: i686-pc-cygwin
Configured with: /gnu/gcc/releases/respins/4.5.3-3/gcc4-4.5.3-3/src/gcc-4.5.3/configure --srcdir=/gnu/gcc/releases/respins/4.5.3-3/gcc4-4.5.3-3/src/gcc-4.5.3 --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/lib --datadir=/usr/share --localstatedir=/var --sysconfdir=/etc --datarootdir=/usr/share --docdir=/usr/share/doc/gcc4 -C --datadir=/usr/share --infodir=/usr/share/info --mandir=/usr/share/man -v --with-gmp=/usr --with-mpfr=/usr --enable-bootstrap --enable-version-specific-runtime-libs --libexecdir=/usr/lib --enable-static --enable-shared --enable-shared-libgcc --disable-__cxa_atexit --with-gnu-ld --with-gnu-as --with-dwarf2 --disable-sjlj-exceptions --enable-languages=ada,c,c++,fortran,java,lto,objc,obj-c++ --enable-graphite --enable-lto --enable-java-awt=gtk --disable-symvers --enable-libjava --program-suffix=-4 --enable-libgomp --enable-libssp --enable-libada --enable-threads=posix --with-arch=i686 --with-tune=generic --enable-libgcj-sublibs CC=gcc-4 CXX=g++-4 CC_FOR_TARGET=gcc-4 CXX_FOR_TARGET=g++-4 GNATMAKE_FOR_TARGET=gnatmake GNATBIND_FOR_TARGET=gnatbind --with-ecj-jar=/usr/share/java/ecj.jar
Thread model: posix
gcc version 4.5.3 (GCC)
configure:3988: $? = 0
configure:3977: g++ -V >&5
g++: '-V' option must have argument
configure:3988: $? = 1
configure:3977: g++ -qversion >&5
g++: unrecognized option '-qversion'
g++: no input files
configure:3988: $? = 1
configure:3992: checking whether we are using the GNU C++ compiler
configure:4011: g++ -c conftest.cpp >&5
configure:4011: $? = 0
configure:4020: result: yes
configure:4029: checking whether g++ accepts -g
configure:4049: g++ -c -g conftest.cpp >&5
configure:4049: $? = 0
configure:4090: result: yes
configure:4115: checking dependency style of g++
configure:4225: result: none
configure:4283: checking for ranlib
configure:4299: found /usr/bin/ranlib
configure:4310: result: ranlib
configure:4340: checking how to run the C++ preprocessor
configure:4367: g++ -E conftest.cpp
configure:4367: $? = 0
configure:4381: g++ -E conftest.cpp
conftest.cpp:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4381: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "torcs"
| #define VERSION "1.3.4"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4406: result: g++ -E
configure:4426: g++ -E conftest.cpp
configure:4426: $? = 0
configure:4440: g++ -E conftest.cpp
conftest.cpp:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4440: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "torcs"
| #define VERSION "1.3.4"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4469: checking for grep that handles long lines and -e
configure:4527: result: /usr/bin/grep
configure:4532: checking for egrep
configure:4594: result: /usr/bin/grep -E
configure:4599: checking for ANSI C header files
configure:4619: g++ -c -g -O2 conftest.cpp >&5
configure:4619: $? = 0
configure:4692: g++ -o conftest.exe -g -O2 conftest.cpp >&5
configure:4692: $? = 0
configure:4692: ./conftest.exe
configure:4692: $? = 0
configure:4703: result: yes
configure:4712: checking for an ANSI C-conforming const
configure:4777: g++ -c -g -O2 conftest.cpp >&5
configure:4777: $? = 0
configure:4784: result: yes
configure:4792: checking for inline
configure:4808: g++ -c -g -O2 conftest.cpp >&5
configure:4808: $? = 0
configure:4816: result: inline
configure:4834: checking whether time.h and sys/time.h may both be included
configure:4854: g++ -c -g -O2 conftest.cpp >&5
configure:4854: $? = 0
configure:4861: result: yes
configure:4872: checking for ar
configure:4900: result: ar
configure:4910: checking for ld
configure:4938: result: ld
configure:4952: checking for sys/types.h
configure:4952: g++ -c -g -O2 conftest.cpp >&5
configure:4952: $? = 0
configure:4952: result: yes
configure:4952: checking for sys/stat.h
configure:4952: g++ -c -g -O2 conftest.cpp >&5
configure:4952: $? = 0
configure:4952: result: yes
configure:4952: checking for stdlib.h
configure:4952: g++ -c -g -O2 conftest.cpp >&5
configure:4952: $? = 0
configure:4952: result: yes
configure:4952: checking for string.h
configure:4952: g++ -c -g -O2 conftest.cpp >&5
configure:4952: $? = 0
configure:4952: result: yes
configure:4952: checking for memory.h
configure:4952: g++ -c -g -O2 conftest.cpp >&5
configure:4952: $? = 0
configure:4952: result: yes
configure:4952: checking for strings.h
configure:4952: g++ -c -g -O2 conftest.cpp >&5
configure:4952: $? = 0
configure:4952: result: yes
configure:4952: checking for inttypes.h
configure:4952: g++ -c -g -O2 conftest.cpp >&5
configure:4952: $? = 0
configure:4952: result: yes
configure:4952: checking for stdint.h
configure:4952: g++ -c -g -O2 conftest.cpp >&5
configure:4952: $? = 0
configure:4952: result: yes
configure:4952: checking for unistd.h
configure:4952: g++ -c -g -O2 conftest.cpp >&5
configure:4952: $? = 0
configure:4952: result: yes
configure:4964: checking whether byte ordering is bigendian
configure:4979: g++ -c -g -O2 conftest.cpp >&5
conftest.cpp:23:9: error: expected unqualified-id before 'not' token
configure:4979: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "torcs"
| #define VERSION "1.3.4"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #ifndef __APPLE_CC__
| not a universal capable compiler
| #endif
| typedef int dummy;
|
configure:5024: g++ -c -g -O2 conftest.cpp >&5
configure:5024: $? = 0
configure:5042: g++ -c -g -O2 conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:29:8: error: 'big' was not declared in this scope
conftest.cpp:29:12: error: expected ';' before 'endian'
configure:5042: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "torcs"
| #define VERSION "1.3.4"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/param.h>
|
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| not big endian
| #endif
|
| ;
| return 0;
| }
configure:5170: result: no
configure:5189: checking for X
configure:5328: g++ -o conftest.exe -g -O2 conftest.cpp -lX11 >&5
configure:5328: $? = 0
configure:5378: result: libraries , headers
configure:5432: checking GL/gl.h usability
configure:5432: g++ -c -g -O2 -Wall -fPIC -fno-strict-aliasing -O2 -DUSE_RANDR_EXT -DGL_GLEXT_PROTOTYPES conftest.cpp >&5
conftest.cpp:1:0: warning: -fPIC ignored for target (all code is position independent)
configure:5432: $? = 0
configure:5432: result: yes
configure:5432: checking GL/gl.h presence
configure:5432: g++ -E conftest.cpp
configure:5432: $? = 0
configure:5432: result: yes
configure:5432: checking for GL/gl.h
configure:5432: result: yes
configure:5440: checking GL/glut.h usability
configure:5440: g++ -c -g -O2 -Wall -fPIC -fno-strict-aliasing -O2 -DUSE_RANDR_EXT -DGL_GLEXT_PROTOTYPES conftest.cpp >&5
conftest.cpp:1:0: warning: -fPIC ignored for target (all code is position independent)
configure:5440: $? = 0
configure:5440: result: yes
configure:5440: checking GL/glut.h presence
configure:5440: g++ -E conftest.cpp
configure:5440: $? = 0
configure:5440: result: yes
configure:5440: checking for GL/glut.h
configure:5440: result: yes
configure:5448: checking GL/glx.h usability
configure:5448: g++ -c -g -O2 -Wall -fPIC -fno-strict-aliasing -O2 -DUSE_RANDR_EXT -DGL_GLEXT_PROTOTYPES conftest.cpp >&5
conftest.cpp:1:0: warning: -fPIC ignored for target (all code is position independent)
configure:5448: $? = 0
configure:5448: result: yes
configure:5448: checking GL/glx.h presence
configure:5448: g++ -E conftest.cpp
configure:5448: $? = 0
configure:5448: result: yes
configure:5448: checking for GL/glx.h
configure:5448: result: yes
configure:5456: checking X11/Xlib.h usability
configure:5456: g++ -c -g -O2 -Wall -fPIC -fno-strict-aliasing -O2 -DUSE_RANDR_EXT -DGL_GLEXT_PROTOTYPES conftest.cpp >&5
conftest.cpp:1:0: warning: -fPIC ignored for target (all code is position independent)
configure:5456: $? = 0
configure:5456: result: yes
configure:5456: checking X11/Xlib.h presence
configure:5456: g++ -E conftest.cpp
configure:5456: $? = 0
configure:5456: result: yes
configure:5456: checking for X11/Xlib.h
configure:5456: result: yes
configure:5464: checking X11/Xatom.h usability
configure:5464: g++ -c -g -O2 -Wall -fPIC -fno-strict-aliasing -O2 -DUSE_RANDR_EXT -DGL_GLEXT_PROTOTYPES conftest.cpp >&5
conftest.cpp:1:0: warning: -fPIC ignored for target (all code is position independent)
configure:5464: $? = 0
configure:5464: result: yes
configure:5464: checking X11/Xatom.h presence
configure:5464: g++ -E conftest.cpp
configure:5464: $? = 0
configure:5464: result: yes
configure:5464: checking for X11/Xatom.h
configure:5464: result: yes
configure:5472: checking X11/keysym.h usability
configure:5472: g++ -c -g -O2 -Wall -fPIC -fno-strict-aliasing -O2 -DUSE_RANDR_EXT -DGL_GLEXT_PROTOTYPES conftest.cpp >&5
conftest.cpp:1:0: warning: -fPIC ignored for target (all code is position independent)
configure:5472: $? = 0
configure:5472: result: yes
configure:5472: checking X11/keysym.h presence
configure:5472: g++ -E conftest.cpp
configure:5472: $? = 0
configure:5472: result: yes
configure:5472: checking for X11/keysym.h
configure:5472: result: yes
configure:5480: checking plib/ssg.h usability
configure:5480: g++ -c -g -O2 -Wall -fPIC -fno-strict-aliasing -O2 -DUSE_RANDR_EXT -DGL_GLEXT_PROTOTYPES conftest.cpp >&5
conftest.cpp:1:0: warning: -fPIC ignored for target (all code is position independent)
configure:5480: $? = 0
configure:5480: result: yes
configure:5480: checking plib/ssg.h presence
configure:5480: g++ -E conftest.cpp
configure:5480: $? = 0
configure:5480: result: yes
configure:5480: checking for plib/ssg.h
configure:5480: result: yes
configure:5488: checking plib/ul.h usability
configure:5488: g++ -c -g -O2 -Wall -fPIC -fno-strict-aliasing -O2 -DUSE_RANDR_EXT -DGL_GLEXT_PROTOTYPES conftest.cpp >&5
conftest.cpp:1:0: warning: -fPIC ignored for target (all code is position independent)
configure:5488: $? = 0
configure:5488: result: yes
configure:5488: checking plib/ul.h presence
configure:5488: g++ -E conftest.cpp
configure:5488: $? = 0
configure:5488: result: yes
configure:5488: checking for plib/ul.h
configure:5488: result: yes
configure:5496: checking plib/ssgAux.h usability
configure:5496: g++ -c -g -O2 -Wall -fPIC -fno-strict-aliasing -O2 -DUSE_RANDR_EXT -DGL_GLEXT_PROTOTYPES conftest.cpp >&5
conftest.cpp:1:0: warning: -fPIC ignored for target (all code is position independent)
configure:5496: $? = 0
configure:5496: result: yes
configure:5496: checking plib/ssgAux.h presence
configure:5496: g++ -E conftest.cpp
configure:5496: $? = 0
configure:5496: result: yes
configure:5496: checking for plib/ssgAux.h
configure:5496: result: yes
configure:5504: checking plib/js.h usability
configure:5504: g++ -c -g -O2 -Wall -fPIC -fno-strict-aliasing -O2 -DUSE_RANDR_EXT -DGL_GLEXT_PROTOTYPES conftest.cpp >&5
conftest.cpp:1:0: warning: -fPIC ignored for target (all code is position independent)
configure:5504: $? = 0
configure:5504: result: yes
configure:5504: checking plib/js.h presence
configure:5504: g++ -E conftest.cpp
configure:5504: $? = 0
configure:5504: result: yes
configure:5504: checking for plib/js.h
configure:5504: result: yes
configure:5512: checking AL/al.h usability
configure:5512: g++ -c -g -O2 -Wall -fPIC -fno-strict-aliasing -O2 -DUSE_RANDR_EXT -DGL_GLEXT_PROTOTYPES conftest.cpp >&5
conftest.cpp:1:0: warning: -fPIC ignored for target (all code is position independent)
configure:5512: $? = 0
configure:5512: result: yes
configure:5512: checking AL/al.h presence
configure:5512: g++ -E conftest.cpp
configure:5512: $? = 0
configure:5512: result: yes
configure:5512: checking for AL/al.h
configure:5512: result: yes
configure:5520: checking AL/alut.h usability
configure:5520: g++ -c -g -O2 -Wall -fPIC -fno-strict-aliasing -O2 -DUSE_RANDR_EXT -DGL_GLEXT_PROTOTYPES conftest.cpp >&5
conftest.cpp:1:0: warning: -fPIC ignored for target (all code is position independent)
configure:5520: $? = 0
configure:5520: result: yes
configure:5520: checking AL/alut.h presence
configure:5520: g++ -E conftest.cpp
configure:5520: $? = 0
configure:5520: result: yes
configure:5520: checking for AL/alut.h
configure:5520: result: yes
configure:5528: checking vorbis/vorbisfile.h usability
configure:5528: g++ -c -g -O2 -Wall -fPIC -fno-strict-aliasing -O2 -DUSE_RANDR_EXT -DGL_GLEXT_PROTOTYPES conftest.cpp >&5
conftest.cpp:1:0: warning: -fPIC ignored for target (all code is position independent)
configure:5528: $? = 0
configure:5528: result: yes
configure:5528: checking vorbis/vorbisfile.h presence
configure:5528: g++ -E conftest.cpp
configure:5528: $? = 0
configure:5528: result: yes
configure:5528: checking for vorbis/vorbisfile.h
configure:5528: result: yes
configure:5542: checking for sin in -lm
configure:5567: g++ -o conftest.exe -g -O2 -Wall -fPIC -fno-strict-aliasing -O2 -DUSE_RANDR_EXT -DGL_GLEXT_PROTOTYPES conftest.cpp -lm >&5
conftest.cpp:1:0: warning: -fPIC ignored for target (all code is position independent)
configure:5567: $? = 0
configure:5576: result: yes
configure:5594: checking for XOpenDisplay in -lX11
configure:5619: g++ -o conftest.exe -g -O2 -Wall -fPIC -fno-strict-aliasing -O2 -DUSE_RANDR_EXT -DGL_GLEXT_PROTOTYPES conftest.cpp -lX11 -lm >&5
conftest.cpp:1:0: warning: -fPIC ignored for target (all code is position independent)
configure:5619: $? = 0
configure:5628: result: yes
configure:5641: checking for XShmCreateImage in -lXext
configure:5666: g++ -o conftest.exe -g -O2 -Wall -fPIC -fno-strict-aliasing -O2 -DUSE_RANDR_EXT -DGL_GLEXT_PROTOTYPES conftest.cpp -lXext -lX11 -lm >&5
conftest.cpp:1:0: warning: -fPIC ignored for target (all code is position independent)
configure:5666: $? = 0
configure:5675: result: yes
configure:5688: checking for IceSetIOErrorHandler in -lICE
configure:5713: g++ -o conftest.exe -g -O2 -Wall -fPIC -fno-strict-aliasing -O2 -DUSE_RANDR_EXT -DGL_GLEXT_PROTOTYPES conftest.cpp -lICE -lXext -lX11 -lm >&5
conftest.cpp:1:0: warning: -fPIC ignored for target (all code is position independent)
configure:5713: $? = 0
configure:5722: result: yes
configure:5735: checking for SmsSetErrorHandler in -lSM
configure:5760: g++ -o conftest.exe -g -O2 -Wall -fPIC -fno-strict-aliasing -O2 -DUSE_RANDR_EXT -DGL_GLEXT_PROTOTYPES conftest.cpp -lSM -lICE -lXext -lX11 -lm >&5
conftest.cpp:1:0: warning: -fPIC ignored for target (all code is position independent)
configure:5760: $? = 0
configure:5769: result: yes
configure:5782: checking for XtDisplay in -lXt
configure:5807: g++ -o conftest.exe -g -O2 -Wall -fPIC -fno-strict-aliasing -O2 -DUSE_RANDR_EXT -DGL_GLEXT_PROTOTYPES conftest.cpp -lXt -lSM -lICE -lXext -lX11 -lm >&5
conftest.cpp:1:0: warning: -fPIC ignored for target (all code is position independent)
configure:5807: $? = 0
configure:5816: result: yes
configure:5829: checking for XOpenDevice in -lXi
configure:5854: g++ -o conftest.exe -g -O2 -Wall -fPIC -fno-strict-aliasing -O2 -DUSE_RANDR_EXT -DGL_GLEXT_PROTOTYPES conftest.cpp -lXi -lXt -lSM -lICE -lXext -lX11 -lm >&5
conftest.cpp:1:0: warning: -fPIC ignored for target (all code is position independent)
configure:5854: $? = 0
configure:5863: result: yes
configure:5876: checking for XmuSimpleErrorHandler in -lXmu
configure:5901: g++ -o conftest.exe -g -O2 -Wall -fPIC -fno-strict-aliasing -O2 -DUSE_RANDR_EXT -DGL_GLEXT_PROTOTYPES conftest.cpp -lXmu -lXi -lXt -lSM -lICE -lXext -lX11 -lm >&5
conftest.cpp:1:0: warning: -fPIC ignored for target (all code is position independent)
configure:5901: $? = 0
configure:5910: result: yes
configure:5923: checking for XF86VidModeSetViewPort in -lXxf86vm
configure:5948: g++ -o conftest.exe -g -O2 -Wall -fPIC -fno-strict-aliasing -O2 -DUSE_RANDR_EXT -DGL_GLEXT_PROTOTYPES conftest.cpp -lXxf86vm -lXmu -lXi -lXt -lSM -lICE -lXext -lX11 -lm >&5
conftest.cpp:1:0: warning: -fPIC ignored for target (all code is position independent)
/usr/lib/gcc/i686-pc-cygwin/4.5.3/../../../../i686-pc-cygwin/bin/ld: cannot find -lXxf86vm
collect2: ld returned 1 exit status
configure:5948: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "torcs"
| #define VERSION "1.3.4"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIBM 1
| #define HAVE_LIBX11 1
| #define HAVE_LIBXEXT 1
| #define HAVE_LIBICE 1
| #define HAVE_LIBSM 1
| #define HAVE_LIBXT 1
| #define HAVE_LIBXI 1
| #define HAVE_LIBXMU 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char XF86VidModeSetViewPort ();
| int
| main ()
| {
| return XF86VidModeSetViewPort ();
| ;
| return 0;
| }
configure:5957: result: no
configure:5967: error: Can't find libXxf86vm. Please check config.log and if you can't solve the problem send the file to [email protected] with the subject "torcs compilation problem"
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_XMKMF_set=
ac_cv_env_XMKMF_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=.exe
ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\'''
ac_cv_header_AL_al_h=yes
ac_cv_header_AL_alut_h=yes
ac_cv_header_GL_gl_h=yes
ac_cv_header_GL_glut_h=yes
ac_cv_header_GL_glx_h=yes
ac_cv_header_X11_Xatom_h=yes
ac_cv_header_X11_Xlib_h=yes
ac_cv_header_X11_keysym_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_plib_js_h=yes
ac_cv_header_plib_ssgAux_h=yes
ac_cv_header_plib_ssg_h=yes
ac_cv_header_plib_ul_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_header_vorbis_vorbisfile_h=yes
ac_cv_lib_ICE_IceSetIOErrorHandler=yes
ac_cv_lib_SM_SmsSetErrorHandler=yes
ac_cv_lib_X11_XOpenDisplay=yes
ac_cv_lib_Xext_XShmCreateImage=yes
ac_cv_lib_Xi_XOpenDevice=yes
ac_cv_lib_Xmu_XmuSimpleErrorHandler=yes
ac_cv_lib_Xt_XtDisplay=yes
ac_cv_lib_Xxf86vm_XF86VidModeSetViewPort=no
ac_cv_lib_m_sin=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AR=ar
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_LD=ld
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=none
am_cv_CXX_dependencies_compiler_type=none
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/E.A.S/torcs-1.3.4/missing --run aclocal-1.11'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/E.A.S/torcs-1.3.4/missing --run tar'
AR='ar'
AUTOCONF='${SHELL} /home/E.A.S/torcs-1.3.4/missing --run autoconf'
AUTOHEADER='${SHELL} /home/E.A.S/torcs-1.3.4/missing --run autoheader'
AUTOMAKE='${SHELL} /home/E.A.S/torcs-1.3.4/missing --run automake-1.11'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=none'
CFLAGS='-g -O2 -Wall -fPIC -fno-strict-aliasing -O2 -DUSE_RANDR_EXT -DGL_GLEXT_PROTOTYPES'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=none'
CXXFLAGS='-g -O2 -Wall -fPIC -fno-strict-aliasing -O2 -DUSE_RANDR_EXT -DGL_GLEXT_PROTOTYPES'
CYGPATH_W='cygpath -w'
DEFS=''
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT='.exe'
GREP='/usr/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='ld'
LDFLAGS=''
LIBOBJS=''
LIBS='-lXmu -lXi -lXt -lSM -lICE -lXext -lX11 -lm '
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/E.A.S/torcs-1.3.4/missing --run makeinfo'
MKDIR_P='/usr/bin/mkdir -p'
OBJEXT='o'
PACKAGE='torcs'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
TORCS_BASE=''
VERSION='1.3.4'
XMKMF=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE='#'
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='NONE'
host_alias=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/E.A.S/torcs-1.3.4/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/usr/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "torcs"
#define VERSION "1.3.4"
#define STDC_HEADERS 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_LIBM 1
#define HAVE_LIBX11 1
#define HAVE_LIBXEXT 1
#define HAVE_LIBICE 1
#define HAVE_LIBSM 1
#define HAVE_LIBXT 1
#define HAVE_LIBXI 1
#define HAVE_LIBXMU 1
configure: exit 1