Comment installer Flightgear-Osgearth pour Linux

vendredi 9 janvier 2015

Toujours la même erreur :




andre@990FX6100:~/flightgear_osgearth/build/simgear$ cmake ../../simgear-osgearth/ -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS="-O3 -D__STDC_CONSTANT_MACROS" -DCMAKE_C_FLAGS=-O3 -DCMAKE_INSTALL_PREFIX:PATH="../../install/simgear" -DCMAKE_PREFIX_PATH="../../install/osgearth"
-- version is 3 dot 1 dot 0
-- ignoring: ^/home/andre/flightgear_osgearth/simgear-osgearth/.git;\\.gitignore;Makefile.am;~$;
-- Library installation directory: lib
-- additional library directories: /usr/local/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu;/lib/x86_64-linux-gnu
-- Boost version: 1.55.0
-- SimGear mode: NORMAL
-- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so
-- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found X11: /usr/lib/x86_64-linux-gnu/libX11.so
-- Found OpenGL: /usr/lib/x86_64-linux-gnu/libGL.so
-- osgEarth support enabled, looking for dependencies...
-- Found OpenAL: /usr/lib/x86_64-linux-gnu/libopenal.so
-- Sound support: ENABLED
-- Found osgText: /usr/lib/x86_64-linux-gnu/libosgText.so
-- Found osgSim: /usr/lib/x86_64-linux-gnu/libosgSim.so
-- Found osgDB: /usr/lib/x86_64-linux-gnu/libosgDB.so
-- Found osgParticle: /usr/lib/x86_64-linux-gnu/libosgParticle.so
-- Found osgGA: /usr/lib/x86_64-linux-gnu/libosgGA.so
-- Found osgUtil: /usr/lib/x86_64-linux-gnu/libosgUtil.so
-- Found osg: /usr/lib/x86_64-linux-gnu/libosg.so
-- Found OpenThreads: /usr/lib/x86_64-linux-gnu/libOpenThreads.so
-- Found OpenSceneGraph: /usr/lib/x86_64-linux-gnu/libosgText.so;/usr/lib/x86_64-linux-gnu/libosgSim.so;/usr/lib/x86_64-linux-gnu/libosgDB.so;/usr/lib/x86_64-linux-gnu/libosgParticle.so;/usr/lib/x86_64-linux-gnu/libosgGA.so;/usr/lib/x86_64-linux-gnu/libosgUtil.so;/usr/lib/x86_64-linux-gnu/libosg.so;/usr/lib/x86_64-linux-gnu/libOpenThreads.so (found suitable version "3.2.1", minimum required is "3.2.0")
-- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.8")
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Using built-in expat code
-- Looking for inttypes.h
-- Looking for inttypes.h - found
-- Looking for sys/time.h
-- Looking for sys/time.h - found
-- Looking for sys/timeb.h
-- Looking for sys/timeb.h - found
-- Looking for unistd.h
-- Looking for unistd.h - found
-- Looking for windows.h
-- Looking for windows.h - not found
-- RTI: DISABLED
-- Looking for gettimeofday
-- Looking for gettimeofday - found
-- Looking for ftime
-- Looking for ftime - found
-- Looking for timegm
-- Looking for timegm - found
-- Looking for rint
-- Looking for rint - not found
-- Looking for mkdtemp
-- Looking for mkdtemp - found
-- Looking for bcopy
-- Looking for bcopy - found
-- Looking for mmap
-- Looking for mmap - found
-- Performing Test HAVE_CLOCK_GETTIME
-- Performing Test HAVE_CLOCK_GETTIME - Success
-- Looking for clock_gettime in rt
-- Looking for clock_gettime in rt - found
-- Performing Test HAVE_DLFCN_H
-- Performing Test HAVE_DLFCN_H - Success
-- Looking for dlerror in dl
-- Looking for dlerror in dl - found
-- Performing Test HAVE_ISNAN
-- Performing Test HAVE_ISNAN - Failed
-- Performing Test HAVE_STD_ISNAN
-- Performing Test HAVE_STD_ISNAN - Failed
-- Performing Test GCC_ATOMIC_BUILTINS_FOUND
-- Performing Test GCC_ATOMIC_BUILTINS_FOUND - Success
-- Performing Test HAS_NOWARN_UNUSED_TYPEDEFS
-- Performing Test HAS_NOWARN_UNUSED_TYPEDEFS - Success
-- Tests: ENABLED
-- Test 'shared_ptr' uses the CMake-configurable form of the boost test framework - congrats! (Including File: shared_ptr_test.cpp)
-- Test 'canvas_event' uses the CMake-configurable form of the boost test framework - congrats! (Including File: event_test.cpp)
-- Library building mode: STATIC LIBRARIES
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
OSGEARTHUTIL_LIBRARY
linked by target "test_bucket" in directory /home/andre/flightgear_osgearth/simgear-osgearth/simgear/bucket
linked by target "decode_binobj" in directory /home/andre/flightgear_osgearth/simgear-osgearth/simgear/io
linked by target "http_svn" in directory /home/andre/flightgear_osgearth/simgear-osgearth/simgear/io
linked by target "httpget" in directory /home/andre/flightgear_osgearth/simgear-osgearth/simgear/io
linked by target "test_binobj" in directory /home/andre/flightgear_osgearth/simgear-osgearth/simgear/io
linked by target "test_http" in directory /home/andre/flightgear_osgearth/simgear-osgearth/simgear/io
linked by target "test_sock" in directory /home/andre/flightgear_osgearth/simgear-osgearth/simgear/io
linked by target "geometry_test" in directory /home/andre/flightgear_osgearth/simgear-osgearth/simgear/math
linked by target "math_test" in directory /home/andre/flightgear_osgearth/simgear-osgearth/simgear/math
linked by target "test_CSSBorder" in directory /home/andre/flightgear_osgearth/simgear-osgearth/simgear/misc
linked by target "test_path" in directory /home/andre/flightgear_osgearth/simgear-osgearth/simgear/misc
linked by target "test_streams" in directory /home/andre/flightgear_osgearth/simgear-osgearth/simgear/misc
linked by target "test_strings" in directory /home/andre/flightgear_osgearth/simgear-osgearth/simgear/misc
linked by target "test_tabbed_values" in directory /home/andre/flightgear_osgearth/simgear-osgearth/simgear/misc
linked by target "test_cppbind" in directory /home/andre/flightgear_osgearth/simgear-osgearth/simgear/nasal/cppbind
linked by target "test_easing_functions" in directory /home/andre/flightgear_osgearth/simgear-osgearth/simgear/props
linked by target "test_propertyObject" in directory /home/andre/flightgear_osgearth/simgear-osgearth/simgear/props
linked by target "test_props" in directory /home/andre/flightgear_osgearth/simgear-osgearth/simgear/props
linked by target "test-simgear_structure-shared_ptr" in directory /home/andre/flightgear_osgearth/simgear-osgearth/simgear/structure
linked by target "test_expressions" in directory /home/andre/flightgear_osgearth/simgear-osgearth/simgear/structure
linked by target "test_state_machine" in directory /home/andre/flightgear_osgearth/simgear-osgearth/simgear/structure
linked by target "sg_pkgutil" in directory /home/andre/flightgear_osgearth/simgear-osgearth/simgear/package
linked by target "test-simgear_canvas_events-canvas_event" in directory /home/andre/flightgear_osgearth/simgear-osgearth/simgear/canvas/events
linked by target "test_parseBlendFunc" in directory /home/andre/flightgear_osgearth/simgear-osgearth/simgear/scene/material
linked by target "test_animations" in directory /home/andre/flightgear_osgearth/simgear-osgearth/simgear/scene/model
linked by target "BucketBoxTest" in directory /home/andre/flightgear_osgearth/simgear-osgearth/simgear/scene/tgdb
linked by target "test_parse_color" in directory /home/andre/flightgear_osgearth/simgear-osgearth/simgear/scene/util
linked by target "openal_test1" in directory /home/andre/flightgear_osgearth/simgear-osgearth/simgear/sound
linked by target "openal_test2" in directory /home/andre/flightgear_osgearth/simgear-osgearth/simgear/sound
linked by target "openal_test3" in directory /home/andre/flightgear_osgearth/simgear-osgearth/simgear/sound
linked by target "openal_test4" in directory /home/andre/flightgear_osgearth/simgear-osgearth/simgear/sound
OSGEARTH_LIBRARY
linked by target "SimGearScene" in directory /home/andre/flightgear_osgearth/simgear-osgearth/simgear
linked by target "test_bucket" in directory /home/andre/flightgear_osgearth/simgear-osgearth/simgear/bucket
linked by target "decode_binobj" in directory /home/andre/flightgear_osgearth/simgear-osgearth/simgear/io
linked by target "http_svn" in directory /home/andre/flightgear_osgearth/simgear-osgearth/simgear/io
linked by target "httpget" in directory /home/andre/flightgear_osgearth/simgear-osgearth/simgear/io
linked by target "test_binobj" in directory /home/andre/flightgear_osgearth/simgear-osgearth/simgear/io
linked by target "test_http" in directory /home/andre/flightgear_osgearth/simgear-osgearth/simgear/io
linked by target "test_sock" in directory /home/andre/flightgear_osgearth/simgear-osgearth/simgear/io
linked by target "geometry_test" in directory /home/andre/flightgear_osgearth/simgear-osgearth/simgear/math
linked by target "math_test" in directory /home/andre/flightgear_osgearth/simgear-osgearth/simgear/math
linked by target "test_CSSBorder" in directory /home/andre/flightgear_osgearth/simgear-osgearth/simgear/misc
linked by target "test_path" in directory /home/andre/flightgear_osgearth/simgear-osgearth/simgear/misc
linked by target "test_streams" in directory /home/andre/flightgear_osgearth/simgear-osgearth/simgear/misc
linked by target "test_strings" in directory /home/andre/flightgear_osgearth/simgear-osgearth/simgear/misc
linked by target "test_tabbed_values" in directory /home/andre/flightgear_osgearth/simgear-osgearth/simgear/misc
linked by target "test_cppbind" in directory /home/andre/flightgear_osgearth/simgear-osgearth/simgear/nasal/cppbind
linked by target "test_easing_functions" in directory /home/andre/flightgear_osgearth/simgear-osgearth/simgear/props
linked by target "test_propertyObject" in directory /home/andre/flightgear_osgearth/simgear-osgearth/simgear/props
linked by target "test_props" in directory /home/andre/flightgear_osgearth/simgear-osgearth/simgear/props
linked by target "test-simgear_structure-shared_ptr" in directory /home/andre/flightgear_osgearth/simgear-osgearth/simgear/structure
linked by target "test_expressions" in directory /home/andre/flightgear_osgearth/simgear-osgearth/simgear/structure
linked by target "test_state_machine" in directory /home/andre/flightgear_osgearth/simgear-osgearth/simgear/structure
linked by target "sg_pkgutil" in directory /home/andre/flightgear_osgearth/simgear-osgearth/simgear/package
linked by target "test-simgear_canvas_events-canvas_event" in directory /home/andre/flightgear_osgearth/simgear-osgearth/simgear/canvas/events
linked by target "test_parseBlendFunc" in directory /home/andre/flightgear_osgearth/simgear-osgearth/simgear/scene/material
linked by target "test_animations" in directory /home/andre/flightgear_osgearth/simgear-osgearth/simgear/scene/model
linked by target "BucketBoxTest" in directory /home/andre/flightgear_osgearth/simgear-osgearth/simgear/scene/tgdb
linked by target "test_parse_color" in directory /home/andre/flightgear_osgearth/simgear-osgearth/simgear/scene/util
linked by target "openal_test1" in directory /home/andre/flightgear_osgearth/simgear-osgearth/simgear/sound
linked by target "openal_test2" in directory /home/andre/flightgear_osgearth/simgear-osgearth/simgear/sound
linked by target "openal_test3" in directory /home/andre/flightgear_osgearth/simgear-osgearth/simgear/sound
linked by target "openal_test4" in directory /home/andre/flightgear_osgearth/simgear-osgearth/simgear/sound

-- Configuring incomplete, errors occurred!
See also "/home/andre/flightgear_osgearth/build/simgear/CMakeFiles/CMakeOutput.log".
See also "/home/andre/flightgear_osgearth/build/simgear/CMakeFiles/CMakeError.log".
andre@990FX6100:~/flightgear_osgearth/build/simgear$





0 commentaires:

Enregistrer un commentaire

 

Lorem

Ipsum

Dolor