Forum Flightgear France

Une communauté prend son envol

Vous n'êtes pas identifié(e).

Annonce

Futur nouvel inscrit, tu dois au préalable lire l'intégralité des 10 articles des règles, s'il te plaît. Tout nouveau compte qui ne respecte pas les règles sera supprimé par l'administration.

#1 7/01/2015 20:27:33

lann
Administrateur
Lieu : LFRJ
Inscription : 10/01/2010
Messages : 187
Site Web

Comment installer Flightgear-Osgearth pour Linux

Compilation Flightgear avec le rendu OsgEarth pour Linux

1/ Pour commencer il faut préparer son environnement de compilation
Prendre un media suffisament grand car l'installation occupe 18 Go

- Se placer à la racine du média et créer un répertoire se nommant flightgear_osgearth
- Ouvrir le répertoire flightgear_osgearth et créer 2 répertoires se nommant build, install
- Ouvrir le réperoire build et créer 4 répertoires se nommant flightgear, simgear, osg et osgearth
- Installer le paquet GDAL. Pour Debian le paquet se nomme libgdal-dev. La version doit être supérieure ou égale à 1.6
- Vérifier que CURL soit installé. Normalement c'est fait
- Installer les paquet libboost-dev, cmake et git

Normalement il ne manque rien

2/ Récupérer les sources
- Ouvrir un terminal et aller dans le dossier flightgear_osgearth
- lancer les commandes :

git clone -v -b OsgEarthNext git://gitorious.org/fg/simgear-osgearth.git
git clone -v -b OsgEarthNext git://gitorious.org/fg/flightgear-osgearth.git
git clone -v -b OpenSceneGraph-3.2 git://github.com/openscenegraph/osg.git
git clone git://github.com/gwaldron/osgearth.git
cd osgearth
git checkout tags/osgearth-2.6
cd ..
git clone -v -b OsgEarthNext git://gitorious.org/fg/fgdata-osgearth.git

Sans attendre la fin du téléchargement fgdata, ouvrez un nouvel onglet et lancer la compilation

4/ Compiler les sources et installer les librairies et programmes
Pendant le téléchargement des fgdata, lancer les compilations
4.1/ Compilation OpenSceneGraph
- Aller dans le dossier build/osg
- lancer la commande

cmake ../../osg -DCMAKE_BUILD_TYPE="Release" -DCMAKE_CXX_FLAGS="-O3 -D__STDC_CONSTANT_MACROS" -DCMAKE_C_FLAGS="-O3" -DCMAKE_INSTALL_PREFIX:PATH="../../install/osg"

- pour la compilation, lancer la commande

make

- pour l'installation, lancer la commande

make install

4.1/ Compilation d'OsgEarth
- Aller dans le dossier build/osgearth
- lancer la commande

cmake ../../osgearth/ -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS="-O3 -D__STDC_CONSTANT_MACROS" -DCMAKE_INSTALL_PREFIX:PATH="../../install/osgearth" -DCMAKE_PREFIX_PATH="/media/disk/flightgear_osgearth/install/osg"

en modifiant le dossier d'installation d'osg pour la variable -DCMAKE_PREFIX_PATH selon votre environnement.

- pour la compilation, lancer la commande

make

- pour l'installation, lancer la commande

make install

4.2/ Compilation de simgear
- Aller dans le dossier build/simgear
- lancer la commande

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="/media/disk/flightgear_osgearth/install/osgearth;/media/disk/flightgear_osgearth/install/osg"

en modifiant les dossiers d'installations d'osg et osgearth  pour la variable -DCMAKE_PREFIX_PATH selon votre environnement.

- pour la compilation, lancer la commande

make

- pour l'installation, lancer la commande

make install

4.3 Compilation de flightgear
- Aller dans le dossier build/flightgear
- lancer la commande

cmake ../../flightgear-osgearth/ -DCMAKE_BUILD_TYPE=Release -D"WITH_FGPANEL=OFF" -DCMAKE_CXX_FLAGS="-O3 -D__STDC_CONSTANT_MACROS" -DCMAKE_C_FLAGS="-O3" -DCMAKE_INSTALL_PREFIX:PATH="../../install/flightgear" -DCMAKE_PREFIX_PATH="/media/disk/flightgear_osgearth/install/osgearth;/media/disk/flightgear_osgearth/install/simgear;/media/disk/flightgear_osgearth/install/osg" -DCMAKE_EXE_LINKER_FLAGS="-lgdal"

en modifiant les dossiers d'installations d'osg, osgearth et simgear pour la variable -DCMAKE_PREFIX_PATH selon votre environnement.

- pour la compilation, lancer la commande

make

- pour l'installation, lancer la commande

make install

Si comme moi vous avez une erreur de compilation concernant la bibliothèque gdal (problème de lien VSIFree@@GDAL_1.8), récupérez les sources par

apt-get source libgdal1-dev

et compiler et installer les

Cela à résolu mon problème

5. Transfert fgdata
renommer le dossier fgdata_earth en fgdata
Couper ce dossier et coller le dans le dossier install/flightgear

6. Démarrage de flightgear
Dans le dossier racine flightgear_osgearth, créez un fichier se nommant Flightgear.sh
Rendez le exécutable
Puis collez ces commandes dans le fichier :

#! /bin/sh

CHEMIN=/debut_installation

export LD_LIBRARY_PATH=file:$CHEMIN/flightgear_osgearth/install/simgear/lib/x86_64-linux-gnu:$CHEMIN/flightgear_osgearth/install/osgearth/lib64:$CHEMIN/flightgear_osgearth/install/osg/lib64

cd $CHEMIN/flightgear_osgearth/install/flightgear/bin

./fgfs   --prop:/sim/rendering/rembrandt/enabled=false --fg-root=$CHEMIN/flightgear_osgearth/install/flightgear/fgdata --aircraft=UFO --airport=LFRB

Modifiez la variable CHEMIN pour faire correspondre avec le début du chemin d'installation qui précède le répertoire flightgear_osgearth
Pour moi, cette variable était égale à /media/disk


Vous pouvez bien entendu changer les aéronefs et aéroport de départ en modifiant les variables --aircraft et --airport

Enregistrez le fichier et lancez le

7/ Activation d'Osgearth
Allez dans Affichage/Rendu
Cliquez sur OsgEarth Options et faites les réglages désirés
Cliquez sur enable

Et puis voilà, le rendu avec osgearth va démarrer big_smiletongue

En espérant qu'il n'y a pas trop d'erreurs.
Je sens que je vais être emmerdé ......  big_smile:D:D:D:D:D

Dernière modification par lann (17/01/2015 22:02:40)


Debian stable 64 bits - Core I7 - 14 Go de RAM - NVIDIA GTX-260 - FG 2020.3.18 ou flightgear-osgearth 3.1.0
Logitech Extreme 3D PRO

Hors ligne

#2 7/01/2015 21:47:01

f-toro
Administrateur
Lieu : LFLA
Inscription : 16/12/2007
Messages : 3 015

Re : Comment installer Flightgear-Osgearth pour Linux

lann a écrit :

Je sens que je vais être emmerdé ......  big_smile:D:D:D:D:D

On va bien voir !

Merci pour le tuto en tout cas.

Dès que j'ai un moment j'essaie, et je pense qu'il y aura d'autres candidats pour le test !


André. anciennement taureau89_9
Debian Testing Amd64. CM Sabertooth 990FX, FX8350, 32 Go Ram DDR3 1866 Mhz, GTX 1060 6Go, DD 2To Sata 3, THRUSTMASTER T.Flight StickX, FG 2020.4.0 Git.

Hors ligne

#3 7/01/2015 22:07:13

Biloute974
Membre
Inscription : 2/02/2014
Messages : 1 011

Re : Comment installer Flightgear-Osgearth pour Linux

Cool merci pour le tuto wink
Dès que j'aurai un plus de disponibilité je m'y colle.


Config: Core I7 7700  + 16 Go de Ram  DDR4+ Nvidia GTX 970 + LinuxMint 18.2 64 bits--> FG 2017.4.0
Yoke et pédale Saitek Proflight - Avions: 777 et DHC 6
Mes vols

Hors ligne

#4 8/01/2015 11:13:48

f-toro
Administrateur
Lieu : LFLA
Inscription : 16/12/2007
Messages : 3 015

Re : Comment installer Flightgear-Osgearth pour Linux

En fait le projet OSGearth n'est pas étranger à Debian, puisque les paquets (non installés), figurent dans mon système :

(voir gestionnaire de paquets Synaptic)

captur10.png

Par contre il n'est qu'en version 2.5 .

Je ne sais pas si la 2.6 est obligatoire, en tout cas elle doit sûrement apporter des améliorations.


André. anciennement taureau89_9
Debian Testing Amd64. CM Sabertooth 990FX, FX8350, 32 Go Ram DDR3 1866 Mhz, GTX 1060 6Go, DD 2To Sata 3, THRUSTMASTER T.Flight StickX, FG 2020.4.0 Git.

Hors ligne

#5 8/01/2015 17:34:45

f-toro
Administrateur
Lieu : LFLA
Inscription : 16/12/2007
Messages : 3 015

Re : Comment installer Flightgear-Osgearth pour Linux

J'ai tenté l'install.

Je n'ai pas compilé openscenegraph, mais simplement installé le paquet libopenscenegraph-dev de mon système (qui n'était pas installé, puisque mon "FGFS" contient de manière indépendante toutes les librairies installées par le script d&c.sh).

Ok pour la compilation de OsgEarth.

Au cmake de la compilation de simgear, erreur.

Lignes de la console :

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"
-- The C compiler identification is GNU 4.9.1
-- The CXX compiler identification is GNU 4.9.1
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- 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$ 

et lignes de CMakeError.log de simgear :

Determining if the pthread_create exist failed with the following output:
Change Dir: /home/andre/flightgear_osgearth/build/simgear/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTryCompileExec3126179064/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3126179064.dir/build.make CMakeFiles/cmTryCompileExec3126179064.dir/build
make[1]: Entering directory '/home/andre/flightgear_osgearth/build/simgear/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/andre/flightgear_osgearth/build/simgear/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3126179064.dir/CheckSymbolExists.c.o
/usr/bin/cc   -O3    -o CMakeFiles/cmTryCompileExec3126179064.dir/CheckSymbolExists.c.o   -c /home/andre/flightgear_osgearth/build/simgear/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTryCompileExec3126179064
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3126179064.dir/link.txt --verbose=1
/usr/bin/cc  -O3     CMakeFiles/cmTryCompileExec3126179064.dir/CheckSymbolExists.c.o  -o cmTryCompileExec3126179064 -rdynamic 
CMakeFiles/cmTryCompileExec3126179064.dir/CheckSymbolExists.c.o: dans la fonction « main »:
CheckSymbolExists.c:(.text.startup+0x6): référence indéfinie vers « pthread_create »
collect2: error: ld returned 1 exit status
CMakeFiles/cmTryCompileExec3126179064.dir/build.make:88: recipe for target 'cmTryCompileExec3126179064' failed
make[1]: Leaving directory '/home/andre/flightgear_osgearth/build/simgear/CMakeFiles/CMakeTmp'
make[1]: *** [cmTryCompileExec3126179064] Error 1
Makefile:118: recipe for target 'cmTryCompileExec3126179064/fast' failed
make: *** [cmTryCompileExec3126179064/fast] Error 2

File /home/andre/flightgear_osgearth/build/simgear/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <pthread.h>

int main(int argc, char** argv)
{
  (void)argv;
#ifndef pthread_create
  return ((int*)(&pthread_create))[argc];
#else
  (void)argc;
  return 0;
#endif
}

Determining if the function pthread_create exists in the pthreads failed with the following output:
Change Dir: /home/andre/flightgear_osgearth/build/simgear/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTryCompileExec113057196/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec113057196.dir/build.make CMakeFiles/cmTryCompileExec113057196.dir/build
make[1]: Entering directory '/home/andre/flightgear_osgearth/build/simgear/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/andre/flightgear_osgearth/build/simgear/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec113057196.dir/CheckFunctionExists.c.o
/usr/bin/cc   -O3 -DCHECK_FUNCTION_EXISTS=pthread_create   -o CMakeFiles/cmTryCompileExec113057196.dir/CheckFunctionExists.c.o   -c /usr/share/cmake-3.0/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec113057196
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec113057196.dir/link.txt --verbose=1
/usr/bin/cc  -O3 -DCHECK_FUNCTION_EXISTS=pthread_create    CMakeFiles/cmTryCompileExec113057196.dir/CheckFunctionExists.c.o  -o cmTryCompileExec113057196 -rdynamic -lpthreads 
/usr/bin/ld: ne peut trouver -lpthreads
collect2: error: ld returned 1 exit status
CMakeFiles/cmTryCompileExec113057196.dir/build.make:88: recipe for target 'cmTryCompileExec113057196' failed
make[1]: *** [cmTryCompileExec113057196] Error 1
make[1]: Leaving directory '/home/andre/flightgear_osgearth/build/simgear/CMakeFiles/CMakeTmp'
Makefile:118: recipe for target 'cmTryCompileExec113057196/fast' failed
make: *** [cmTryCompileExec113057196/fast] Error 2


Determining if the include file windows.h exists failed with the following output:
Change Dir: /home/andre/flightgear_osgearth/build/simgear/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTryCompileExec3065645375/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3065645375.dir/build.make CMakeFiles/cmTryCompileExec3065645375.dir/build
make[1]: Entering directory '/home/andre/flightgear_osgearth/build/simgear/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/andre/flightgear_osgearth/build/simgear/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3065645375.dir/CheckIncludeFile.c.o
/usr/bin/cc   -O3    -o CMakeFiles/cmTryCompileExec3065645375.dir/CheckIncludeFile.c.o   -c /home/andre/flightgear_osgearth/build/simgear/CMakeFiles/CMakeTmp/CheckIncludeFile.c
/home/andre/flightgear_osgearth/build/simgear/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:21: fatal error: windows.h: Aucun fichier ou dossier de ce type
 #include <windows.h>
                     ^
compilation terminated.
CMakeFiles/cmTryCompileExec3065645375.dir/build.make:57: recipe for target 'CMakeFiles/cmTryCompileExec3065645375.dir/CheckIncludeFile.c.o' failed
make[1]: Leaving directory '/home/andre/flightgear_osgearth/build/simgear/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTryCompileExec3065645375.dir/CheckIncludeFile.c.o] Error 1
Makefile:118: recipe for target 'cmTryCompileExec3065645375/fast' failed
make: *** [cmTryCompileExec3065645375/fast] Error 2


Determining if the function rint exists failed with the following output:
Change Dir: /home/andre/flightgear_osgearth/build/simgear/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTryCompileExec2371183371/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2371183371.dir/build.make CMakeFiles/cmTryCompileExec2371183371.dir/build
make[1]: Entering directory '/home/andre/flightgear_osgearth/build/simgear/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/andre/flightgear_osgearth/build/simgear/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2371183371.dir/CheckFunctionExists.c.o
/usr/bin/cc   -O3 -DCHECK_FUNCTION_EXISTS=rint   -o CMakeFiles/cmTryCompileExec2371183371.dir/CheckFunctionExists.c.o   -c /usr/share/cmake-3.0/Modules/CheckFunctionExists.c
<command-line>:0:23: warning: conflicting types for built-in function ‘rint’
/usr/share/cmake-3.0/Modules/CheckFunctionExists.c:3:6: note: in expansion of macro ‘CHECK_FUNCTION_EXISTS’
 char CHECK_FUNCTION_EXISTS();
      ^
Linking C executable cmTryCompileExec2371183371
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2371183371.dir/link.txt --verbose=1
/usr/bin/cc  -O3 -DCHECK_FUNCTION_EXISTS=rint    CMakeFiles/cmTryCompileExec2371183371.dir/CheckFunctionExists.c.o  -o cmTryCompileExec2371183371 -rdynamic 
CMakeFiles/cmTryCompileExec2371183371.dir/CheckFunctionExists.c.o: dans la fonction « main »:
CheckFunctionExists.c:(.text.startup+0xe): référence indéfinie vers « rint »
collect2: error: ld returned 1 exit status
CMakeFiles/cmTryCompileExec2371183371.dir/build.make:88: recipe for target 'cmTryCompileExec2371183371' failed
make[1]: Leaving directory '/home/andre/flightgear_osgearth/build/simgear/CMakeFiles/CMakeTmp'
make[1]: *** [cmTryCompileExec2371183371] Error 1
Makefile:118: recipe for target 'cmTryCompileExec2371183371/fast' failed
make: *** [cmTryCompileExec2371183371/fast] Error 2


Performing C++ SOURCE FILE Test HAVE_ISNAN failed with the following output:
Change Dir: /home/andre/flightgear_osgearth/build/simgear/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTryCompileExec1860523252/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1860523252.dir/build.make CMakeFiles/cmTryCompileExec1860523252.dir/build
make[1]: Entering directory '/home/andre/flightgear_osgearth/build/simgear/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/andre/flightgear_osgearth/build/simgear/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec1860523252.dir/src.cxx.o
/usr/bin/c++    -O3 -D__STDC_CONSTANT_MACROS -DHAVE_ISNAN   -o CMakeFiles/cmTryCompileExec1860523252.dir/src.cxx.o -c /home/andre/flightgear_osgearth/build/simgear/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTryCompileExec1860523252
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1860523252.dir/link.txt --verbose=1
/usr/bin/c++   -O3 -D__STDC_CONSTANT_MACROS -DHAVE_ISNAN    CMakeFiles/cmTryCompileExec1860523252.dir/src.cxx.o  -o cmTryCompileExec1860523252 -rdynamic 
/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crt1.o: dans la fonction « _start »:
/build/glibc-NmptCx/glibc-2.19/csu/../sysdeps/x86_64/start.S:118: référence indéfinie vers « main »
collect2: error: ld returned 1 exit status
CMakeFiles/cmTryCompileExec1860523252.dir/build.make:88: recipe for target 'cmTryCompileExec1860523252' failed
make[1]: Leaving directory '/home/andre/flightgear_osgearth/build/simgear/CMakeFiles/CMakeTmp'
make[1]: *** [cmTryCompileExec1860523252] Error 1
Makefile:118: recipe for target 'cmTryCompileExec1860523252/fast' failed
make: *** [cmTryCompileExec1860523252/fast] Error 2

Source file was:
#include <cmath> 
    void f() { isnan(0.0);} 
Performing C++ SOURCE FILE Test HAVE_STD_ISNAN failed with the following output:
Change Dir: /home/andre/flightgear_osgearth/build/simgear/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTryCompileExec308877571/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec308877571.dir/build.make CMakeFiles/cmTryCompileExec308877571.dir/build
make[1]: Entering directory '/home/andre/flightgear_osgearth/build/simgear/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/andre/flightgear_osgearth/build/simgear/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec308877571.dir/src.cxx.o
/usr/bin/c++    -O3 -D__STDC_CONSTANT_MACROS -DHAVE_STD_ISNAN   -o CMakeFiles/cmTryCompileExec308877571.dir/src.cxx.o -c /home/andre/flightgear_osgearth/build/simgear/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTryCompileExec308877571
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec308877571.dir/link.txt --verbose=1
/usr/bin/c++   -O3 -D__STDC_CONSTANT_MACROS -DHAVE_STD_ISNAN    CMakeFiles/cmTryCompileExec308877571.dir/src.cxx.o  -o cmTryCompileExec308877571 -rdynamic 
/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crt1.o: dans la fonction « _start »:
/build/glibc-NmptCx/glibc-2.19/csu/../sysdeps/x86_64/start.S:118: référence indéfinie vers « main »
collect2: error: ld returned 1 exit status
CMakeFiles/cmTryCompileExec308877571.dir/build.make:88: recipe for target 'cmTryCompileExec308877571' failed
make[1]: *** [cmTryCompileExec308877571] Error 1
make[1]: Leaving directory '/home/andre/flightgear_osgearth/build/simgear/CMakeFiles/CMakeTmp'
Makefile:118: recipe for target 'cmTryCompileExec308877571/fast' failed
make: *** [cmTryCompileExec308877571/fast] Error 2

Source file was:
#include <cmath> 
    void f() { std::isnan(0.0);} 

Le répertoire CMakeTmp est vide.

C'est un peu ardu, ça semble être un problème de pthread, si j'arrive bien à lire entre les lignes...
Tout ce que je peux dire c'est que j'ai un paquet libpthread-stubs0-dev d'installé, au cas où...

L'avis des fortiches ? big_smile


André. anciennement taureau89_9
Debian Testing Amd64. CM Sabertooth 990FX, FX8350, 32 Go Ram DDR3 1866 Mhz, GTX 1060 6Go, DD 2To Sata 3, THRUSTMASTER T.Flight StickX, FG 2020.4.0 Git.

Hors ligne

#6 8/01/2015 18:50:51

lann
Administrateur
Lieu : LFRJ
Inscription : 10/01/2010
Messages : 187
Site Web

Re : Comment installer Flightgear-Osgearth pour Linux

f-toro a écrit :

C'est un peu ardu, ça semble être un problème de pthread, si j'arrive bien à lire entre les lignes...
Tout ce que je peux dire c'est que j'ai un paquet libpthread-stubs0-dev d'installé, au cas où...

L'avis des fortiches ?

Je pense que c'est du à l'absence de la bibliothèque boost
En root

apt-get install libboost-dev

Je la rajoute dans la liste des bibliothèques à installer

f-toro a écrit :

Par contre il n'est qu'en version 2.5 .

Je ne sais pas si la 2.6 est obligatoire, en tout cas elle doit sûrement apporter des améliorations.

Lors de mon premier essai je l'avais compiler avec osgEarth version 2.5 et ça ne fonctionnait pas


Debian stable 64 bits - Core I7 - 14 Go de RAM - NVIDIA GTX-260 - FG 2020.3.18 ou flightgear-osgearth 3.1.0
Logitech Extreme 3D PRO

Hors ligne

#7 8/01/2015 19:02:34

f-toro
Administrateur
Lieu : LFLA
Inscription : 16/12/2007
Messages : 3 015

Re : Comment installer Flightgear-Osgearth pour Linux

Non, pour la compilation avec d&c.sh, ou autre, il y a belle lurette que les libboost sont installées, et en particulier le paquet de développement libboost-dev, en version 1.55 .

Pour osgearth de toutes façons je n'ai pas utilisé le paquet système mais je l'ai compilé.


André. anciennement taureau89_9
Debian Testing Amd64. CM Sabertooth 990FX, FX8350, 32 Go Ram DDR3 1866 Mhz, GTX 1060 6Go, DD 2To Sata 3, THRUSTMASTER T.Flight StickX, FG 2020.4.0 Git.

Hors ligne

#8 8/01/2015 20:16:47

f-jjth
Membre
Inscription : 11/02/2012
Messages : 632

Re : Comment installer Flightgear-Osgearth pour Linux

Le problème vient du fait que SG ne trouve pas la librairie OSGEarth. Peux-tu montrer le log complet (cmake + make + mak install) de ta compilation OSGEarth ?
Qui a-t-il dans ton dossier ./install/osgearth/ ? (normalement un dossier /lib et /include au moins, voir même un /bin et /share) je ne serais pas étonné si tu nous disais que le dossier est vide ou qu'il manque /lib smile

- ah autre hypothèse est-ce que dans ./install/osgearth tu aurais un dossier /lib64 et non pas /lib tout court ? hmmm j'ai un pressentiment de ce côté là. Si c'est le cas, crée un lien symbolique vers ./lib et relance la compilation de SG


OS: Linux Mint 17.1 | RAM: 12Go | GPU: GTX460SE | CPU: Intel I5 | FG: GIT

POIs: DR400-dauphin | FGCom | Jenkins | download_and_compile.sh

Hors ligne

#9 8/01/2015 21:30:29

Biloute974
Membre
Inscription : 2/02/2014
Messages : 1 011

Re : Comment installer Flightgear-Osgearth pour Linux

Bonsoir, j'ai la même erreur que F-toro à losque que je validse cette ligne de commande à l'étape 4.2:

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"

~/FGOS/ flightgear_osgearth/build/simgear $ sudo 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/theddy/FGOS/ flightgear_osgearth/simgear-osgearth/.git;\\.gitignore;Makefile.am;~$;
-- Library installation directory: lib/x86_64-linux-gnu
-- additional library directories: /usr/local/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu;/lib/x86_64-linux-gnu
-- Boost version: 1.54.0
-- SimGear mode: NORMAL
-- osgEarth support enabled, looking for dependencies...
-- Sound support: ENABLED
-- Using built-in expat code
-- RTI: DISABLED
-- Tests: ENABLED
-- 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/theddy/FGOS/ flightgear_osgearth/simgear-osgearth/simgear/bucket
    linked by target "decode_binobj" in directory /home/theddy/FGOS/ flightgear_osgearth/simgear-osgearth/simgear/io
    linked by target "http_svn" in directory /home/theddy/FGOS/ flightgear_osgearth/simgear-osgearth/simgear/io
    linked by target "httpget" in directory /home/theddy/FGOS/ flightgear_osgearth/simgear-osgearth/simgear/io
    linked by target "test_binobj" in directory /home/theddy/FGOS/ flightgear_osgearth/simgear-osgearth/simgear/io
    linked by target "test_http" in directory /home/theddy/FGOS/ flightgear_osgearth/simgear-osgearth/simgear/io
    linked by target "test_sock" in directory /home/theddy/FGOS/ flightgear_osgearth/simgear-osgearth/simgear/io
    linked by target "geometry_test" in directory /home/theddy/FGOS/ flightgear_osgearth/simgear-osgearth/simgear/math
    linked by target "math_test" in directory /home/theddy/FGOS/ flightgear_osgearth/simgear-osgearth/simgear/math
    linked by target "test_CSSBorder" in directory /home/theddy/FGOS/ flightgear_osgearth/simgear-osgearth/simgear/misc
    linked by target "test_path" in directory /home/theddy/FGOS/ flightgear_osgearth/simgear-osgearth/simgear/misc
    linked by target "test_streams" in directory /home/theddy/FGOS/ flightgear_osgearth/simgear-osgearth/simgear/misc
    linked by target "test_strings" in directory /home/theddy/FGOS/ flightgear_osgearth/simgear-osgearth/simgear/misc
    linked by target "test_tabbed_values" in directory /home/theddy/FGOS/ flightgear_osgearth/simgear-osgearth/simgear/misc
    linked by target "test_cppbind" in directory /home/theddy/FGOS/ flightgear_osgearth/simgear-osgearth/simgear/nasal/cppbind
    linked by target "test_easing_functions" in directory /home/theddy/FGOS/ flightgear_osgearth/simgear-osgearth/simgear/props
    linked by target "test_propertyObject" in directory /home/theddy/FGOS/ flightgear_osgearth/simgear-osgearth/simgear/props
    linked by target "test_props" in directory /home/theddy/FGOS/ flightgear_osgearth/simgear-osgearth/simgear/props
    linked by target "test-simgear_structure-shared_ptr" in directory /home/theddy/FGOS/ flightgear_osgearth/simgear-osgearth/simgear/structure
    linked by target "test_expressions" in directory /home/theddy/FGOS/ flightgear_osgearth/simgear-osgearth/simgear/structure
    linked by target "test_state_machine" in directory /home/theddy/FGOS/ flightgear_osgearth/simgear-osgearth/simgear/structure
    linked by target "sg_pkgutil" in directory /home/theddy/FGOS/ flightgear_osgearth/simgear-osgearth/simgear/package
    linked by target "test-simgear_canvas_events-canvas_event" in directory /home/theddy/FGOS/ flightgear_osgearth/simgear-osgearth/simgear/canvas/events
    linked by target "test_parseBlendFunc" in directory /home/theddy/FGOS/ flightgear_osgearth/simgear-osgearth/simgear/scene/material
    linked by target "test_animations" in directory /home/theddy/FGOS/ flightgear_osgearth/simgear-osgearth/simgear/scene/model
    linked by target "BucketBoxTest" in directory /home/theddy/FGOS/ flightgear_osgearth/simgear-osgearth/simgear/scene/tgdb
    linked by target "test_parse_color" in directory /home/theddy/FGOS/ flightgear_osgearth/simgear-osgearth/simgear/scene/util
    linked by target "openal_test1" in directory /home/theddy/FGOS/ flightgear_osgearth/simgear-osgearth/simgear/sound
    linked by target "openal_test2" in directory /home/theddy/FGOS/ flightgear_osgearth/simgear-osgearth/simgear/sound
    linked by target "openal_test3" in directory /home/theddy/FGOS/ flightgear_osgearth/simgear-osgearth/simgear/sound
    linked by target "openal_test4" in directory /home/theddy/FGOS/ flightgear_osgearth/simgear-osgearth/simgear/sound
OSGEARTH_LIBRARY
    linked by target "SimGearScene" in directory /home/theddy/FGOS/ flightgear_osgearth/simgear-osgearth/simgear
    linked by target "test_bucket" in directory /home/theddy/FGOS/ flightgear_osgearth/simgear-osgearth/simgear/bucket
    linked by target "decode_binobj" in directory /home/theddy/FGOS/ flightgear_osgearth/simgear-osgearth/simgear/io
    linked by target "http_svn" in directory /home/theddy/FGOS/ flightgear_osgearth/simgear-osgearth/simgear/io
    linked by target "httpget" in directory /home/theddy/FGOS/ flightgear_osgearth/simgear-osgearth/simgear/io
    linked by target "test_binobj" in directory /home/theddy/FGOS/ flightgear_osgearth/simgear-osgearth/simgear/io
    linked by target "test_http" in directory /home/theddy/FGOS/ flightgear_osgearth/simgear-osgearth/simgear/io
    linked by target "test_sock" in directory /home/theddy/FGOS/ flightgear_osgearth/simgear-osgearth/simgear/io
    linked by target "geometry_test" in directory /home/theddy/FGOS/ flightgear_osgearth/simgear-osgearth/simgear/math
    linked by target "math_test" in directory /home/theddy/FGOS/ flightgear_osgearth/simgear-osgearth/simgear/math
    linked by target "test_CSSBorder" in directory /home/theddy/FGOS/ flightgear_osgearth/simgear-osgearth/simgear/misc
    linked by target "test_path" in directory /home/theddy/FGOS/ flightgear_osgearth/simgear-osgearth/simgear/misc
    linked by target "test_streams" in directory /home/theddy/FGOS/ flightgear_osgearth/simgear-osgearth/simgear/misc
    linked by target "test_strings" in directory /home/theddy/FGOS/ flightgear_osgearth/simgear-osgearth/simgear/misc
    linked by target "test_tabbed_values" in directory /home/theddy/FGOS/ flightgear_osgearth/simgear-osgearth/simgear/misc
    linked by target "test_cppbind" in directory /home/theddy/FGOS/ flightgear_osgearth/simgear-osgearth/simgear/nasal/cppbind
    linked by target "test_easing_functions" in directory /home/theddy/FGOS/ flightgear_osgearth/simgear-osgearth/simgear/props
    linked by target "test_propertyObject" in directory /home/theddy/FGOS/ flightgear_osgearth/simgear-osgearth/simgear/props
    linked by target "test_props" in directory /home/theddy/FGOS/ flightgear_osgearth/simgear-osgearth/simgear/props
    linked by target "test-simgear_structure-shared_ptr" in directory /home/theddy/FGOS/ flightgear_osgearth/simgear-osgearth/simgear/structure
    linked by target "test_expressions" in directory /home/theddy/FGOS/ flightgear_osgearth/simgear-osgearth/simgear/structure
    linked by target "test_state_machine" in directory /home/theddy/FGOS/ flightgear_osgearth/simgear-osgearth/simgear/structure
    linked by target "sg_pkgutil" in directory /home/theddy/FGOS/ flightgear_osgearth/simgear-osgearth/simgear/package
    linked by target "test-simgear_canvas_events-canvas_event" in directory /home/theddy/FGOS/ flightgear_osgearth/simgear-osgearth/simgear/canvas/events
    linked by target "test_parseBlendFunc" in directory /home/theddy/FGOS/ flightgear_osgearth/simgear-osgearth/simgear/scene/material
    linked by target "test_animations" in directory /home/theddy/FGOS/ flightgear_osgearth/simgear-osgearth/simgear/scene/model
    linked by target "BucketBoxTest" in directory /home/theddy/FGOS/ flightgear_osgearth/simgear-osgearth/simgear/scene/tgdb
    linked by target "test_parse_color" in directory /home/theddy/FGOS/ flightgear_osgearth/simgear-osgearth/simgear/scene/util
    linked by target "openal_test1" in directory /home/theddy/FGOS/ flightgear_osgearth/simgear-osgearth/simgear/sound
    linked by target "openal_test2" in directory /home/theddy/FGOS/ flightgear_osgearth/simgear-osgearth/simgear/sound
    linked by target "openal_test3" in directory /home/theddy/FGOS/ flightgear_osgearth/simgear-osgearth/simgear/sound
    linked by target "openal_test4" in directory /home/theddy/FGOS/ flightgear_osgearth/simgear-osgearth/simgear/sound

-- Configuring incomplete, errors occurred!
See also "/home/theddy/FGOS/ flightgear_osgearth/build/simgear/CMakeFiles/CMakeOutput.log".
See also "/home/theddy/FGOS/ flightgear_osgearth/build/simgear/CMakeFiles/CMakeError.log".

Dernière modification par Biloute974 (8/01/2015 21:30:58)


Config: Core I7 7700  + 16 Go de Ram  DDR4+ Nvidia GTX 970 + LinuxMint 18.2 64 bits--> FG 2017.4.0
Yoke et pédale Saitek Proflight - Avions: 777 et DHC 6
Mes vols

Hors ligne

#10 8/01/2015 21:54:05

f-toro
Administrateur
Lieu : LFLA
Inscription : 16/12/2007
Messages : 3 015

Re : Comment installer Flightgear-Osgearth pour Linux

Biloute974 a écrit :

Bonsoir, j'ai la même erreur que F-toro à losque que je valide cette ligne de commande à l'étape 4.2:

Bon, on est d'accord, y a quêque chose qui va pas dans le processus...

f-jjth a écrit :

- ah autre hypothèse est-ce que dans ./install/osgearth tu aurais un dossier /lib64 et non pas /lib tout court ?

Bien vu, j'ai bin, include et lib64.

f-jjth a écrit :

Si c'est le cas, crée un lien symbolique vers ./lib et relance la compilation de SG

Heuh que veux tu dire ?

Que dans ./install/osgearth je crée un répertoire symbolique lib lié à lib64 ?

ln -s /home/andre/flightgear_osgearth/install/osgearth/lib64 /home/andre/flightgear_osgearth/install/osgearth/lib

? roll


André. anciennement taureau89_9
Debian Testing Amd64. CM Sabertooth 990FX, FX8350, 32 Go Ram DDR3 1866 Mhz, GTX 1060 6Go, DD 2To Sata 3, THRUSTMASTER T.Flight StickX, FG 2020.4.0 Git.

Hors ligne

#11 8/01/2015 22:17:55

Biloute974
Membre
Inscription : 2/02/2014
Messages : 1 011

Re : Comment installer Flightgear-Osgearth pour Linux

BOnsoir,

j'ai bien les dossiers lib64, include et bin dans /install/osgearth. Si je comprend bien, l'erreur vient de Cmake qui ne trouve pas une variable, donc il nous demande de l'ajouter et/ou de vérifier et tester le fichier OSGEARTHUTIL_LIBRARY dans le dossier CMake... Sauf je je ne trouve absolument pas ce fichier...


Config: Core I7 7700  + 16 Go de Ram  DDR4+ Nvidia GTX 970 + LinuxMint 18.2 64 bits--> FG 2017.4.0
Yoke et pédale Saitek Proflight - Avions: 777 et DHC 6
Mes vols

Hors ligne

#12 8/01/2015 22:52:21

f-toro
Administrateur
Lieu : LFLA
Inscription : 16/12/2007
Messages : 3 015

Re : Comment installer Flightgear-Osgearth pour Linux

Sinon le log de la compilation de osgearth :

andre@990FX6100:~/flightgear_osgearth/build/osgearth$ cmake ../../osgearth/ -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS="-O3 -D__STDC_CONSTANT_MACROS" -DCMAKE_INSTALL_PREFIX:PATH="../../install/osgearth"
-- The C compiler identification is GNU 4.9.1
-- The CXX compiler identification is GNU 4.9.1
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- 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  
-- 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  
-- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.8") 
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found
-- Found Qt4: /usr/bin/qmake (found version "4.8.6") 
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.28") 
-- Configuring done
-- Generating done
-- Build files have been written to: /home/andre/flightgear_osgearth/build/osgearth
andre@990FX6100:~/flightgear_osgearth/build/osgearth$ make
Scanning dependencies of target osgEarth
[  0%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/tinystr.cpp.o
[  0%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/tinyxml.cpp.o
[  0%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/tinyxmlerror.cpp.o
[  0%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/tinyxmlparser.cpp.o
[  1%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/AlphaEffect.cpp.o
[  1%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/AutoScale.cpp.o
[  1%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/Bounds.cpp.o
[  1%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/Cache.cpp.o
[  1%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/CacheEstimator.cpp.o
[  2%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/CachePolicy.cpp.o
[  2%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/CacheSeed.cpp.o
[  2%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/Capabilities.cpp.o
[  2%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/ClampableNode.cpp.o
[  3%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/ClampingTechnique.cpp.o
[  3%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/ColorFilter.cpp.o
[  3%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/CompositeTileSource.cpp.o
[  3%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/Config.cpp.o
[  3%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/Cube.cpp.o
[  4%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/CullingUtils.cpp.o
[  4%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/DateTime.cpp.o
[  4%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/Decluttering.cpp.o
/home/andre/flightgear_osgearth/osgearth/src/osgEarth/Decluttering.cpp:114:9: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
         "}\n";
         ^
[  4%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/DepthOffset.cpp.o
[  5%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/Draggers.cpp.o
[  5%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/DPLineSegmentIntersector.cpp.o
[  5%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/DrapeableNode.cpp.o
[  5%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/DrapingTechnique.cpp.o
[  5%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/DrawInstanced.cpp.o
[  6%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/ECEF.cpp.o
[  6%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/ElevationLayer.cpp.o
[  6%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/ElevationLOD.cpp.o
[  6%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/ElevationQuery.cpp.o
[  6%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/FadeEffect.cpp.o
[  7%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/FileUtils.cpp.o
[  7%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/GeoData.cpp.o
[  7%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/Geoid.cpp.o
[  7%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/GeoMath.cpp.o
[  8%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/GeoTransform.cpp.o
[  8%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/HeightFieldUtils.cpp.o
[  8%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/HTTPClient.cpp.o
[  8%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/ImageLayer.cpp.o
[  8%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/ImageMosaic.cpp.o
[  9%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/ImageToHeightFieldConverter.cpp.o
[  9%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/ImageUtils.cpp.o
[  9%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/IOTypes.cpp.o
[  9%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/JsonUtils.cpp.o
/home/andre/flightgear_osgearth/osgearth/src/osgEarth/JsonUtils.cpp: In member function ‘bool osgEarth::Json::Reader::decodeNumber(osgEarth::Json::Reader::Token&)’:
/home/andre/flightgear_osgearth/osgearth/src/osgEarth/JsonUtils.cpp:2469:62: warning: integer overflow in expression [-Woverflow]
    Value::UInt threshold = (isNegative ? Value::UInt(-Value::minInt) 
                                                              ^
[  9%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/Layer.cpp.o
[ 10%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/Locators.cpp.o
[ 10%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/LocalTangentPlane.cpp.o
[ 10%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/Map.cpp.o
[ 10%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/MapCallback.cpp.o
[ 11%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/MapFrame.cpp.o
[ 11%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/MapInfo.cpp.o
[ 11%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/MapNode.cpp.o
[ 11%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/MapNodeOptions.cpp.o
[ 11%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/MapOptions.cpp.o
[ 12%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/MaskLayer.cpp.o
[ 12%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/MaskNode.cpp.o
[ 12%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/MaskSource.cpp.o
[ 12%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/MemCache.cpp.o
[ 12%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/MimeTypes.cpp.o
[ 13%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/ModelLayer.cpp.o
[ 13%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/ModelSource.cpp.o
[ 13%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/NodeUtils.cpp.o
[ 13%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/Notify.cpp.o
[ 14%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/OverlayDecorator.cpp.o
[ 14%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/OverlayNode.cpp.o
[ 14%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/PhongLightingEffect.cpp.o
[ 14%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/Pickers.cpp.o
[ 14%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/PrimitiveIntersector.cpp.o
[ 15%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/Profile.cpp.o
[ 15%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/Progress.cpp.o
[ 15%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/Random.cpp.o
[ 15%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/Registry.cpp.o
[ 15%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/Revisioning.cpp.o
[ 16%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/ShaderFactory.cpp.o
[ 16%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/ShaderGenerator.cpp.o
[ 16%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/ShaderUtils.cpp.o
[ 16%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/SparseTexture2DArray.cpp.o
[ 17%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/SpatialReference.cpp.o
[ 17%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/StateSetCache.cpp.o
[ 17%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/StateSetLOD.cpp.o
[ 17%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/StringUtils.cpp.o
[ 17%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/TaskService.cpp.o
[ 18%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/Terrain.cpp.o
[ 18%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/TerrainLayer.cpp.o
[ 18%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/TerrainOptions.cpp.o
[ 18%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/TerrainEngineNode.cpp.o
[ 18%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/Tessellator.cpp.o
[ 19%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/TextureCompositor.cpp.o
[ 19%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/TileKey.cpp.o
[ 19%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/TileHandler.cpp.o
[ 19%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/TileVisitor.cpp.o
[ 20%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/TileSource.cpp.o
[ 20%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/TimeControl.cpp.o
[ 20%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/TraversalData.cpp.o
[ 20%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/ThreadingUtils.cpp.o
[ 20%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/Units.cpp.o
[ 21%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/URI.cpp.o
[ 21%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/Utils.cpp.o
[ 21%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/Version.cpp.o
[ 21%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/VerticalDatum.cpp.o
[ 21%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/Viewpoint.cpp.o
[ 22%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/VirtualProgram.cpp.o
[ 22%] Building CXX object src/osgEarth/CMakeFiles/osgEarth.dir/XmlUtils.cpp.o
Linking CXX shared library ../../lib/libosgEarth.so
[ 22%] Built target osgEarth
Scanning dependencies of target osgEarthSymbology
[ 22%] Building CXX object src/osgEarthSymbology/CMakeFiles/osgEarthSymbology.dir/AltitudeSymbol.cpp.o
[ 22%] Building CXX object src/osgEarthSymbology/CMakeFiles/osgEarthSymbology.dir/Color.cpp.o
[ 23%] Building CXX object src/osgEarthSymbology/CMakeFiles/osgEarthSymbology.dir/CssUtils.cpp.o
[ 23%] Building CXX object src/osgEarthSymbology/CMakeFiles/osgEarthSymbology.dir/Expression.cpp.o
[ 23%] Building CXX object src/osgEarthSymbology/CMakeFiles/osgEarthSymbology.dir/ExtrusionSymbol.cpp.o
[ 23%] Building CXX object src/osgEarthSymbology/CMakeFiles/osgEarthSymbology.dir/Fill.cpp.o
[ 23%] Building CXX object src/osgEarthSymbology/CMakeFiles/osgEarthSymbology.dir/Geometry.cpp.o
[ 24%] Building CXX object src/osgEarthSymbology/CMakeFiles/osgEarthSymbology.dir/GeometryFactory.cpp.o
[ 24%] Building CXX object src/osgEarthSymbology/CMakeFiles/osgEarthSymbology.dir/GEOS.cpp.o
[ 24%] Building CXX object src/osgEarthSymbology/CMakeFiles/osgEarthSymbology.dir/GeometryRasterizer.cpp.o
[ 24%] Building CXX object src/osgEarthSymbology/CMakeFiles/osgEarthSymbology.dir/IconResource.cpp.o
[ 24%] Building CXX object src/osgEarthSymbology/CMakeFiles/osgEarthSymbology.dir/IconSymbol.cpp.o
[ 25%] Building CXX object src/osgEarthSymbology/CMakeFiles/osgEarthSymbology.dir/InstanceResource.cpp.o
[ 25%] Building CXX object src/osgEarthSymbology/CMakeFiles/osgEarthSymbology.dir/InstanceSymbol.cpp.o
[ 25%] Building CXX object src/osgEarthSymbology/CMakeFiles/osgEarthSymbology.dir/LineSymbol.cpp.o
[ 25%] Building CXX object src/osgEarthSymbology/CMakeFiles/osgEarthSymbology.dir/MarkerResource.cpp.o
[ 26%] Building CXX object src/osgEarthSymbology/CMakeFiles/osgEarthSymbology.dir/MarkerSymbol.cpp.o
[ 26%] Building CXX object src/osgEarthSymbology/CMakeFiles/osgEarthSymbology.dir/MeshConsolidator.cpp.o
[ 26%] Building CXX object src/osgEarthSymbology/CMakeFiles/osgEarthSymbology.dir/MeshSubdivider.cpp.o
[ 26%] Building CXX object src/osgEarthSymbology/CMakeFiles/osgEarthSymbology.dir/ModelResource.cpp.o
[ 26%] Building CXX object src/osgEarthSymbology/CMakeFiles/osgEarthSymbology.dir/ModelSymbol.cpp.o
[ 27%] Building CXX object src/osgEarthSymbology/CMakeFiles/osgEarthSymbology.dir/PointSymbol.cpp.o
[ 27%] Building CXX object src/osgEarthSymbology/CMakeFiles/osgEarthSymbology.dir/PolygonSymbol.cpp.o
[ 27%] Building CXX object src/osgEarthSymbology/CMakeFiles/osgEarthSymbology.dir/Query.cpp.o
[ 27%] Building CXX object src/osgEarthSymbology/CMakeFiles/osgEarthSymbology.dir/RenderSymbol.cpp.o
[ 27%] Building CXX object src/osgEarthSymbology/CMakeFiles/osgEarthSymbology.dir/Resource.cpp.o
[ 28%] Building CXX object src/osgEarthSymbology/CMakeFiles/osgEarthSymbology.dir/ResourceCache.cpp.o
[ 28%] Building CXX object src/osgEarthSymbology/CMakeFiles/osgEarthSymbology.dir/ResourceLibrary.cpp.o
[ 28%] Building CXX object src/osgEarthSymbology/CMakeFiles/osgEarthSymbology.dir/Skins.cpp.o
[ 28%] Building CXX object src/osgEarthSymbology/CMakeFiles/osgEarthSymbology.dir/StencilVolumeNode.cpp.o
[ 29%] Building CXX object src/osgEarthSymbology/CMakeFiles/osgEarthSymbology.dir/Stroke.cpp.o
[ 29%] Building CXX object src/osgEarthSymbology/CMakeFiles/osgEarthSymbology.dir/Style.cpp.o
[ 29%] Building CXX object src/osgEarthSymbology/CMakeFiles/osgEarthSymbology.dir/StyleSelector.cpp.o
[ 29%] Building CXX object src/osgEarthSymbology/CMakeFiles/osgEarthSymbology.dir/StyleSheet.cpp.o
[ 29%] Building CXX object src/osgEarthSymbology/CMakeFiles/osgEarthSymbology.dir/Symbol.cpp.o
[ 30%] Building CXX object src/osgEarthSymbology/CMakeFiles/osgEarthSymbology.dir/TextSymbol.cpp.o
Linking CXX shared library ../../lib/libosgEarthSymbology.so
[ 30%] Built target osgEarthSymbology
Scanning dependencies of target osgEarthFeatures
[ 30%] Building CXX object src/osgEarthFeatures/CMakeFiles/osgEarthFeatures.dir/AltitudeFilter.cpp.o
[ 30%] Building CXX object src/osgEarthFeatures/CMakeFiles/osgEarthFeatures.dir/BufferFilter.cpp.o
[ 30%] Building CXX object src/osgEarthFeatures/CMakeFiles/osgEarthFeatures.dir/BuildGeometryFilter.cpp.o
[ 31%] Building CXX object src/osgEarthFeatures/CMakeFiles/osgEarthFeatures.dir/BuildTextFilter.cpp.o
[ 31%] Building CXX object src/osgEarthFeatures/CMakeFiles/osgEarthFeatures.dir/BuildTextOperator.cpp.o
[ 31%] Building CXX object src/osgEarthFeatures/CMakeFiles/osgEarthFeatures.dir/CentroidFilter.cpp.o
[ 31%] Building CXX object src/osgEarthFeatures/CMakeFiles/osgEarthFeatures.dir/ConvertTypeFilter.cpp.o
[ 31%] Building CXX object src/osgEarthFeatures/CMakeFiles/osgEarthFeatures.dir/CropFilter.cpp.o
[ 32%] Building CXX object src/osgEarthFeatures/CMakeFiles/osgEarthFeatures.dir/ExtrudeGeometryFilter.cpp.o
[ 32%] Building CXX object src/osgEarthFeatures/CMakeFiles/osgEarthFeatures.dir/Feature.cpp.o
[ 32%] Building CXX object src/osgEarthFeatures/CMakeFiles/osgEarthFeatures.dir/FeatureCursor.cpp.o
[ 32%] Building CXX object src/osgEarthFeatures/CMakeFiles/osgEarthFeatures.dir/FeatureDisplayLayout.cpp.o
[ 32%] Building CXX object src/osgEarthFeatures/CMakeFiles/osgEarthFeatures.dir/FeatureDrawSet.cpp.o
[ 33%] Building CXX object src/osgEarthFeatures/CMakeFiles/osgEarthFeatures.dir/FeatureListSource.cpp.o
[ 33%] Building CXX object src/osgEarthFeatures/CMakeFiles/osgEarthFeatures.dir/FeatureModelGraph.cpp.o
[ 33%] Building CXX object src/osgEarthFeatures/CMakeFiles/osgEarthFeatures.dir/FeatureModelSource.cpp.o
[ 33%] Building CXX object src/osgEarthFeatures/CMakeFiles/osgEarthFeatures.dir/FeatureSource.cpp.o
[ 34%] Building CXX object src/osgEarthFeatures/CMakeFiles/osgEarthFeatures.dir/FeatureSourceIndexNode.cpp.o
[ 34%] Building CXX object src/osgEarthFeatures/CMakeFiles/osgEarthFeatures.dir/FeatureTileSource.cpp.o
[ 34%] Building CXX object src/osgEarthFeatures/CMakeFiles/osgEarthFeatures.dir/Filter.cpp.o
[ 34%] Building CXX object src/osgEarthFeatures/CMakeFiles/osgEarthFeatures.dir/FilterContext.cpp.o
[ 34%] Building CXX object src/osgEarthFeatures/CMakeFiles/osgEarthFeatures.dir/GeometryCompiler.cpp.o
[ 35%] Building CXX object src/osgEarthFeatures/CMakeFiles/osgEarthFeatures.dir/GeometryUtils.cpp.o
/home/andre/flightgear_osgearth/osgearth/src/osgEarthFeatures/GeometryUtils.cpp: In function ‘double osgEarth::Features::GeometryUtils::getGeometryArea(const osgEarth::Symbology::Geometry*)’:
/home/andre/flightgear_osgearth/osgearth/src/osgEarthFeatures/GeometryUtils.cpp:157:18: warning: ‘double OGR_G_GetArea(OGRGeometryH)’ is deprecated (declared at /usr/include/gdal/ogr_api.h:178) [-Wdeprecated-declarations]
         result = OGR_G_GetArea( g );
                  ^
/home/andre/flightgear_osgearth/osgearth/src/osgEarthFeatures/GeometryUtils.cpp:157:35: warning: ‘double OGR_G_GetArea(OGRGeometryH)’ is deprecated (declared at /usr/include/gdal/ogr_api.h:178) [-Wdeprecated-declarations]
         result = OGR_G_GetArea( g );
                                   ^
[ 35%] Building CXX object src/osgEarthFeatures/CMakeFiles/osgEarthFeatures.dir/LabelSource.cpp.o
[ 35%] Building CXX object src/osgEarthFeatures/CMakeFiles/osgEarthFeatures.dir/MeshClamper.cpp.o
[ 35%] Building CXX object src/osgEarthFeatures/CMakeFiles/osgEarthFeatures.dir/OgrUtils.cpp.o
[ 35%] Building CXX object src/osgEarthFeatures/CMakeFiles/osgEarthFeatures.dir/OptimizerHints.cpp.o
[ 36%] Building CXX object src/osgEarthFeatures/CMakeFiles/osgEarthFeatures.dir/PolygonizeLines.cpp.o
[ 36%] Building CXX object src/osgEarthFeatures/CMakeFiles/osgEarthFeatures.dir/ResampleFilter.cpp.o
[ 36%] Building CXX object src/osgEarthFeatures/CMakeFiles/osgEarthFeatures.dir/ScaleFilter.cpp.o
[ 36%] Building CXX object src/osgEarthFeatures/CMakeFiles/osgEarthFeatures.dir/Session.cpp.o
[ 37%] Building CXX object src/osgEarthFeatures/CMakeFiles/osgEarthFeatures.dir/ScatterFilter.cpp.o
[ 37%] Building CXX object src/osgEarthFeatures/CMakeFiles/osgEarthFeatures.dir/ScriptEngine.cpp.o
[ 37%] Building CXX object src/osgEarthFeatures/CMakeFiles/osgEarthFeatures.dir/SubstituteModelFilter.cpp.o
[ 37%] Building CXX object src/osgEarthFeatures/CMakeFiles/osgEarthFeatures.dir/TessellateOperator.cpp.o
[ 37%] Building CXX object src/osgEarthFeatures/CMakeFiles/osgEarthFeatures.dir/TextSymbolizer.cpp.o
[ 38%] Building CXX object src/osgEarthFeatures/CMakeFiles/osgEarthFeatures.dir/TransformFilter.cpp.o
[ 38%] Building CXX object src/osgEarthFeatures/CMakeFiles/osgEarthFeatures.dir/VirtualFeatureSource.cpp.o
Linking CXX shared library ../../lib/libosgEarthFeatures.so
[ 38%] Built target osgEarthFeatures
Scanning dependencies of target osgEarthAnnotation
[ 38%] Building CXX object src/osgEarthAnnotation/CMakeFiles/osgEarthAnnotation.dir/AnnotationEditing.cpp.o
[ 38%] Building CXX object src/osgEarthAnnotation/CMakeFiles/osgEarthAnnotation.dir/AnnotationSettings.cpp.o
[ 39%] Building CXX object src/osgEarthAnnotation/CMakeFiles/osgEarthAnnotation.dir/AnnotationData.cpp.o
[ 39%] Building CXX object src/osgEarthAnnotation/CMakeFiles/osgEarthAnnotation.dir/AnnotationNode.cpp.o
[ 39%] Building CXX object src/osgEarthAnnotation/CMakeFiles/osgEarthAnnotation.dir/AnnotationRegistry.cpp.o
[ 39%] Building CXX object src/osgEarthAnnotation/CMakeFiles/osgEarthAnnotation.dir/AnnotationUtils.cpp.o
[ 39%] Building CXX object src/osgEarthAnnotation/CMakeFiles/osgEarthAnnotation.dir/CircleNode.cpp.o
[ 40%] Building CXX object src/osgEarthAnnotation/CMakeFiles/osgEarthAnnotation.dir/Decoration.cpp.o
[ 40%] Building CXX object src/osgEarthAnnotation/CMakeFiles/osgEarthAnnotation.dir/EllipseNode.cpp.o
[ 40%] Building CXX object src/osgEarthAnnotation/CMakeFiles/osgEarthAnnotation.dir/FeatureNode.cpp.o
[ 40%] Building CXX object src/osgEarthAnnotation/CMakeFiles/osgEarthAnnotation.dir/FeatureEditing.cpp.o
[ 41%] Building CXX object src/osgEarthAnnotation/CMakeFiles/osgEarthAnnotation.dir/LocalGeometryNode.cpp.o
[ 41%] Building CXX object src/osgEarthAnnotation/CMakeFiles/osgEarthAnnotation.dir/HighlightDecoration.cpp.o
[ 41%] Building CXX object src/osgEarthAnnotation/CMakeFiles/osgEarthAnnotation.dir/ImageOverlay.cpp.o
[ 41%] Building CXX object src/osgEarthAnnotation/CMakeFiles/osgEarthAnnotation.dir/ImageOverlayEditor.cpp.o
[ 41%] Building CXX object src/osgEarthAnnotation/CMakeFiles/osgEarthAnnotation.dir/LabelNode.cpp.o
[ 42%] Building CXX object src/osgEarthAnnotation/CMakeFiles/osgEarthAnnotation.dir/LocalizedNode.cpp.o
[ 42%] Building CXX object src/osgEarthAnnotation/CMakeFiles/osgEarthAnnotation.dir/RectangleNode.cpp.o
[ 42%] Building CXX object src/osgEarthAnnotation/CMakeFiles/osgEarthAnnotation.dir/ModelNode.cpp.o
[ 42%] Building CXX object src/osgEarthAnnotation/CMakeFiles/osgEarthAnnotation.dir/OrthoNode.cpp.o
[ 42%] Building CXX object src/osgEarthAnnotation/CMakeFiles/osgEarthAnnotation.dir/PlaceNode.cpp.o
[ 43%] Building CXX object src/osgEarthAnnotation/CMakeFiles/osgEarthAnnotation.dir/TrackNode.cpp.o
Linking CXX shared library ../../lib/libosgEarthAnnotation.so
[ 43%] Built target osgEarthAnnotation
Scanning dependencies of target osgEarthUtil
[ 43%] Building CXX object src/osgEarthUtil/CMakeFiles/osgEarthUtil.dir/ActivityMonitorTool.cpp.o
[ 43%] Building CXX object src/osgEarthUtil/CMakeFiles/osgEarthUtil.dir/AnnotationEvents.cpp.o
[ 43%] Building CXX object src/osgEarthUtil/CMakeFiles/osgEarthUtil.dir/ArcGIS.cpp.o
[ 43%] Building CXX object src/osgEarthUtil/CMakeFiles/osgEarthUtil.dir/AtlasBuilder.cpp.o
[ 44%] Building CXX object src/osgEarthUtil/CMakeFiles/osgEarthUtil.dir/AutoClipPlaneHandler.cpp.o
[ 44%] Building CXX object src/osgEarthUtil/CMakeFiles/osgEarthUtil.dir/ClampCallback.cpp.o
[ 44%] Building CXX object src/osgEarthUtil/CMakeFiles/osgEarthUtil.dir/Controls.cpp.o
[ 44%] Building CXX object src/osgEarthUtil/CMakeFiles/osgEarthUtil.dir/ContourMap.cpp.o
[ 45%] Building CXX object src/osgEarthUtil/CMakeFiles/osgEarthUtil.dir/DataScanner.cpp.o
[ 45%] Building CXX object src/osgEarthUtil/CMakeFiles/osgEarthUtil.dir/DetailTexture.cpp.o
[ 45%] Building CXX object src/osgEarthUtil/CMakeFiles/osgEarthUtil.dir/EarthManipulator.cpp.o
[ 45%] Building CXX object src/osgEarthUtil/CMakeFiles/osgEarthUtil.dir/Ephemeris.cpp.o
[ 45%] Building CXX object src/osgEarthUtil/CMakeFiles/osgEarthUtil.dir/ExampleResources.cpp.o
[ 46%] Building CXX object src/osgEarthUtil/CMakeFiles/osgEarthUtil.dir/FeatureManipTool.cpp.o
[ 46%] Building CXX object src/osgEarthUtil/CMakeFiles/osgEarthUtil.dir/FeatureQueryTool.cpp.o
[ 46%] Building CXX object src/osgEarthUtil/CMakeFiles/osgEarthUtil.dir/Fog.cpp.o
[ 46%] Building CXX object src/osgEarthUtil/CMakeFiles/osgEarthUtil.dir/GeodeticGraticule.cpp.o
[ 46%] Building CXX object src/osgEarthUtil/CMakeFiles/osgEarthUtil.dir/HTM.cpp.o
[ 47%] Building CXX object src/osgEarthUtil/CMakeFiles/osgEarthUtil.dir/LatLongFormatter.cpp.o
[ 47%] Building CXX object src/osgEarthUtil/CMakeFiles/osgEarthUtil.dir/LinearLineOfSight.cpp.o
[ 47%] Building CXX object src/osgEarthUtil/CMakeFiles/osgEarthUtil.dir/LODBlending.cpp.o
[ 47%] Building CXX object src/osgEarthUtil/CMakeFiles/osgEarthUtil.dir/LogarithmicDepthBuffer.cpp.o
[ 48%] Building CXX object src/osgEarthUtil/CMakeFiles/osgEarthUtil.dir/MeasureTool.cpp.o
[ 48%] Building CXX object src/osgEarthUtil/CMakeFiles/osgEarthUtil.dir/MGRSFormatter.cpp.o
[ 48%] Building CXX object src/osgEarthUtil/CMakeFiles/osgEarthUtil.dir/MGRSGraticule.cpp.o
[ 48%] Building CXX object src/osgEarthUtil/CMakeFiles/osgEarthUtil.dir/MouseCoordsTool.cpp.o
[ 48%] Building CXX object src/osgEarthUtil/CMakeFiles/osgEarthUtil.dir/NormalMap.cpp.o
[ 49%] Building CXX object src/osgEarthUtil/CMakeFiles/osgEarthUtil.dir/ObjectLocator.cpp.o
[ 49%] Building CXX object src/osgEarthUtil/CMakeFiles/osgEarthUtil.dir/Ocean.cpp.o
[ 49%] Building CXX object src/osgEarthUtil/CMakeFiles/osgEarthUtil.dir/PolyhedralLineOfSight.cpp.o
[ 49%] Building CXX object src/osgEarthUtil/CMakeFiles/osgEarthUtil.dir/RadialLineOfSight.cpp.o
[ 49%] Building CXX object src/osgEarthUtil/CMakeFiles/osgEarthUtil.dir/Shadowing.cpp.o
[ 50%] Building CXX object src/osgEarthUtil/CMakeFiles/osgEarthUtil.dir/SimplexNoise.cpp.o
[ 50%] Building CXX object src/osgEarthUtil/CMakeFiles/osgEarthUtil.dir/SpatialData.cpp.o
[ 50%] Building CXX object src/osgEarthUtil/CMakeFiles/osgEarthUtil.dir/Sky.cpp.o
[ 50%] Building CXX object src/osgEarthUtil/CMakeFiles/osgEarthUtil.dir/TerrainProfile.cpp.o
[ 51%] Building CXX object src/osgEarthUtil/CMakeFiles/osgEarthUtil.dir/TextureSplatter.cpp.o
[ 51%] Building CXX object src/osgEarthUtil/CMakeFiles/osgEarthUtil.dir/TileIndex.cpp.o
[ 51%] Building CXX object src/osgEarthUtil/CMakeFiles/osgEarthUtil.dir/TileIndexBuilder.cpp.o
[ 51%] Building CXX object src/osgEarthUtil/CMakeFiles/osgEarthUtil.dir/TFS.cpp.o
[ 51%] Building CXX object src/osgEarthUtil/CMakeFiles/osgEarthUtil.dir/TFSPackager.cpp.o
[ 52%] Building CXX object src/osgEarthUtil/CMakeFiles/osgEarthUtil.dir/TMS.cpp.o
[ 52%] Building CXX object src/osgEarthUtil/CMakeFiles/osgEarthUtil.dir/TMSBackFiller.cpp.o
[ 52%] Building CXX object src/osgEarthUtil/CMakeFiles/osgEarthUtil.dir/TMSPackager.cpp.o
[ 52%] Building CXX object src/osgEarthUtil/CMakeFiles/osgEarthUtil.dir/UTMGraticule.cpp.o
[ 52%] Building CXX object src/osgEarthUtil/CMakeFiles/osgEarthUtil.dir/VerticalScale.cpp.o
[ 53%] Building CXX object src/osgEarthUtil/CMakeFiles/osgEarthUtil.dir/WFS.cpp.o
[ 53%] Building CXX object src/osgEarthUtil/CMakeFiles/osgEarthUtil.dir/WMS.cpp.o
[ 53%] Building CXX object src/osgEarthUtil/CMakeFiles/osgEarthUtil.dir/BrightnessContrastColorFilter.cpp.o
[ 53%] Building CXX object src/osgEarthUtil/CMakeFiles/osgEarthUtil.dir/CMYKColorFilter.cpp.o
[ 54%] Building CXX object src/osgEarthUtil/CMakeFiles/osgEarthUtil.dir/GammaColorFilter.cpp.o
[ 54%] Building CXX object src/osgEarthUtil/CMakeFiles/osgEarthUtil.dir/GLSLColorFilter.cpp.o
[ 54%] Building CXX object src/osgEarthUtil/CMakeFiles/osgEarthUtil.dir/HSLColorFilter.cpp.o
[ 54%] Building CXX object src/osgEarthUtil/CMakeFiles/osgEarthUtil.dir/RGBColorFilter.cpp.o
[ 54%] Building CXX object src/osgEarthUtil/CMakeFiles/osgEarthUtil.dir/ChromaKeyColorFilter.cpp.o
Linking CXX shared library ../../lib/libosgEarthUtil.so
[ 54%] Built target osgEarthUtil
Scanning dependencies of target osgdb_earth
[ 55%] Building CXX object src/osgEarthDrivers/earth/CMakeFiles/osgdb_earth.dir/ReaderWriterOsgEarth.cpp.o
[ 55%] Building CXX object src/osgEarthDrivers/earth/CMakeFiles/osgdb_earth.dir/EarthFileSerializer1.cpp.o
[ 55%] Building CXX object src/osgEarthDrivers/earth/CMakeFiles/osgdb_earth.dir/EarthFileSerializer2.cpp.o
Linking CXX shared module ../../../lib/osgdb_earth.so
[ 55%] Built target osgdb_earth
Scanning dependencies of target osgdb_kml
[ 55%] Building CXX object src/osgEarthDrivers/kml/CMakeFiles/osgdb_kml.dir/ReaderWriterKML.cpp.o
[ 56%] Building CXX object src/osgEarthDrivers/kml/CMakeFiles/osgdb_kml.dir/KMLReader.cpp.o
[ 56%] Building CXX object src/osgEarthDrivers/kml/CMakeFiles/osgdb_kml.dir/KML_Document.cpp.o
[ 56%] Building CXX object src/osgEarthDrivers/kml/CMakeFiles/osgdb_kml.dir/KML_Feature.cpp.o
[ 56%] Building CXX object src/osgEarthDrivers/kml/CMakeFiles/osgdb_kml.dir/KML_Folder.cpp.o
[ 56%] Building CXX object src/osgEarthDrivers/kml/CMakeFiles/osgdb_kml.dir/KML_Geometry.cpp.o
[ 57%] Building CXX object src/osgEarthDrivers/kml/CMakeFiles/osgdb_kml.dir/KML_GroundOverlay.cpp.o
[ 57%] Building CXX object src/osgEarthDrivers/kml/CMakeFiles/osgdb_kml.dir/KML_IconStyle.cpp.o
[ 57%] Building CXX object src/osgEarthDrivers/kml/CMakeFiles/osgdb_kml.dir/KML_LabelStyle.cpp.o
[ 57%] Building CXX object src/osgEarthDrivers/kml/CMakeFiles/osgdb_kml.dir/KML_LinearRing.cpp.o
[ 57%] Building CXX object src/osgEarthDrivers/kml/CMakeFiles/osgdb_kml.dir/KML_LineString.cpp.o
[ 58%] Building CXX object src/osgEarthDrivers/kml/CMakeFiles/osgdb_kml.dir/KML_LineStyle.cpp.o
[ 58%] Building CXX object src/osgEarthDrivers/kml/CMakeFiles/osgdb_kml.dir/KML_Model.cpp.o
[ 58%] Building CXX object src/osgEarthDrivers/kml/CMakeFiles/osgdb_kml.dir/KML_MultiGeometry.cpp.o
[ 58%] Building CXX object src/osgEarthDrivers/kml/CMakeFiles/osgdb_kml.dir/KML_NetworkLink.cpp.o
[ 59%] Building CXX object src/osgEarthDrivers/kml/CMakeFiles/osgdb_kml.dir/KML_NetworkLinkControl.cpp.o
[ 59%] Building CXX object src/osgEarthDrivers/kml/CMakeFiles/osgdb_kml.dir/KML_Object.cpp.o
[ 59%] Building CXX object src/osgEarthDrivers/kml/CMakeFiles/osgdb_kml.dir/KML_Overlay.cpp.o
[ 59%] Building CXX object src/osgEarthDrivers/kml/CMakeFiles/osgdb_kml.dir/KML_PhotoOverlay.cpp.o
[ 59%] Building CXX object src/osgEarthDrivers/kml/CMakeFiles/osgdb_kml.dir/KML_Placemark.cpp.o
[ 60%] Building CXX object src/osgEarthDrivers/kml/CMakeFiles/osgdb_kml.dir/KML_Point.cpp.o
[ 60%] Building CXX object src/osgEarthDrivers/kml/CMakeFiles/osgdb_kml.dir/KML_Polygon.cpp.o
[ 60%] Building CXX object src/osgEarthDrivers/kml/CMakeFiles/osgdb_kml.dir/KML_PolyStyle.cpp.o
[ 60%] Building CXX object src/osgEarthDrivers/kml/CMakeFiles/osgdb_kml.dir/KML_Root.cpp.o
[ 60%] Building CXX object src/osgEarthDrivers/kml/CMakeFiles/osgdb_kml.dir/KML_Schema.cpp.o
[ 61%] Building CXX object src/osgEarthDrivers/kml/CMakeFiles/osgdb_kml.dir/KML_ScreenOverlay.cpp.o
[ 61%] Building CXX object src/osgEarthDrivers/kml/CMakeFiles/osgdb_kml.dir/KML_Style.cpp.o
[ 61%] Building CXX object src/osgEarthDrivers/kml/CMakeFiles/osgdb_kml.dir/KML_StyleMap.cpp.o
[ 61%] Building CXX object src/osgEarthDrivers/kml/CMakeFiles/osgdb_kml.dir/KMZArchive.cpp.o
Linking CXX shared module ../../../lib/osgdb_kml.so
[ 61%] Built target osgdb_kml
Scanning dependencies of target osgdb_osgearth_wcs
[ 61%] Building CXX object src/osgEarthDrivers/wcs/CMakeFiles/osgdb_osgearth_wcs.dir/ReaderWriterWCS.cpp.o
[ 62%] Building CXX object src/osgEarthDrivers/wcs/CMakeFiles/osgdb_osgearth_wcs.dir/WCS11Source.cpp.o
Linking CXX shared module ../../../lib/osgdb_osgearth_wcs.so
[ 62%] Built target osgdb_osgearth_wcs
Scanning dependencies of target osgdb_osgearth_wms
[ 62%] Building CXX object src/osgEarthDrivers/wms/CMakeFiles/osgdb_osgearth_wms.dir/ReaderWriterWMS.cpp.o
[ 62%] Building CXX object src/osgEarthDrivers/wms/CMakeFiles/osgdb_osgearth_wms.dir/TileService.cpp.o
Linking CXX shared module ../../../lib/osgdb_osgearth_wms.so
[ 62%] Built target osgdb_osgearth_wms
Scanning dependencies of target osgdb_osgearth_tilecache
[ 62%] Building CXX object src/osgEarthDrivers/tilecache/CMakeFiles/osgdb_osgearth_tilecache.dir/ReaderWriterTileCache.cpp.o
Linking CXX shared module ../../../lib/osgdb_osgearth_tilecache.so
[ 62%] Built target osgdb_osgearth_tilecache
Scanning dependencies of target osgdb_osgearth_tileservice
[ 62%] Building CXX object src/osgEarthDrivers/tileservice/CMakeFiles/osgdb_osgearth_tileservice.dir/ReaderWriterTileService.cpp.o
Linking CXX shared module ../../../lib/osgdb_osgearth_tileservice.so
[ 62%] Built target osgdb_osgearth_tileservice
Scanning dependencies of target osgdb_osgearth_yahoo
[ 63%] Building CXX object src/osgEarthDrivers/yahoo/CMakeFiles/osgdb_osgearth_yahoo.dir/ReaderWriterYahoo.cpp.o
Linking CXX shared module ../../../lib/osgdb_osgearth_yahoo.so
[ 63%] Built target osgdb_osgearth_yahoo
Scanning dependencies of target osgdb_osgearth_arcgis_map_cache
[ 63%] Building CXX object src/osgEarthDrivers/arcgis_map_cache/CMakeFiles/osgdb_osgearth_arcgis_map_cache.dir/ReaderWriterArcGISMapCache.cpp.o
Linking CXX shared module ../../../lib/osgdb_osgearth_arcgis_map_cache.so
[ 63%] Built target osgdb_osgearth_arcgis_map_cache
Scanning dependencies of target osgdb_osgearth_arcgis
[ 63%] Building CXX object src/osgEarthDrivers/arcgis/CMakeFiles/osgdb_osgearth_arcgis.dir/ReaderWriterArcGIS.cpp.o
[ 63%] Building CXX object src/osgEarthDrivers/arcgis/CMakeFiles/osgdb_osgearth_arcgis.dir/MapService.cpp.o
Linking CXX shared module ../../../lib/osgdb_osgearth_arcgis.so
[ 63%] Built target osgdb_osgearth_arcgis
Scanning dependencies of target osgdb_osgearth_tms
[ 63%] Building CXX object src/osgEarthDrivers/tms/CMakeFiles/osgdb_osgearth_tms.dir/TMSPlugin.cpp.o
[ 63%] Building CXX object src/osgEarthDrivers/tms/CMakeFiles/osgdb_osgearth_tms.dir/TMSTileSource.cpp.o
Linking CXX shared module ../../../lib/osgdb_osgearth_tms.so
[ 63%] Built target osgdb_osgearth_tms
Scanning dependencies of target osgdb_osgearth_vpb
[ 63%] Building CXX object src/osgEarthDrivers/vpb/CMakeFiles/osgdb_osgearth_vpb.dir/ReaderWriterVPB.cpp.o
Linking CXX shared module ../../../lib/osgdb_osgearth_vpb.so
[ 63%] Built target osgdb_osgearth_vpb
Scanning dependencies of target osgdb_osgearth_osg
[ 63%] Building CXX object src/osgEarthDrivers/osg/CMakeFiles/osgdb_osgearth_osg.dir/OSGTileSource.cpp.o
Linking CXX shared module ../../../lib/osgdb_osgearth_osg.so
[ 63%] Built target osgdb_osgearth_osg
Scanning dependencies of target osgdb_osgearth_agglite
[ 64%] Building CXX object src/osgEarthDrivers/agglite/CMakeFiles/osgdb_osgearth_agglite.dir/AGGLiteRasterizerTileSource.cpp.o
Linking CXX shared module ../../../lib/osgdb_osgearth_agglite.so
[ 64%] Built target osgdb_osgearth_agglite
Scanning dependencies of target osgdb_osgearth_model_simple
[ 64%] Building CXX object src/osgEarthDrivers/model_simple/CMakeFiles/osgdb_osgearth_model_simple.dir/SimpleModelSource.cpp.o
Linking CXX shared module ../../../lib/osgdb_osgearth_model_simple.so
[ 64%] Built target osgdb_osgearth_model_simple
Scanning dependencies of target osgdb_osgearth_debug
[ 64%] Building CXX object src/osgEarthDrivers/debug/CMakeFiles/osgdb_osgearth_debug.dir/DebugTileSource.cpp.o
Linking CXX shared module ../../../lib/osgdb_osgearth_debug.so
[ 64%] Built target osgdb_osgearth_debug
Scanning dependencies of target osgdb_osgearth_cache_filesystem
[ 65%] Building CXX object src/osgEarthDrivers/cache_filesystem/CMakeFiles/osgdb_osgearth_cache_filesystem.dir/FileSystemCache.cpp.o
Linking CXX shared module ../../../lib/osgdb_osgearth_cache_filesystem.so
[ 65%] Built target osgdb_osgearth_cache_filesystem
Scanning dependencies of target osgdb_osgearth_refresh
[ 65%] Building CXX object src/osgEarthDrivers/refresh/CMakeFiles/osgdb_osgearth_refresh.dir/ReaderWriterRefresh.cpp.o
Linking CXX shared module ../../../lib/osgdb_osgearth_refresh.so
[ 65%] Built target osgdb_osgearth_refresh
Scanning dependencies of target osgdb_osgearth_xyz
[ 65%] Building CXX object src/osgEarthDrivers/xyz/CMakeFiles/osgdb_osgearth_xyz.dir/ReaderWriterXYZ.cpp.o
Linking CXX shared module ../../../lib/osgdb_osgearth_xyz.so
[ 65%] Built target osgdb_osgearth_xyz
Scanning dependencies of target osgdb_osgearth_bing
[ 65%] Building CXX object src/osgEarthDrivers/bing/CMakeFiles/osgdb_osgearth_bing.dir/BingTileSource.cpp.o
Linking CXX shared module ../../../lib/osgdb_osgearth_bing.so
[ 65%] Built target osgdb_osgearth_bing
Scanning dependencies of target osgdb_osgearth_tileindex
[ 66%] Building CXX object src/osgEarthDrivers/tileindex/CMakeFiles/osgdb_osgearth_tileindex.dir/ReaderWriterTileIndex.cpp.o
Linking CXX shared module ../../../lib/osgdb_osgearth_tileindex.so
[ 66%] Built target osgdb_osgearth_tileindex
Scanning dependencies of target osgdb_osgearth_noise
[ 66%] Building CXX object src/osgEarthDrivers/noise/CMakeFiles/osgdb_osgearth_noise.dir/NoiseDriver.cpp.o
Linking CXX shared module ../../../lib/osgdb_osgearth_noise.so
[ 66%] Built target osgdb_osgearth_noise
Scanning dependencies of target osgdb_osgearth_splat_mask
[ 66%] Building CXX object src/osgEarthDrivers/splat_mask/CMakeFiles/osgdb_osgearth_splat_mask.dir/SplatMaskDriver.cpp.o
Linking CXX shared module ../../../lib/osgdb_osgearth_splat_mask.so
[ 66%] Built target osgdb_osgearth_splat_mask
Scanning dependencies of target osgdb_osgearth_colorramp
[ 66%] Building CXX object src/osgEarthDrivers/colorramp/CMakeFiles/osgdb_osgearth_colorramp.dir/ColorRampTileSource.cpp.o
Linking CXX shared module ../../../lib/osgdb_osgearth_colorramp.so
[ 66%] Built target osgdb_osgearth_colorramp
Scanning dependencies of target osgdb_osgearth_gdal
[ 66%] Building CXX object src/osgEarthDrivers/gdal/CMakeFiles/osgdb_osgearth_gdal.dir/ReaderWriterGDAL.cpp.o
/home/andre/flightgear_osgearth/osgearth/src/osgEarthDrivers/gdal/ReaderWriterGDAL.cpp: In member function ‘virtual osgEarth::TileSource::Status GDALTileSource::initialize(const osgDB::Options*)’:
/home/andre/flightgear_osgearth/osgearth/src/osgEarthDrivers/gdal/ReaderWriterGDAL.cpp:810:92: warning: ignoring return value of ‘GDALDataset* GDALDriver::CreateCopy(const char*, GDALDataset*, int, char**, GDALProgressFunc, void*)’, declared with attribute warn_unused_result [-Wunused-result]
                                 vrtDriver->CreateCopy(vrtFile.c_str(), _srcDS, 0, 0, 0, 0 );
                                                                                            ^
Linking CXX shared module ../../../lib/osgdb_osgearth_gdal.so
[ 66%] Built target osgdb_osgearth_gdal
Scanning dependencies of target osgdb_osgearth_feature_ogr
[ 66%] Building CXX object src/osgEarthDrivers/feature_ogr/CMakeFiles/osgdb_osgearth_feature_ogr.dir/FeatureSourceOGR.cpp.o
[ 67%] Building CXX object src/osgEarthDrivers/feature_ogr/CMakeFiles/osgdb_osgearth_feature_ogr.dir/FeatureCursorOGR.cpp.o
Linking CXX shared module ../../../lib/osgdb_osgearth_feature_ogr.so
[ 67%] Built target osgdb_osgearth_feature_ogr
Scanning dependencies of target osgdb_osgearth_feature_wfs
[ 67%] Building CXX object src/osgEarthDrivers/feature_wfs/CMakeFiles/osgdb_osgearth_feature_wfs.dir/FeatureSourceWFS.cpp.o
Linking CXX shared module ../../../lib/osgdb_osgearth_feature_wfs.so
[ 67%] Built target osgdb_osgearth_feature_wfs
Scanning dependencies of target osgdb_osgearth_feature_tfs
[ 67%] Building CXX object src/osgEarthDrivers/feature_tfs/CMakeFiles/osgdb_osgearth_feature_tfs.dir/FeatureSourceTFS.cpp.o
Linking CXX shared module ../../../lib/osgdb_osgearth_feature_tfs.so
[ 67%] Built target osgdb_osgearth_feature_tfs
Scanning dependencies of target osgdb_osgearth_model_feature_stencil
[ 67%] Building CXX object src/osgEarthDrivers/model_feature_stencil/CMakeFiles/osgdb_osgearth_model_feature_stencil.dir/FeatureStencilModelSource.cpp.o
Linking CXX shared module ../../../lib/osgdb_osgearth_model_feature_stencil.so
[ 67%] Built target osgdb_osgearth_model_feature_stencil
Scanning dependencies of target osgdb_osgearth_model_feature_geom
[ 68%] Building CXX object src/osgEarthDrivers/model_feature_geom/CMakeFiles/osgdb_osgearth_model_feature_geom.dir/FeatureGeomModelSource.cpp.o
Linking CXX shared module ../../../lib/osgdb_osgearth_model_feature_geom.so
[ 68%] Built target osgdb_osgearth_model_feature_geom
Scanning dependencies of target osgdb_osgearth_mask_feature
[ 68%] Building CXX object src/osgEarthDrivers/mask_feature/CMakeFiles/osgdb_osgearth_mask_feature.dir/FeatureMaskSource.cpp.o
Linking CXX shared module ../../../lib/osgdb_osgearth_mask_feature.so
[ 68%] Built target osgdb_osgearth_mask_feature
Scanning dependencies of target osgdb_osgearth_label_overlay
[ 68%] Building CXX object src/osgEarthDrivers/label_overlay/CMakeFiles/osgdb_osgearth_label_overlay.dir/OverlayLabelSource.cpp.o
Linking CXX shared module ../../../lib/osgdb_osgearth_label_overlay.so
[ 68%] Built target osgdb_osgearth_label_overlay
Scanning dependencies of target osgdb_osgearth_label_annotation
[ 69%] Building CXX object src/osgEarthDrivers/label_annotation/CMakeFiles/osgdb_osgearth_label_annotation.dir/AnnotationLabelSource.cpp.o
Linking CXX shared module ../../../lib/osgdb_osgearth_label_annotation.so
[ 69%] Built target osgdb_osgearth_label_annotation
Scanning dependencies of target osgdb_osgearth_mbtiles
[ 69%] Building CXX object src/osgEarthDrivers/mbtiles/CMakeFiles/osgdb_osgearth_mbtiles.dir/MBTilesPlugin.cpp.o
[ 69%] Building CXX object src/osgEarthDrivers/mbtiles/CMakeFiles/osgdb_osgearth_mbtiles.dir/MBTilesTileSource.cpp.o
Linking CXX shared module ../../../lib/osgdb_osgearth_mbtiles.so
[ 69%] Built target osgdb_osgearth_mbtiles
Scanning dependencies of target osgdb_osgearth_engine_mp
[ 70%] Building CXX object src/osgEarthDrivers/engine_mp/CMakeFiles/osgdb_osgearth_engine_mp.dir/KeyNodeFactory.cpp.o
[ 70%] Building CXX object src/osgEarthDrivers/engine_mp/CMakeFiles/osgdb_osgearth_engine_mp.dir/MPGeometry.cpp.o
[ 70%] Building CXX object src/osgEarthDrivers/engine_mp/CMakeFiles/osgdb_osgearth_engine_mp.dir/MPTerrainEngineNode.cpp.o
[ 70%] Building CXX object src/osgEarthDrivers/engine_mp/CMakeFiles/osgdb_osgearth_engine_mp.dir/MPTerrainEngineDriver.cpp.o
[ 71%] Building CXX object src/osgEarthDrivers/engine_mp/CMakeFiles/osgdb_osgearth_engine_mp.dir/SingleKeyNodeFactory.cpp.o
[ 71%] Building CXX object src/osgEarthDrivers/engine_mp/CMakeFiles/osgdb_osgearth_engine_mp.dir/TerrainNode.cpp.o
[ 71%] Building CXX object src/osgEarthDrivers/engine_mp/CMakeFiles/osgdb_osgearth_engine_mp.dir/TileGroup.cpp.o
[ 71%] Building CXX object src/osgEarthDrivers/engine_mp/CMakeFiles/osgdb_osgearth_engine_mp.dir/TileModel.cpp.o
[ 71%] Building CXX object src/osgEarthDrivers/engine_mp/CMakeFiles/osgdb_osgearth_engine_mp.dir/TileModelCompiler.cpp.o
[ 72%] Building CXX object src/osgEarthDrivers/engine_mp/CMakeFiles/osgdb_osgearth_engine_mp.dir/TileNode.cpp.o
[ 72%] Building CXX object src/osgEarthDrivers/engine_mp/CMakeFiles/osgdb_osgearth_engine_mp.dir/TileNodeRegistry.cpp.o
[ 72%] Building CXX object src/osgEarthDrivers/engine_mp/CMakeFiles/osgdb_osgearth_engine_mp.dir/TileModelFactory.cpp.o
[ 72%] Building CXX object src/osgEarthDrivers/engine_mp/CMakeFiles/osgdb_osgearth_engine_mp.dir/TilePagedLOD.cpp.o
Linking CXX shared module ../../../lib/osgdb_osgearth_engine_mp.so
[ 72%] Built target osgdb_osgearth_engine_mp
Scanning dependencies of target osgdb_osgearth_engine_byo
[ 72%] Building CXX object src/osgEarthDrivers/engine_byo/CMakeFiles/osgdb_osgearth_engine_byo.dir/BYOTerrainEngineNode.cpp.o
[ 72%] Building CXX object src/osgEarthDrivers/engine_byo/CMakeFiles/osgdb_osgearth_engine_byo.dir/BYOTerrainEngineDriver.cpp.o
Linking CXX shared module ../../../lib/osgdb_osgearth_engine_byo.so
[ 72%] Built target osgdb_osgearth_engine_byo
Scanning dependencies of target osgdb_osgearth_scriptengine_javascript
[ 73%] Building CXX object src/osgEarthDrivers/script_engine_duktape/CMakeFiles/osgdb_osgearth_scriptengine_javascript.dir/Plugin.cpp.o
[ 73%] Building C object src/osgEarthDrivers/script_engine_duktape/CMakeFiles/osgdb_osgearth_scriptengine_javascript.dir/duktape.c.o
[ 73%] Building CXX object src/osgEarthDrivers/script_engine_duktape/CMakeFiles/osgdb_osgearth_scriptengine_javascript.dir/DuktapeEngine.cpp.o
Linking CXX shared module ../../../lib/osgdb_osgearth_scriptengine_javascript.so
[ 73%] Built target osgdb_osgearth_scriptengine_javascript
Scanning dependencies of target osgdb_osgearth_vdatum_egm84
[ 73%] Building CXX object src/osgEarthDrivers/vdatum_egm84/CMakeFiles/osgdb_osgearth_vdatum_egm84.dir/EGM84.cpp.o
Linking CXX shared module ../../../lib/osgdb_osgearth_vdatum_egm84.so
[ 73%] Built target osgdb_osgearth_vdatum_egm84
Scanning dependencies of target osgdb_osgearth_vdatum_egm96
[ 73%] Building CXX object src/osgEarthDrivers/vdatum_egm96/CMakeFiles/osgdb_osgearth_vdatum_egm96.dir/EGM96.cpp.o
Linking CXX shared module ../../../lib/osgdb_osgearth_vdatum_egm96.so
[ 73%] Built target osgdb_osgearth_vdatum_egm96
Scanning dependencies of target osgdb_osgearth_vdatum_egm2008
[ 74%] Building CXX object src/osgEarthDrivers/vdatum_egm2008/CMakeFiles/osgdb_osgearth_vdatum_egm2008.dir/EGM2008.cpp.o
Linking CXX shared module ../../../lib/osgdb_osgearth_vdatum_egm2008.so
[ 74%] Built target osgdb_osgearth_vdatum_egm2008
Scanning dependencies of target osgdb_osgearth_sky_gl
[ 74%] Building CXX object src/osgEarthDrivers/sky_gl/CMakeFiles/osgdb_osgearth_sky_gl.dir/GLSkyDriver.cpp.o
[ 74%] Building CXX object src/osgEarthDrivers/sky_gl/CMakeFiles/osgdb_osgearth_sky_gl.dir/GLSkyNode.cpp.o
Linking CXX shared module ../../../lib/osgdb_osgearth_sky_gl.so
[ 74%] Built target osgdb_osgearth_sky_gl
Scanning dependencies of target osgdb_osgearth_sky_simple
[ 75%] Building CXX object src/osgEarthDrivers/sky_simple/CMakeFiles/osgdb_osgearth_sky_simple.dir/SimpleSkyDriver.cpp.o
[ 75%] Building CXX object src/osgEarthDrivers/sky_simple/CMakeFiles/osgdb_osgearth_sky_simple.dir/SimpleSkyNode.cpp.o
In file included from /home/andre/flightgear_osgearth/osgearth/src/osgEarthDrivers/sky_simple/SimpleSkyNode.cpp:21:0:
/home/andre/flightgear_osgearth/osgearth/src/osgEarthDrivers/sky_simple/SimpleSkyShaders:176:9: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
         "} \n";
         ^
/home/andre/flightgear_osgearth/osgearth/src/osgEarthDrivers/sky_simple/SimpleSkyShaders:205:9: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
         "} \n";
         ^
Linking CXX shared module ../../../lib/osgdb_osgearth_sky_simple.so
[ 75%] Built target osgdb_osgearth_sky_simple
Scanning dependencies of target osgdb_osgearth_ocean_simple
[ 75%] Building CXX object src/osgEarthDrivers/ocean_simple/CMakeFiles/osgdb_osgearth_ocean_simple.dir/ElevationProxyImageLayer.cpp.o
[ 76%] Building CXX object src/osgEarthDrivers/ocean_simple/CMakeFiles/osgdb_osgearth_ocean_simple.dir/SimpleOceanDriver.cpp.o
[ 76%] Building CXX object src/osgEarthDrivers/ocean_simple/CMakeFiles/osgdb_osgearth_ocean_simple.dir/SimpleOceanNode.cpp.o
Linking CXX shared module ../../../lib/osgdb_osgearth_ocean_simple.so
[ 76%] Built target osgdb_osgearth_ocean_simple
Scanning dependencies of target osgdb_osgearth_template_matclass
[ 76%] Building CXX object src/osgEarthDrivers/template_matclass/CMakeFiles/osgdb_osgearth_template_matclass.dir/TemplateMatClassDriver.cpp.o
Linking CXX shared module ../../../lib/osgdb_osgearth_template_matclass.so
[ 76%] Built target osgdb_osgearth_template_matclass
Scanning dependencies of target application_osgearth_viewer
[ 77%] Building CXX object src/applications/osgearth_viewer/CMakeFiles/application_osgearth_viewer.dir/osgearth_viewer.cpp.o
Linking CXX executable ../../../bin/osgearth_viewer
[ 77%] Built target application_osgearth_viewer
Scanning dependencies of target application_osgearth_cache
[ 77%] Building CXX object src/applications/osgearth_seed/CMakeFiles/application_osgearth_cache.dir/osgearth_seed.cpp.o
Linking CXX executable ../../../bin/osgearth_cache
[ 77%] Built target application_osgearth_cache
Scanning dependencies of target application_osgearth_package
[ 77%] Building CXX object src/applications/osgearth_package/CMakeFiles/application_osgearth_package.dir/osgearth_package.cpp.o
Linking CXX executable ../../../bin/osgearth_package
[ 77%] Built target application_osgearth_package
Scanning dependencies of target application_osgearth_tfs
[ 77%] Building CXX object src/applications/osgearth_tfs/CMakeFiles/application_osgearth_tfs.dir/osgearth_tfs.cpp.o
Linking CXX executable ../../../bin/osgearth_tfs
[ 77%] Built target application_osgearth_tfs
Scanning dependencies of target application_osgearth_boundarygen
[ 77%] Building CXX object src/applications/osgearth_boundarygen/CMakeFiles/application_osgearth_boundarygen.dir/BoundaryUtil.cpp.o
[ 78%] Building CXX object src/applications/osgearth_boundarygen/CMakeFiles/application_osgearth_boundarygen.dir/VertexCollectionVisitor.cpp.o
[ 78%] Building CXX object src/applications/osgearth_boundarygen/CMakeFiles/application_osgearth_boundarygen.dir/boundarygen.cpp.o
Linking CXX executable ../../../bin/osgearth_boundarygen
[ 78%] Built target application_osgearth_boundarygen
Scanning dependencies of target application_osgearth_backfill
[ 78%] Building CXX object src/applications/osgearth_backfill/CMakeFiles/application_osgearth_backfill.dir/osgearth_backfill.cpp.o
Linking CXX executable ../../../bin/osgearth_backfill
[ 78%] Built target application_osgearth_backfill
Scanning dependencies of target application_osgearth_overlayviewer
[ 78%] Building CXX object src/applications/osgearth_overlayviewer/CMakeFiles/application_osgearth_overlayviewer.dir/osgearth_overlayviewer.cpp.o
Linking CXX executable ../../../bin/osgearth_overlayviewer
[ 78%] Built target application_osgearth_overlayviewer
Scanning dependencies of target application_osgearth_version
[ 78%] Building CXX object src/applications/osgearth_version/CMakeFiles/application_osgearth_version.dir/osgearth_version.cpp.o
Linking CXX executable ../../../bin/osgearth_version
[ 78%] Built target application_osgearth_version
Scanning dependencies of target application_osgearth_tileindex
[ 78%] Building CXX object src/applications/osgearth_tileindex/CMakeFiles/application_osgearth_tileindex.dir/osgearth_tileindex.cpp.o
Linking CXX executable ../../../bin/osgearth_tileindex
[ 78%] Built target application_osgearth_tileindex
[ 78%] Generating moc_ViewerWidget.cxx
[ 78%] Generating ui_LOSCreationDialog.h
[ 78%] Generating qrc_images.cxx
[ 78%] Generating moc_ui_LOSCreationDialog.cxx
/home/andre/flightgear_osgearth/build/osgearth/src/osgEarthQt/ui_LOSCreationDialog.h:0: Note: No relevant classes found. No output generated.
[ 79%] Generating moc_AnnotationDialogs.cxx
[ 79%] Generating moc_AnnotationListWidget.cxx
[ 79%] Generating moc_AnnotationToolbar.cxx
[ 79%] Generating moc_CollapsiblePairWidget.cxx
[ 80%] Generating moc_DataManager.cxx
[ 80%] Generating moc_LayerManagerWidget.cxx
[ 80%] Generating moc_LOSControlWidget.cxx
[ 80%] Generating moc_LOSCreationDialog.cxx
[ 80%] Generating moc_MapCatalogWidget.cxx
[ 81%] Generating moc_TerrainProfileGraph.cxx
[ 81%] Generating moc_TerrainProfileWidget.cxx
Scanning dependencies of target osgEarthQt
[ 81%] Building CXX object src/osgEarthQt/CMakeFiles/osgEarthQt.dir/qrc_images.cxx.o
[ 81%] Building CXX object src/osgEarthQt/CMakeFiles/osgEarthQt.dir/moc_ui_LOSCreationDialog.cxx.o
[ 82%] Building CXX object src/osgEarthQt/CMakeFiles/osgEarthQt.dir/moc_AnnotationDialogs.cxx.o
[ 82%] Building CXX object src/osgEarthQt/CMakeFiles/osgEarthQt.dir/moc_AnnotationListWidget.cxx.o
[ 82%] Building CXX object src/osgEarthQt/CMakeFiles/osgEarthQt.dir/moc_AnnotationToolbar.cxx.o
[ 82%] Building CXX object src/osgEarthQt/CMakeFiles/osgEarthQt.dir/moc_CollapsiblePairWidget.cxx.o
[ 83%] Building CXX object src/osgEarthQt/CMakeFiles/osgEarthQt.dir/moc_DataManager.cxx.o
[ 83%] Building CXX object src/osgEarthQt/CMakeFiles/osgEarthQt.dir/moc_LayerManagerWidget.cxx.o
[ 83%] Building CXX object src/osgEarthQt/CMakeFiles/osgEarthQt.dir/moc_LOSControlWidget.cxx.o
[ 83%] Building CXX object src/osgEarthQt/CMakeFiles/osgEarthQt.dir/moc_LOSCreationDialog.cxx.o
[ 83%] Building CXX object src/osgEarthQt/CMakeFiles/osgEarthQt.dir/moc_MapCatalogWidget.cxx.o
[ 84%] Building CXX object src/osgEarthQt/CMakeFiles/osgEarthQt.dir/moc_TerrainProfileGraph.cxx.o
[ 84%] Building CXX object src/osgEarthQt/CMakeFiles/osgEarthQt.dir/moc_TerrainProfileWidget.cxx.o
[ 84%] Building CXX object src/osgEarthQt/CMakeFiles/osgEarthQt.dir/moc_ViewerWidget.cxx.o
[ 84%] Building CXX object src/osgEarthQt/CMakeFiles/osgEarthQt.dir/AnnotationDialogs.cpp.o
[ 84%] Building CXX object src/osgEarthQt/CMakeFiles/osgEarthQt.dir/AnnotationListWidget.cpp.o
[ 85%] Building CXX object src/osgEarthQt/CMakeFiles/osgEarthQt.dir/AnnotationToolbar.cpp.o
[ 85%] Building CXX object src/osgEarthQt/CMakeFiles/osgEarthQt.dir/CollapsiblePairWidget.cpp.o
[ 85%] Building CXX object src/osgEarthQt/CMakeFiles/osgEarthQt.dir/DataManager.cpp.o
[ 85%] Building CXX object src/osgEarthQt/CMakeFiles/osgEarthQt.dir/LayerManagerWidget.cpp.o
[ 86%] Building CXX object src/osgEarthQt/CMakeFiles/osgEarthQt.dir/LOSControlWidget.cpp.o
[ 86%] Building CXX object src/osgEarthQt/CMakeFiles/osgEarthQt.dir/LOSCreationDialog.cpp.o
[ 86%] Building CXX object src/osgEarthQt/CMakeFiles/osgEarthQt.dir/MapCatalogWidget.cpp.o
[ 86%] Building CXX object src/osgEarthQt/CMakeFiles/osgEarthQt.dir/TerrainProfileGraph.cpp.o
[ 86%] Building CXX object src/osgEarthQt/CMakeFiles/osgEarthQt.dir/TerrainProfileWidget.cpp.o
[ 87%] Building CXX object src/osgEarthQt/CMakeFiles/osgEarthQt.dir/ViewWidget.cpp.o
[ 87%] Building CXX object src/osgEarthQt/CMakeFiles/osgEarthQt.dir/ViewerWidget.cpp.o
Linking CXX shared library ../../lib/libosgEarthQt.so
[ 87%] Built target osgEarthQt
[ 88%] Generating ui_ExportDialog.h
[ 89%] Generating qrc_images.cxx
[ 89%] Generating moc_ui_ExportDialog.cxx
/home/andre/flightgear_osgearth/build/osgearth/src/applications/osgearth_package_qt/ui_ExportDialog.h:0: Note: No relevant classes found. No output generated.
[ 89%] Generating moc_PackageQtMainWindow.cxx
[ 89%] Generating moc_ExportDialog.cxx
[ 89%] Generating moc_WaitDialog.cxx
Scanning dependencies of target application_osgearth_package_qt
[ 89%] Building CXX object src/applications/osgearth_package_qt/CMakeFiles/application_osgearth_package_qt.dir/moc_ui_ExportDialog.cxx.o
[ 89%] Building CXX object src/applications/osgearth_package_qt/CMakeFiles/application_osgearth_package_qt.dir/moc_PackageQtMainWindow.cxx.o
[ 89%] Building CXX object src/applications/osgearth_package_qt/CMakeFiles/application_osgearth_package_qt.dir/moc_ExportDialog.cxx.o
[ 90%] Building CXX object src/applications/osgearth_package_qt/CMakeFiles/application_osgearth_package_qt.dir/moc_WaitDialog.cxx.o
[ 90%] Building CXX object src/applications/osgearth_package_qt/CMakeFiles/application_osgearth_package_qt.dir/qrc_images.cxx.o
[ 90%] Building CXX object src/applications/osgearth_package_qt/CMakeFiles/application_osgearth_package_qt.dir/ExportDialog.cpp.o
[ 90%] Building CXX object src/applications/osgearth_package_qt/CMakeFiles/application_osgearth_package_qt.dir/ExportProgress.cpp.o
[ 90%] Building CXX object src/applications/osgearth_package_qt/CMakeFiles/application_osgearth_package_qt.dir/SceneController.cpp.o
[ 91%] Building CXX object src/applications/osgearth_package_qt/CMakeFiles/application_osgearth_package_qt.dir/TMSExporter.cpp.o
[ 91%] Building CXX object src/applications/osgearth_package_qt/CMakeFiles/application_osgearth_package_qt.dir/WaitDialog.cpp.o
[ 91%] Building CXX object src/applications/osgearth_package_qt/CMakeFiles/application_osgearth_package_qt.dir/package_qt.cpp.o
Linking CXX executable ../../../bin/osgearth_package_qt
[ 91%] Built target application_osgearth_package_qt
Scanning dependencies of target application_osgearth_clamp
[ 91%] Building CXX object src/applications/osgearth_clamp/CMakeFiles/application_osgearth_clamp.dir/osgearth_clamp.cpp.o
Linking CXX executable ../../../bin/osgearth_clamp
[ 91%] Built target application_osgearth_clamp
Scanning dependencies of target application_osgearth_manip
[ 91%] Building CXX object src/applications/osgearth_manip/CMakeFiles/application_osgearth_manip.dir/osgearth_manip.cpp.o
Linking CXX executable ../../../bin/osgearth_manip
[ 91%] Built target application_osgearth_manip
Scanning dependencies of target application_osgearth_toc
[ 92%] Building CXX object src/applications/osgearth_toc/CMakeFiles/application_osgearth_toc.dir/osgearth_toc.cpp.o
Linking CXX executable ../../../bin/osgearth_toc
[ 92%] Built target application_osgearth_toc
Scanning dependencies of target application_osgearth_elevation
[ 92%] Building CXX object src/applications/osgearth_elevation/CMakeFiles/application_osgearth_elevation.dir/osgearth_elevation.cpp.o
Linking CXX executable ../../../bin/osgearth_elevation
[ 92%] Built target application_osgearth_elevation
Scanning dependencies of target application_osgearth_features
[ 92%] Building CXX object src/applications/osgearth_features/CMakeFiles/application_osgearth_features.dir/osgearth_features.cpp.o
Linking CXX executable ../../../bin/osgearth_features
[ 92%] Built target application_osgearth_features
Scanning dependencies of target application_osgearth_featureinfo
[ 92%] Building CXX object src/applications/osgearth_featureinfo/CMakeFiles/application_osgearth_featureinfo.dir/osgearth_featureinfo.cpp.o
Linking CXX executable ../../../bin/osgearth_featureinfo
[ 92%] Built target application_osgearth_featureinfo
Scanning dependencies of target application_osgearth_featurefilter
[ 92%] Building CXX object src/applications/osgearth_featurefilter/CMakeFiles/application_osgearth_featurefilter.dir/osgearth_featurefilter.cpp.o
Linking CXX executable ../../../bin/osgearth_featurefilter
[ 92%] Built target application_osgearth_featurefilter
Scanning dependencies of target application_osgearth_los
[ 93%] Building CXX object src/applications/osgearth_los/CMakeFiles/application_osgearth_los.dir/osgearth_los.cpp.o
Linking CXX executable ../../../bin/osgearth_los
[ 93%] Built target application_osgearth_los
Scanning dependencies of target application_osgearth_terrainprofile
[ 93%] Building CXX object src/applications/osgearth_terrainprofile/CMakeFiles/application_osgearth_terrainprofile.dir/osgearth_terrainprofile.cpp.o
Linking CXX executable ../../../bin/osgearth_terrainprofile
[ 93%] Built target application_osgearth_terrainprofile
Scanning dependencies of target application_osgearth_map
[ 93%] Building CXX object src/applications/osgearth_map/CMakeFiles/application_osgearth_map.dir/osgearth_map.cpp.o
Linking CXX executable ../../../bin/osgearth_map
[ 93%] Built target application_osgearth_map
Scanning dependencies of target application_osgearth_annotation
[ 93%] Building CXX object src/applications/osgearth_annotation/CMakeFiles/application_osgearth_annotation.dir/osgearth_annotation.cpp.o
Linking CXX executable ../../../bin/osgearth_annotation
[ 93%] Built target application_osgearth_annotation
Scanning dependencies of target application_osgearth_tracks
[ 93%] Building CXX object src/applications/osgearth_tracks/CMakeFiles/application_osgearth_tracks.dir/osgearth_tracks.cpp.o
Linking CXX executable ../../../bin/osgearth_tracks
[ 93%] Built target application_osgearth_tracks
Scanning dependencies of target application_osgearth_transform
[ 93%] Building CXX object src/applications/osgearth_transform/CMakeFiles/application_osgearth_transform.dir/osgearth_transform.cpp.o
Linking CXX executable ../../../bin/osgearth_transform
[ 93%] Built target application_osgearth_transform
Scanning dependencies of target application_osgearth_measure
[ 93%] Building CXX object src/applications/osgearth_measure/CMakeFiles/application_osgearth_measure.dir/osgearth_measure.cpp.o
Linking CXX executable ../../../bin/osgearth_measure
[ 93%] Built target application_osgearth_measure
Scanning dependencies of target application_osgearth_controls
[ 93%] Building CXX object src/applications/osgearth_controls/CMakeFiles/application_osgearth_controls.dir/osgearth_controls.cpp.o
Linking CXX executable ../../../bin/osgearth_controls
[ 93%] Built target application_osgearth_controls
Scanning dependencies of target application_osgearth_shadercomp
[ 93%] Building CXX object src/applications/osgearth_shadercomp/CMakeFiles/application_osgearth_shadercomp.dir/osgearth_shadercomp.cpp.o
Linking CXX executable ../../../bin/osgearth_shadercomp
[ 93%] Built target application_osgearth_shadercomp
Scanning dependencies of target application_osgearth_tilesource
[ 93%] Building CXX object src/applications/osgearth_tilesource/CMakeFiles/application_osgearth_tilesource.dir/osgearth_tilesource.cpp.o
Linking CXX executable ../../../bin/osgearth_tilesource
[ 93%] Built target application_osgearth_tilesource
Scanning dependencies of target application_osgearth_imageoverlay
[ 93%] Building CXX object src/applications/osgearth_imageoverlay/CMakeFiles/application_osgearth_imageoverlay.dir/osgearth_imageoverlay.cpp.o
Linking CXX executable ../../../bin/osgearth_imageoverlay
[ 93%] Built target application_osgearth_imageoverlay
Scanning dependencies of target application_osgearth_city
[ 93%] Building CXX object src/applications/osgearth_city/CMakeFiles/application_osgearth_city.dir/osgearth_city.cpp.o
Linking CXX executable ../../../bin/osgearth_city
[ 93%] Built target application_osgearth_city
Scanning dependencies of target application_osgearth_graticule
[ 93%] Building CXX object src/applications/osgearth_graticule/CMakeFiles/application_osgearth_graticule.dir/osgearth_graticule.cpp.o
Linking CXX executable ../../../bin/osgearth_graticule
[ 93%] Built target application_osgearth_graticule
Scanning dependencies of target application_osgearth_featuremanip
[ 93%] Building CXX object src/applications/osgearth_featuremanip/CMakeFiles/application_osgearth_featuremanip.dir/osgearth_featuremanip.cpp.o
Linking CXX executable ../../../bin/osgearth_featuremanip
[ 93%] Built target application_osgearth_featuremanip
Scanning dependencies of target application_osgearth_featurequery
[ 94%] Building CXX object src/applications/osgearth_featurequery/CMakeFiles/application_osgearth_featurequery.dir/osgearth_featurequery.cpp.o
Linking CXX executable ../../../bin/osgearth_featurequery
[ 94%] Built target application_osgearth_featurequery
Scanning dependencies of target application_osgearth_occlusionculling
[ 94%] Building CXX object src/applications/osgearth_occlusionculling/CMakeFiles/application_osgearth_occlusionculling.dir/osgearth_occlusionculling.cpp.o
Linking CXX executable ../../../bin/osgearth_occlusionculling
[ 94%] Built target application_osgearth_occlusionculling
Scanning dependencies of target application_osgearth_colorfilter
[ 94%] Building CXX object src/applications/osgearth_colorfilter/CMakeFiles/application_osgearth_colorfilter.dir/osgearth_colorfilter.cpp.o
Linking CXX executable ../../../bin/osgearth_colorfilter
[ 94%] Built target application_osgearth_colorfilter
Scanning dependencies of target application_osgearth_sequencecontrol
[ 94%] Building CXX object src/applications/osgearth_sequencecontrol/CMakeFiles/application_osgearth_sequencecontrol.dir/osgearth_sequencecontrol.cpp.o
Linking CXX executable ../../../bin/osgearth_sequencecontrol
[ 94%] Built target application_osgearth_sequencecontrol
Scanning dependencies of target application_osgearth_minimap
[ 95%] Building CXX object src/applications/osgearth_minimap/CMakeFiles/application_osgearth_minimap.dir/osgearth_minimap.cpp.o
Linking CXX executable ../../../bin/osgearth_minimap
[ 95%] Built target application_osgearth_minimap
Scanning dependencies of target application_osgearth_sharedlayer
[ 95%] Building CXX object src/applications/osgearth_sharedlayer/CMakeFiles/application_osgearth_sharedlayer.dir/osgearth_sharedlayer.cpp.o
Linking CXX executable ../../../bin/osgearth_sharedlayer
[ 95%] Built target application_osgearth_sharedlayer
Scanning dependencies of target application_osgearth_terraineffects
[ 96%] Building CXX object src/applications/osgearth_terraineffects/CMakeFiles/application_osgearth_terraineffects.dir/osgearth_terraineffects.cpp.o
Linking CXX executable ../../../bin/osgearth_terraineffects
[ 96%] Built target application_osgearth_terraineffects
Scanning dependencies of target application_osgearth_mrt
[ 96%] Building CXX object src/applications/osgearth_mrt/CMakeFiles/application_osgearth_mrt.dir/osgearth_mrt.cpp.o
Linking CXX executable ../../../bin/osgearth_mrt
[ 96%] Built target application_osgearth_mrt
Scanning dependencies of target application_osgearth_fog
[ 96%] Building CXX object src/applications/osgearth_fog/CMakeFiles/application_osgearth_fog.dir/osgearth_fog.cpp.o
Linking CXX executable ../../../bin/osgearth_fog
[ 96%] Built target application_osgearth_fog
Scanning dependencies of target application_osgearth_shadergen
[ 96%] Building CXX object src/applications/osgearth_shadergen/CMakeFiles/application_osgearth_shadergen.dir/osgearth_shadergen.cpp.o
Linking CXX executable ../../../bin/osgearth_shadergen
[ 96%] Built target application_osgearth_shadergen
Scanning dependencies of target application_osgearth_atlas
[ 96%] Building CXX object src/applications/osgearth_atlas/CMakeFiles/application_osgearth_atlas.dir/osgearth_atlas.cpp.o
Linking CXX executable ../../../bin/osgearth_atlas
[ 96%] Built target application_osgearth_atlas
Scanning dependencies of target application_osgearth_conv
[ 96%] Building CXX object src/applications/osgearth_conv/CMakeFiles/application_osgearth_conv.dir/osgearth_conv.cpp.o
Linking CXX executable ../../../bin/osgearth_conv
[ 96%] Built target application_osgearth_conv
Scanning dependencies of target application_osgearth_clipplane
[ 97%] Building CXX object src/applications/osgearth_clipplane/CMakeFiles/application_osgearth_clipplane.dir/osgearth_clipplane.cpp.o
Linking CXX executable ../../../bin/osgearth_clipplane
[ 97%] Built target application_osgearth_clipplane
[ 97%] Generating moc_DemoMainWindow.cxx
[ 97%] Generating qrc_images.cxx
Scanning dependencies of target application_osgearth_qt
[ 98%] Building CXX object src/applications/osgearth_qt/CMakeFiles/application_osgearth_qt.dir/moc_DemoMainWindow.cxx.o
[ 98%] Building CXX object src/applications/osgearth_qt/CMakeFiles/application_osgearth_qt.dir/qrc_images.cxx.o
[ 98%] Building CXX object src/applications/osgearth_qt/CMakeFiles/application_osgearth_qt.dir/osgearth_qt.cpp.o
Linking CXX executable ../../../bin/osgearth_qt
[ 98%] Built target application_osgearth_qt
Scanning dependencies of target application_osgearth_qt_simple
[ 98%] Building CXX object src/applications/osgearth_qt_simple/CMakeFiles/application_osgearth_qt_simple.dir/osgearth_qt_simple.cpp.o
Linking CXX executable ../../../bin/osgearth_qt_simple
[ 98%] Built target application_osgearth_qt_simple
Scanning dependencies of target application_osgearth_qt_windows
[ 99%] Building CXX object src/applications/osgearth_qt_windows/CMakeFiles/application_osgearth_qt_windows.dir/osgearth_qt_windows.cpp.o
Linking CXX executable ../../../bin/osgearth_qt_windows
[ 99%] Built target application_osgearth_qt_windows
Scanning dependencies of target application_osgearth_demo
[100%] Building CXX object src/applications/osgearth_demo/CMakeFiles/application_osgearth_demo.dir/osgearth_demo.cpp.o
Linking CXX executable ../../../bin/osgearth_demo
[100%] Built target application_osgearth_demo
andre@990FX6100:~/flightgear_osgearth/build/osgearth$ make install
[ 22%] Built target osgEarth
[ 30%] Built target osgEarthSymbology
[ 38%] Built target osgEarthFeatures
[ 43%] Built target osgEarthAnnotation
[ 54%] Built target osgEarthUtil
[ 55%] Built target osgdb_earth
[ 61%] Built target osgdb_kml
[ 62%] Built target osgdb_osgearth_wcs
[ 62%] Built target osgdb_osgearth_wms
[ 62%] Built target osgdb_osgearth_tilecache
[ 62%] Built target osgdb_osgearth_tileservice
[ 63%] Built target osgdb_osgearth_yahoo
[ 63%] Built target osgdb_osgearth_arcgis_map_cache
[ 63%] Built target osgdb_osgearth_arcgis
[ 63%] Built target osgdb_osgearth_tms
[ 63%] Built target osgdb_osgearth_vpb
[ 63%] Built target osgdb_osgearth_osg
[ 64%] Built target osgdb_osgearth_agglite
[ 64%] Built target osgdb_osgearth_model_simple
[ 64%] Built target osgdb_osgearth_debug
[ 65%] Built target osgdb_osgearth_cache_filesystem
[ 65%] Built target osgdb_osgearth_refresh
[ 65%] Built target osgdb_osgearth_xyz
[ 65%] Built target osgdb_osgearth_bing
[ 66%] Built target osgdb_osgearth_tileindex
[ 66%] Built target osgdb_osgearth_noise
[ 66%] Built target osgdb_osgearth_splat_mask
[ 66%] Built target osgdb_osgearth_colorramp
[ 66%] Built target osgdb_osgearth_gdal
[ 67%] Built target osgdb_osgearth_feature_ogr
[ 67%] Built target osgdb_osgearth_feature_wfs
[ 67%] Built target osgdb_osgearth_feature_tfs
[ 67%] Built target osgdb_osgearth_model_feature_stencil
[ 68%] Built target osgdb_osgearth_model_feature_geom
[ 68%] Built target osgdb_osgearth_mask_feature
[ 68%] Built target osgdb_osgearth_label_overlay
[ 69%] Built target osgdb_osgearth_label_annotation
[ 69%] Built target osgdb_osgearth_mbtiles
[ 72%] Built target osgdb_osgearth_engine_mp
[ 72%] Built target osgdb_osgearth_engine_byo
[ 73%] Built target osgdb_osgearth_scriptengine_javascript
[ 73%] Built target osgdb_osgearth_vdatum_egm84
[ 73%] Built target osgdb_osgearth_vdatum_egm96
[ 74%] Built target osgdb_osgearth_vdatum_egm2008
[ 74%] Built target osgdb_osgearth_sky_gl
[ 75%] Built target osgdb_osgearth_sky_simple
[ 76%] Built target osgdb_osgearth_ocean_simple
[ 76%] Built target osgdb_osgearth_template_matclass
[ 77%] Built target application_osgearth_viewer
[ 77%] Built target application_osgearth_cache
[ 77%] Built target application_osgearth_package
[ 77%] Built target application_osgearth_tfs
[ 78%] Built target application_osgearth_boundarygen
[ 78%] Built target application_osgearth_backfill
[ 78%] Built target application_osgearth_overlayviewer
[ 78%] Built target application_osgearth_version
[ 78%] Built target application_osgearth_tileindex
[ 87%] Built target osgEarthQt
[ 91%] Built target application_osgearth_package_qt
[ 91%] Built target application_osgearth_clamp
[ 91%] Built target application_osgearth_manip
[ 92%] Built target application_osgearth_toc
[ 92%] Built target application_osgearth_elevation
[ 92%] Built target application_osgearth_features
[ 92%] Built target application_osgearth_featureinfo
[ 92%] Built target application_osgearth_featurefilter
[ 93%] Built target application_osgearth_los
[ 93%] Built target application_osgearth_terrainprofile
[ 93%] Built target application_osgearth_map
[ 93%] Built target application_osgearth_annotation
[ 93%] Built target application_osgearth_tracks
[ 93%] Built target application_osgearth_transform
[ 93%] Built target application_osgearth_measure
[ 93%] Built target application_osgearth_controls
[ 93%] Built target application_osgearth_shadercomp
[ 93%] Built target application_osgearth_tilesource
[ 93%] Built target application_osgearth_imageoverlay
[ 93%] Built target application_osgearth_city
[ 93%] Built target application_osgearth_graticule
[ 93%] Built target application_osgearth_featuremanip
[ 94%] Built target application_osgearth_featurequery
[ 94%] Built target application_osgearth_occlusionculling
[ 94%] Built target application_osgearth_colorfilter
[ 94%] Built target application_osgearth_sequencecontrol
[ 95%] Built target application_osgearth_minimap
[ 95%] Built target application_osgearth_sharedlayer
[ 96%] Built target application_osgearth_terraineffects
[ 96%] Built target application_osgearth_mrt
[ 96%] Built target application_osgearth_fog
[ 96%] Built target application_osgearth_shadergen
[ 96%] Built target application_osgearth_atlas
[ 96%] Built target application_osgearth_conv
[ 97%] Built target application_osgearth_clipplane
[ 98%] Built target application_osgearth_qt
[ 98%] Built target application_osgearth_qt_simple
[ 99%] Built target application_osgearth_qt_windows
[100%] Built target application_osgearth_demo
Install the project...
-- Install configuration: "Release"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/lib64/libosgEarth.so.2.5.0
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/lib64/libosgEarth.so.0
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/lib64/libosgEarth.so
-- Removed runtime path from "../../install/osgearth/lib64/libosgEarth.so.2.5.0"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/AlphaEffect
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/AutoScale
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/Bounds
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/Cache
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/CacheEstimator
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/CacheBin
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/CachePolicy
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/CacheSeed
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/Capabilities
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/ClampableNode
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/ClampingTechnique
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/ColorFilter
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/Common
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/CompositeTileSource
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/Config
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/Containers
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/Cube
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/CullingUtils
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/DateTime
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/Decluttering
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/DepthOffset
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/DPLineSegmentIntersector
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/Draggers
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/DrapeableNode
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/DrapingTechnique
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/DrawInstanced
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/ECEF
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/ElevationLayer
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/ElevationLOD
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/ElevationQuery
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/Export
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/FadeEffect
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/FileUtils
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/GeoCommon
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/GeoData
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/Geoid
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/GeoMath
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/GeoTransform
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/HeightFieldUtils
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/HTTPClient
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/ImageLayer
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/ImageMosaic
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/ImageToHeightFieldConverter
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/ImageUtils
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/IOTypes
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/JsonUtils
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/Layer
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/LineFunctor
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/Locators
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/LocalTangentPlane
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/Map
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/MapCallback
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/MapFrame
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/MapInfo
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/MapModelChange
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/MapNode
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/MapNodeObserver
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/MapNodeOptions
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/MapOptions
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/MaskLayer
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/MaskNode
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/MaskSource
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/MemCache
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/ModelLayer
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/ModelSource
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/NodeUtils
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/Notify
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/optional
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/OverlayDecorator
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/OverlayNode
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/PhongLightingEffect
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/Pickers
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/PrimitiveIntersector
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/Profile
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/Progress
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/Random
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/Registry
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/Revisioning
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/ShaderFactory
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/ShaderGenerator
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/ShaderUtils
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/SharedSARepo
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/SparseTexture2DArray
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/SpatialReference
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/StateSetCache
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/StateSetLOD
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/StringUtils
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/TaskService
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/Terrain
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/TerrainEffect
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/TerrainLayer
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/TerrainOptions
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/TerrainEngineNode
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/Tessellator
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/TextureCompositor
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/TileKey
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/TileHandler
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/TileVisitor
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/TileSource
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/TimeControl
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/TraversalData
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/ThreadingUtils
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/Units
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/URI
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/Utils
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/Version
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/VerticalDatum
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/Viewpoint
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/VirtualProgram
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/XmlUtils
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/tinystr.h
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarth/tinyxml.h
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/lib64/libosgEarthAnnotation.so.2.5.0
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/lib64/libosgEarthAnnotation.so.0
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/lib64/libosgEarthAnnotation.so
-- Removed runtime path from "../../install/osgearth/lib64/libosgEarthAnnotation.so.2.5.0"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthAnnotation/AnnotationSettings
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthAnnotation/AnnotationEditing
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthAnnotation/AnnotationData
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthAnnotation/AnnotationNode
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthAnnotation/AnnotationRegistry
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthAnnotation/AnnotationUtils
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthAnnotation/CircleNode
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthAnnotation/Common
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthAnnotation/Decoration
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthAnnotation/EllipseNode
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthAnnotation/Export
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthAnnotation/FeatureNode
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthAnnotation/FeatureEditing
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthAnnotation/LocalGeometryNode
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthAnnotation/HighlightDecoration
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthAnnotation/ImageOverlay
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthAnnotation/ImageOverlayEditor
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthAnnotation/LabelNode
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthAnnotation/LocalizedNode
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthAnnotation/ModelNode
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthAnnotation/OrthoNode
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthAnnotation/PlaceNode
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthAnnotation/RectangleNode
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthAnnotation/ScaleDecoration
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthAnnotation/TrackNode
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/lib64/libosgEarthFeatures.so.2.5.0
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/lib64/libosgEarthFeatures.so.0
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/lib64/libosgEarthFeatures.so
-- Removed runtime path from "../../install/osgearth/lib64/libosgEarthFeatures.so.2.5.0"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthFeatures/AltitudeFilter
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthFeatures/BufferFilter
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthFeatures/BuildGeometryFilter
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthFeatures/BuildTextFilter
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthFeatures/BuildTextOperator
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthFeatures/CentroidFilter
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthFeatures/Common
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthFeatures/ConvertTypeFilter
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthFeatures/CropFilter
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthFeatures/ExtrudeGeometryFilter
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthFeatures/Feature
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthFeatures/FeatureCursor
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthFeatures/FeatureDisplayLayout
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthFeatures/FeatureDrawSet
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthFeatures/FeatureListSource
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthFeatures/FeatureModelGraph
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthFeatures/FeatureModelSource
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthFeatures/FeatureSource
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthFeatures/FeatureSourceIndexNode
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthFeatures/FeatureTileSource
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthFeatures/Filter
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthFeatures/FilterContext
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthFeatures/GeometryCompiler
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthFeatures/GeometryUtils
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthFeatures/LabelSource
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthFeatures/MeshClamper
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthFeatures/OgrUtils
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthFeatures/OptimizerHints
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthFeatures/PolygonizeLines
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthFeatures/ResampleFilter
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthFeatures/ScaleFilter
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthFeatures/Session
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthFeatures/ScatterFilter
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthFeatures/Script
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthFeatures/ScriptEngine
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthFeatures/SubstituteModelFilter
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthFeatures/TessellateOperator
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthFeatures/TextSymbolizer
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthFeatures/TransformFilter
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthFeatures/VirtualFeatureSource
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/lib64/libosgEarthUtil.so.2.5.0
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/lib64/libosgEarthUtil.so.0
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/lib64/libosgEarthUtil.so
-- Removed runtime path from "../../install/osgearth/lib64/libosgEarthUtil.so.2.5.0"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthUtil/ActivityMonitorTool
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthUtil/AnnotationEvents
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthUtil/AutoClipPlaneHandler
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthUtil/ArcGIS
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthUtil/AtlasBuilder
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthUtil/Common
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthUtil/Controls
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthUtil/ContourMap
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthUtil/ClampCallback
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthUtil/DataScanner
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthUtil/DateTime
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthUtil/DetailTexture
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthUtil/EarthManipulator
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthUtil/Ephemeris
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthUtil/ExampleResources
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthUtil/Export
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthUtil/FeatureManipTool
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthUtil/FeatureQueryTool
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthUtil/Fog
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthUtil/Formatter
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthUtil/GeodeticGraticule
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthUtil/HTM
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthUtil/LatLongFormatter
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthUtil/LineOfSight
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthUtil/LinearLineOfSight
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthUtil/LODBlending
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthUtil/LogarithmicDepthBuffer
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthUtil/MeasureTool
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthUtil/MGRSFormatter
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthUtil/MGRSGraticule
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthUtil/MouseCoordsTool
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthUtil/NormalMap
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthUtil/ObjectLocator
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthUtil/Ocean
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthUtil/PolyhedralLineOfSight
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthUtil/RadialLineOfSight
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthUtil/Shadowing
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthUtil/SimplexNoise
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthUtil/Sky
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthUtil/SpatialData
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthUtil/StarData
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthUtil/TerrainProfile
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthUtil/TextureSplatter
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthUtil/TileIndex
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthUtil/TileIndexBuilder
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthUtil/TFS
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthUtil/TFSPackager
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthUtil/TMS
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthUtil/TMSBackFiller
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthUtil/TMSPackager
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthUtil/UTMGraticule
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthUtil/VerticalScale
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthUtil/WFS
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthUtil/WMS
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthUtil/BrightnessContrastColorFilter
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthUtil/CMYKColorFilter
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthUtil/GammaColorFilter
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthUtil/GLSLColorFilter
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthUtil/HSLColorFilter
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthUtil/RGBColorFilter
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthUtil/ChromaKeyColorFilter
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/lib64/libosgEarthSymbology.so.2.5.0
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/lib64/libosgEarthSymbology.so.0
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/lib64/libosgEarthSymbology.so
-- Removed runtime path from "../../install/osgearth/lib64/libosgEarthSymbology.so.2.5.0"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthSymbology/AGG.h
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthSymbology/AltitudeSymbol
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthSymbology/Common
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthSymbology/Color
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthSymbology/CssUtils
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthSymbology/Expression
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthSymbology/ExtrusionSymbol
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthSymbology/Fill
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthSymbology/Geometry
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthSymbology/GeometryFactory
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthSymbology/GEOS
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthSymbology/GeometryRasterizer
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthSymbology/IconResource
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthSymbology/IconSymbol
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthSymbology/InstanceResource
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthSymbology/InstanceSymbol
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthSymbology/LineSymbol
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthSymbology/MarkerResource
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthSymbology/MarkerSymbol
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthSymbology/MeshConsolidator
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthSymbology/MeshSubdivider
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthSymbology/ModelResource
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthSymbology/ModelSymbol
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthSymbology/PointSymbol
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthSymbology/PolygonSymbol
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthSymbology/Query
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthSymbology/RenderSymbol
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthSymbology/Resource
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthSymbology/ResourceCache
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthSymbology/ResourceLibrary
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthSymbology/Skins
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthSymbology/StencilVolumeNode
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthSymbology/Stroke
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthSymbology/Style
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthSymbology/StyleSelector
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthSymbology/StyleSheet
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthSymbology/Symbol
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthSymbology/Tags
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthSymbology/TextSymbol
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/lib64/osgdb_earth.so
-- Removed runtime path from "../../install/osgearth/lib64/osgdb_earth.so"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/lib64/osgdb_kml.so
-- Removed runtime path from "../../install/osgearth/lib64/osgdb_kml.so"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthDrivers/kml/KML
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthDrivers/kml/KMLOptions
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/lib64/osgdb_osgearth_wcs.so
-- Removed runtime path from "../../install/osgearth/lib64/osgdb_osgearth_wcs.so"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthDrivers/wcs/WCSOptions
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/lib64/osgdb_osgearth_wms.so
-- Removed runtime path from "../../install/osgearth/lib64/osgdb_osgearth_wms.so"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthDrivers/wms/TileService
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthDrivers/wms/WMSOptions
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/lib64/osgdb_osgearth_tilecache.so
-- Removed runtime path from "../../install/osgearth/lib64/osgdb_osgearth_tilecache.so"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthDrivers/tilecache/TileCacheOptions
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/lib64/osgdb_osgearth_tileservice.so
-- Removed runtime path from "../../install/osgearth/lib64/osgdb_osgearth_tileservice.so"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthDrivers/tileservice/TileServiceOptions
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/lib64/osgdb_osgearth_yahoo.so
-- Removed runtime path from "../../install/osgearth/lib64/osgdb_osgearth_yahoo.so"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthDrivers/yahoo/YahooOptions
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/lib64/osgdb_osgearth_arcgis_map_cache.so
-- Removed runtime path from "../../install/osgearth/lib64/osgdb_osgearth_arcgis_map_cache.so"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/lib64/osgdb_osgearth_arcgis.so
-- Removed runtime path from "../../install/osgearth/lib64/osgdb_osgearth_arcgis.so"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthDrivers/arcgis/ArcGISOptions
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/lib64/osgdb_osgearth_tms.so
-- Removed runtime path from "../../install/osgearth/lib64/osgdb_osgearth_tms.so"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthDrivers/tms/TMSOptions
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/lib64/osgdb_osgearth_vpb.so
-- Removed runtime path from "../../install/osgearth/lib64/osgdb_osgearth_vpb.so"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthDrivers/vpb/VPBOptions
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/lib64/osgdb_osgearth_osg.so
-- Removed runtime path from "../../install/osgearth/lib64/osgdb_osgearth_osg.so"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthDrivers/osg/OSGOptions
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/lib64/osgdb_osgearth_agglite.so
-- Removed runtime path from "../../install/osgearth/lib64/osgdb_osgearth_agglite.so"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthDrivers/agglite/AGGLiteOptions
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/lib64/osgdb_osgearth_model_simple.so
-- Removed runtime path from "../../install/osgearth/lib64/osgdb_osgearth_model_simple.so"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthDrivers/model_simple/SimpleModelOptions
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/lib64/osgdb_osgearth_debug.so
-- Removed runtime path from "../../install/osgearth/lib64/osgdb_osgearth_debug.so"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthDrivers/debug/DebugOptions
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/lib64/osgdb_osgearth_cache_filesystem.so
-- Removed runtime path from "../../install/osgearth/lib64/osgdb_osgearth_cache_filesystem.so"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthDrivers/cache_filesystem/FileSystemCache
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/lib64/osgdb_osgearth_refresh.so
-- Removed runtime path from "../../install/osgearth/lib64/osgdb_osgearth_refresh.so"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthDrivers/refresh/RefreshOptions
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/lib64/osgdb_osgearth_xyz.so
-- Removed runtime path from "../../install/osgearth/lib64/osgdb_osgearth_xyz.so"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthDrivers/xyz/XYZOptions
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/lib64/osgdb_osgearth_bing.so
-- Removed runtime path from "../../install/osgearth/lib64/osgdb_osgearth_bing.so"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthDrivers/bing/BingOptions
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/lib64/osgdb_osgearth_tileindex.so
-- Removed runtime path from "../../install/osgearth/lib64/osgdb_osgearth_tileindex.so"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthDrivers/tileindex/TileIndexOptions
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/lib64/osgdb_osgearth_noise.so
-- Removed runtime path from "../../install/osgearth/lib64/osgdb_osgearth_noise.so"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthDrivers/noise/NoiseOptions
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/lib64/osgdb_osgearth_splat_mask.so
-- Removed runtime path from "../../install/osgearth/lib64/osgdb_osgearth_splat_mask.so"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthDrivers/splat_mask/SplatMaskOptions
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/lib64/osgdb_osgearth_colorramp.so
-- Removed runtime path from "../../install/osgearth/lib64/osgdb_osgearth_colorramp.so"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthDrivers/osg/ColorRampOptions
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/lib64/osgdb_osgearth_gdal.so
-- Removed runtime path from "../../install/osgearth/lib64/osgdb_osgearth_gdal.so"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthDrivers/gdal/GDALOptions
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/lib64/osgdb_osgearth_feature_ogr.so
-- Removed runtime path from "../../install/osgearth/lib64/osgdb_osgearth_feature_ogr.so"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthDrivers/feature_ogr/FeatureCursorOGR
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthDrivers/feature_ogr/OGRFeatureOptions
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/lib64/osgdb_osgearth_feature_wfs.so
-- Removed runtime path from "../../install/osgearth/lib64/osgdb_osgearth_feature_wfs.so"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthDrivers/feature_wfs/WFSFeatureOptions
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/lib64/osgdb_osgearth_feature_tfs.so
-- Removed runtime path from "../../install/osgearth/lib64/osgdb_osgearth_feature_tfs.so"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthDrivers/feature_tfs/TFSFeatureOptions
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/lib64/osgdb_osgearth_model_feature_stencil.so
-- Removed runtime path from "../../install/osgearth/lib64/osgdb_osgearth_model_feature_stencil.so"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthDrivers/model_feature_stencil/FeatureStencilModelOptions
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/lib64/osgdb_osgearth_model_feature_geom.so
-- Removed runtime path from "../../install/osgearth/lib64/osgdb_osgearth_model_feature_geom.so"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthDrivers/model_feature_geom/FeatureGeomModelOptions
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/lib64/osgdb_osgearth_mask_feature.so
-- Removed runtime path from "../../install/osgearth/lib64/osgdb_osgearth_mask_feature.so"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthDrivers/mask_feature/FeatureMaskOptions
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/lib64/osgdb_osgearth_label_overlay.so
-- Removed runtime path from "../../install/osgearth/lib64/osgdb_osgearth_label_overlay.so"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/lib64/osgdb_osgearth_label_annotation.so
-- Removed runtime path from "../../install/osgearth/lib64/osgdb_osgearth_label_annotation.so"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/lib64/osgdb_osgearth_mbtiles.so
-- Removed runtime path from "../../install/osgearth/lib64/osgdb_osgearth_mbtiles.so"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthDrivers/mbtiles/MBTilesOptions
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/lib64/osgdb_osgearth_engine_mp.so
-- Removed runtime path from "../../install/osgearth/lib64/osgdb_osgearth_engine_mp.so"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthDrivers/engine_mp/Common
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthDrivers/engine_mp/DynamicLODScaleCallback
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthDrivers/engine_mp/FileLocationCallback
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthDrivers/engine_mp/KeyNodeFactory
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthDrivers/engine_mp/MPGeometry
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthDrivers/engine_mp/MPTerrainEngineNode
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthDrivers/engine_mp/MPTerrainEngineOptions
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthDrivers/engine_mp/QuickReleaseGLObjects
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthDrivers/engine_mp/SingleKeyNodeFactory
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthDrivers/engine_mp/TerrainNode
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthDrivers/engine_mp/TileGroup
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthDrivers/engine_mp/TileModel
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthDrivers/engine_mp/TileModelCompiler
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthDrivers/engine_mp/TileNode
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthDrivers/engine_mp/TileNodeRegistry
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthDrivers/engine_mp/TileModelFactory
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthDrivers/engine_mp/TilePagedLOD
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/lib64/osgdb_osgearth_engine_byo.so
-- Removed runtime path from "../../install/osgearth/lib64/osgdb_osgearth_engine_byo.so"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthDrivers/engine_byo/Common
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthDrivers/engine_byo/BYOTerrainEngineNode
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthDrivers/engine_byo/BYOTerrainEngineOptions
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/lib64/osgdb_osgearth_scriptengine_javascript.so
-- Removed runtime path from "../../install/osgearth/lib64/osgdb_osgearth_scriptengine_javascript.so"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthDrivers/scriptengine_javascript/duktape.h
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthDrivers/scriptengine_javascript/DuktapeEngine
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthDrivers/scriptengine_javascript/JSGeometry
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/lib64/osgdb_osgearth_vdatum_egm84.so
-- Removed runtime path from "../../install/osgearth/lib64/osgdb_osgearth_vdatum_egm84.so"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/lib64/osgdb_osgearth_vdatum_egm96.so
-- Removed runtime path from "../../install/osgearth/lib64/osgdb_osgearth_vdatum_egm96.so"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/lib64/osgdb_osgearth_vdatum_egm2008.so
-- Removed runtime path from "../../install/osgearth/lib64/osgdb_osgearth_vdatum_egm2008.so"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/lib64/osgdb_osgearth_sky_gl.so
-- Removed runtime path from "../../install/osgearth/lib64/osgdb_osgearth_sky_gl.so"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthDrivers/sky_gl/GLSkyOptions
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/lib64/osgdb_osgearth_sky_simple.so
-- Removed runtime path from "../../install/osgearth/lib64/osgdb_osgearth_sky_simple.so"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthDrivers/sky_simple/SimpleSkyOptions
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/lib64/osgdb_osgearth_ocean_simple.so
-- Removed runtime path from "../../install/osgearth/lib64/osgdb_osgearth_ocean_simple.so"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthDrivers/ocean_simple/SimpleOceanOptions
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/lib64/osgdb_osgearth_template_matclass.so
-- Removed runtime path from "../../install/osgearth/lib64/osgdb_osgearth_template_matclass.so"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthDrivers/template_matclass/TemplateMatClassOptions
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/bin/osgearth_viewer
-- Removed runtime path from "../../install/osgearth/bin/osgearth_viewer"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/bin/osgearth_cache
-- Removed runtime path from "../../install/osgearth/bin/osgearth_cache"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/bin/osgearth_package
-- Removed runtime path from "../../install/osgearth/bin/osgearth_package"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/bin/osgearth_tfs
-- Removed runtime path from "../../install/osgearth/bin/osgearth_tfs"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/bin/osgearth_boundarygen
-- Removed runtime path from "../../install/osgearth/bin/osgearth_boundarygen"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/bin/osgearth_backfill
-- Removed runtime path from "../../install/osgearth/bin/osgearth_backfill"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/bin/osgearth_overlayviewer
-- Removed runtime path from "../../install/osgearth/bin/osgearth_overlayviewer"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/bin/osgearth_version
-- Removed runtime path from "../../install/osgearth/bin/osgearth_version"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/bin/osgearth_tileindex
-- Removed runtime path from "../../install/osgearth/bin/osgearth_tileindex"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/bin/osgearth_package_qt
-- Removed runtime path from "../../install/osgearth/bin/osgearth_package_qt"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/bin/osgearth_clamp
-- Removed runtime path from "../../install/osgearth/bin/osgearth_clamp"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/bin/osgearth_manip
-- Removed runtime path from "../../install/osgearth/bin/osgearth_manip"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/bin/osgearth_toc
-- Removed runtime path from "../../install/osgearth/bin/osgearth_toc"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/bin/osgearth_elevation
-- Removed runtime path from "../../install/osgearth/bin/osgearth_elevation"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/bin/osgearth_features
-- Removed runtime path from "../../install/osgearth/bin/osgearth_features"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/bin/osgearth_featureinfo
-- Removed runtime path from "../../install/osgearth/bin/osgearth_featureinfo"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/bin/osgearth_featurefilter
-- Removed runtime path from "../../install/osgearth/bin/osgearth_featurefilter"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/bin/osgearth_los
-- Removed runtime path from "../../install/osgearth/bin/osgearth_los"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/bin/osgearth_terrainprofile
-- Removed runtime path from "../../install/osgearth/bin/osgearth_terrainprofile"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/bin/osgearth_map
-- Removed runtime path from "../../install/osgearth/bin/osgearth_map"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/bin/osgearth_annotation
-- Removed runtime path from "../../install/osgearth/bin/osgearth_annotation"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/bin/osgearth_tracks
-- Removed runtime path from "../../install/osgearth/bin/osgearth_tracks"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/bin/osgearth_transform
-- Removed runtime path from "../../install/osgearth/bin/osgearth_transform"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/bin/osgearth_measure
-- Removed runtime path from "../../install/osgearth/bin/osgearth_measure"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/bin/osgearth_controls
-- Removed runtime path from "../../install/osgearth/bin/osgearth_controls"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/bin/osgearth_shadercomp
-- Removed runtime path from "../../install/osgearth/bin/osgearth_shadercomp"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/bin/osgearth_tilesource
-- Removed runtime path from "../../install/osgearth/bin/osgearth_tilesource"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/bin/osgearth_imageoverlay
-- Removed runtime path from "../../install/osgearth/bin/osgearth_imageoverlay"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/bin/osgearth_city
-- Removed runtime path from "../../install/osgearth/bin/osgearth_city"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/bin/osgearth_graticule
-- Removed runtime path from "../../install/osgearth/bin/osgearth_graticule"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/bin/osgearth_featuremanip
-- Removed runtime path from "../../install/osgearth/bin/osgearth_featuremanip"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/bin/osgearth_featurequery
-- Removed runtime path from "../../install/osgearth/bin/osgearth_featurequery"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/bin/osgearth_occlusionculling
-- Removed runtime path from "../../install/osgearth/bin/osgearth_occlusionculling"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/bin/osgearth_colorfilter
-- Removed runtime path from "../../install/osgearth/bin/osgearth_colorfilter"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/bin/osgearth_sequencecontrol
-- Removed runtime path from "../../install/osgearth/bin/osgearth_sequencecontrol"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/bin/osgearth_minimap
-- Removed runtime path from "../../install/osgearth/bin/osgearth_minimap"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/bin/osgearth_sharedlayer
-- Removed runtime path from "../../install/osgearth/bin/osgearth_sharedlayer"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/bin/osgearth_terraineffects
-- Removed runtime path from "../../install/osgearth/bin/osgearth_terraineffects"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/bin/osgearth_mrt
-- Removed runtime path from "../../install/osgearth/bin/osgearth_mrt"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/bin/osgearth_fog
-- Removed runtime path from "../../install/osgearth/bin/osgearth_fog"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/bin/osgearth_shadergen
-- Removed runtime path from "../../install/osgearth/bin/osgearth_shadergen"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/bin/osgearth_atlas
-- Removed runtime path from "../../install/osgearth/bin/osgearth_atlas"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/bin/osgearth_conv
-- Removed runtime path from "../../install/osgearth/bin/osgearth_conv"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/bin/osgearth_clipplane
-- Removed runtime path from "../../install/osgearth/bin/osgearth_clipplane"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/bin/osgearth_qt
-- Removed runtime path from "../../install/osgearth/bin/osgearth_qt"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/bin/osgearth_qt_simple
-- Removed runtime path from "../../install/osgearth/bin/osgearth_qt_simple"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/bin/osgearth_qt_windows
-- Removed runtime path from "../../install/osgearth/bin/osgearth_qt_windows"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/bin/osgearth_demo
-- Removed runtime path from "../../install/osgearth/bin/osgearth_demo"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/lib64/libosgEarthQt.so.2.5.0
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/lib64/libosgEarthQt.so.0
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/lib64/libosgEarthQt.so
-- Removed runtime path from "../../install/osgearth/lib64/libosgEarthQt.so.2.5.0"
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthQt/Actions
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthQt/AnnotationDialogs
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthQt/AnnotationListWidget
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthQt/AnnotationToolbar
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthQt/CollapsiblePairWidget
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthQt/Common
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthQt/DataManager
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthQt/GuiActions
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthQt/LayerManagerWidget
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthQt/LOSControlWidget
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthQt/LOSCreationDialog
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthQt/MapCatalogWidget
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthQt/TerrainProfileGraph
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthQt/TerrainProfileWidget
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthQt/ViewWidget
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthQt/ViewerWidget
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthQt/ui_LOSCreationDialog.h
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthQt/LOSCreationDialog.ui
-- Installing: /home/andre/flightgear_osgearth/build/osgearth/../../install/osgearth/include/osgEarthQt/images.qrc
andre@990FX6100:~/flightgear_osgearth/build/osgearth$ 

André. anciennement taureau89_9
Debian Testing Amd64. CM Sabertooth 990FX, FX8350, 32 Go Ram DDR3 1866 Mhz, GTX 1060 6Go, DD 2To Sata 3, THRUSTMASTER T.Flight StickX, FG 2020.4.0 Git.

Hors ligne

#13 8/01/2015 23:50:27

f-jjth
Membre
Inscription : 11/02/2012
Messages : 632

Re : Comment installer Flightgear-Osgearth pour Linux

@André oui c'est ça wink  ou sinon juste tu renomme "lib64" en "lib"  (c'est la méthode "bourrin" qui faut refaire à chaque compilation... alors qu'avec le lien symbolique c'est pour la vie smile )


OS: Linux Mint 17.1 | RAM: 12Go | GPU: GTX460SE | CPU: Intel I5 | FG: GIT

POIs: DR400-dauphin | FGCom | Jenkins | download_and_compile.sh

Hors ligne

#14 9/01/2015 9:48:03

f-toro
Administrateur
Lieu : LFLA
Inscription : 16/12/2007
Messages : 3 015

Re : Comment installer Flightgear-Osgearth pour Linux

Pas eu le temps de te répondre hier soir, mais sans attendre ta réponse, j'avais déjà essayé la méthode de bourrin.

Puis j'avais essayé la méthode plus sérieuse, sans me faire d'illusions, la méthode de bourrin ne fonctionnant pas.

Les lignes d'erreur sont les mêmes, désolé...


André. anciennement taureau89_9
Debian Testing Amd64. CM Sabertooth 990FX, FX8350, 32 Go Ram DDR3 1866 Mhz, GTX 1060 6Go, DD 2To Sata 3, THRUSTMASTER T.Flight StickX, FG 2020.4.0 Git.

Hors ligne

#15 9/01/2015 11:19:47

f-jjth
Membre
Inscription : 11/02/2012
Messages : 632

Re : Comment installer Flightgear-Osgearth pour Linux

Il faut peut être que tu supprimes ton fichier cmakecache.txt du dossier de compilation (./build/simgear/) car c'est le genre de truc qui sont mis en cache.


OS: Linux Mint 17.1 | RAM: 12Go | GPU: GTX460SE | CPU: Intel I5 | FG: GIT

POIs: DR400-dauphin | FGCom | Jenkins | download_and_compile.sh

Hors ligne

#16 9/01/2015 15:22:11

f-toro
Administrateur
Lieu : LFLA
Inscription : 16/12/2007
Messages : 3 015

Re : Comment installer Flightgear-Osgearth pour Linux

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$ 

André. anciennement taureau89_9
Debian Testing Amd64. CM Sabertooth 990FX, FX8350, 32 Go Ram DDR3 1866 Mhz, GTX 1060 6Go, DD 2To Sata 3, THRUSTMASTER T.Flight StickX, FG 2020.4.0 Git.

Hors ligne

#17 9/01/2015 18:54:17

f-jjth
Membre
Inscription : 11/02/2012
Messages : 632

Re : Comment installer Flightgear-Osgearth pour Linux

dernière solution: ajouter les options  "-DOSGEARTHUTIL_LIBRARY=foo/bar/lib/osgearthutil.so" et "-DOSGEARTH_LIBRARY=foo/bar/lib/osgearth.so"  (à toi de mettre le bon chemin selon ton install)
Il doit y avoir un truc qui ne va pas dans le "Findosgearth*.cmake" qui est sans doute fournit avec SG car je ne voit rien du côté de CMake


OS: Linux Mint 17.1 | RAM: 12Go | GPU: GTX460SE | CPU: Intel I5 | FG: GIT

POIs: DR400-dauphin | FGCom | Jenkins | download_and_compile.sh

Hors ligne

#18 9/01/2015 20:14:42

f-toro
Administrateur
Lieu : LFLA
Inscription : 16/12/2007
Messages : 3 015

Re : Comment installer Flightgear-Osgearth pour Linux

Donc :

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" -DOSGEARTHUTIL_LIBRARY=../../install/osgearth/lib64/osgearthutil.so -DOSGEARTH_LIBRARY=../../install/osgearth/lib64/osgearth.so

Résultat, c'est déjà beaucoup mieux, le cmake c'est bon, mais pas le make :


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" -DOSGEARTHUTIL_LIBRARY=../../install/osgearth/lib64/osgearthutil.so -DOSGEARTH_LIBRARY=../../install/osgearth/lib64/osgearth.so
-- 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
-- Configuring done
-- Generating done
-- Build files have been written to: /home/andre/flightgear_osgearth/build/simgear
andre@990FX6100:~/flightgear_osgearth/build/simgear$ make
Scanning dependencies of target SimGearCore
[  0%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/bucket/newbucket.cxx.o
[  1%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/bvh/BVHGroup.cxx.o
[  1%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/bvh/BVHLineGeometry.cxx.o
[  1%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/bvh/BVHLineSegmentVisitor.cxx.o
[  2%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/bvh/BVHMotionTransform.cxx.o
[  2%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/bvh/BVHNode.cxx.o
[  2%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/bvh/BVHPageNode.cxx.o
[  3%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/bvh/BVHPageRequest.cxx.o
[  3%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/bvh/BVHPager.cxx.o
[  3%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/bvh/BVHStaticBinary.cxx.o
[  4%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/bvh/BVHStaticGeometry.cxx.o
[  4%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/bvh/BVHStaticLeaf.cxx.o
[  4%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/bvh/BVHStaticNode.cxx.o
[  5%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/bvh/BVHStaticTriangle.cxx.o
[  5%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/bvh/BVHSubTreeCollector.cxx.o
[  5%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/bvh/BVHMaterial.cxx.o
[  6%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/bvh/BVHTransform.cxx.o
[  6%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/debug/logstream.cxx.o
[  6%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/debug/BufferedLogCallback.cxx.o
[  7%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/ephemeris/celestialBody.cxx.o
[  7%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/ephemeris/ephemeris.cxx.o
[  7%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/ephemeris/jupiter.cxx.o
[  8%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/ephemeris/mars.cxx.o
[  8%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/ephemeris/mercury.cxx.o
[  8%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/ephemeris/moonpos.cxx.o
[  9%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/ephemeris/neptune.cxx.o
[  9%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/ephemeris/saturn.cxx.o
[ 10%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/ephemeris/star.cxx.o
[ 10%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/ephemeris/stardata.cxx.o
[ 10%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/ephemeris/uranus.cxx.o
[ 11%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/ephemeris/venus.cxx.o
[ 11%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/io/iochannel.cxx.o
[ 11%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/io/lowlevel.cxx.o
[ 12%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/io/raw_socket.cxx.o
[ 12%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/io/sg_binobj.cxx.o
[ 12%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/io/sg_file.cxx.o
[ 13%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/io/sg_netBuffer.cxx.o
[ 13%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/io/sg_netChannel.cxx.o
[ 13%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/io/sg_netChat.cxx.o
[ 14%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/io/sg_serial.cxx.o
[ 14%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/io/sg_socket.cxx.o
[ 14%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/io/sg_socket_udp.cxx.o
[ 15%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/io/HTTPClient.cxx.o
[ 15%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/io/HTTPFileRequest.cxx.o
[ 15%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/io/HTTPMemoryRequest.cxx.o
[ 16%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/io/HTTPRequest.cxx.o
[ 16%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/io/HTTPContentDecode.cxx.o
[ 16%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/io/DAVMultiStatus.cxx.o
[ 17%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/io/SVNRepository.cxx.o
[ 17%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/io/SVNDirectory.cxx.o
[ 17%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/io/SVNReportParser.cxx.o
[ 18%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/magvar/magvar.cxx.o
[ 18%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/magvar/coremag.cxx.o
[ 19%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/math/SGGeodesy.cxx.o
[ 19%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/math/interpolater.cxx.o
[ 19%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/math/leastsqs.cxx.o
[ 20%] Building C object simgear/CMakeFiles/SimGearCore.dir/math/sg_random.c.o
[ 20%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/misc/CSSBorder.cxx.o
[ 20%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/misc/ResourceManager.cxx.o
[ 21%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/misc/interpolator.cxx.o
[ 21%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/misc/sg_dir.cxx.o
[ 21%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/misc/sg_path.cxx.o
[ 22%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/misc/sgstream.cxx.o
[ 22%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/misc/strutils.cxx.o
[ 22%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/misc/tabbed_values.cxx.o
[ 23%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/misc/texcoord.cxx.o
[ 23%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/misc/zfstream.cxx.o
[ 23%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/misc/gzcontainerfile.cxx.o
[ 24%] Building C object simgear/CMakeFiles/SimGearCore.dir/nasal/bitslib.c.o
[ 24%] Building C object simgear/CMakeFiles/SimGearCore.dir/nasal/code.c.o
[ 24%] Building C object simgear/CMakeFiles/SimGearCore.dir/nasal/codegen.c.o
[ 25%] Building C object simgear/CMakeFiles/SimGearCore.dir/nasal/gc.c.o
[ 25%] Building C object simgear/CMakeFiles/SimGearCore.dir/nasal/hash.c.o
[ 25%] Building C object simgear/CMakeFiles/SimGearCore.dir/nasal/iolib.c.o
[ 26%] Building C object simgear/CMakeFiles/SimGearCore.dir/nasal/lex.c.o
[ 26%] Building C object simgear/CMakeFiles/SimGearCore.dir/nasal/lib.c.o
[ 26%] Building C object simgear/CMakeFiles/SimGearCore.dir/nasal/mathlib.c.o
[ 27%] Building C object simgear/CMakeFiles/SimGearCore.dir/nasal/misc.c.o
[ 27%] Building C object simgear/CMakeFiles/SimGearCore.dir/nasal/parse.c.o
[ 28%] Building C object simgear/CMakeFiles/SimGearCore.dir/nasal/string.c.o
[ 28%] Building C object simgear/CMakeFiles/SimGearCore.dir/nasal/thread-posix.c.o
[ 28%] Building C object simgear/CMakeFiles/SimGearCore.dir/nasal/thread-win32.c.o
[ 29%] Building C object simgear/CMakeFiles/SimGearCore.dir/nasal/threadlib.c.o
[ 29%] Building C object simgear/CMakeFiles/SimGearCore.dir/nasal/utf8lib.c.o
[ 29%] Building C object simgear/CMakeFiles/SimGearCore.dir/nasal/vector.c.o
[ 30%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/nasal/cppbind/NasalHash.cxx.o
[ 30%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/nasal/cppbind/NasalString.cxx.o
[ 30%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/nasal/cppbind/detail/from_nasal_helper.cxx.o
[ 31%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/nasal/cppbind/detail/to_nasal_helper.cxx.o
[ 31%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/props/AtomicChangeListener.cxx.o
[ 31%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/props/condition.cxx.o
[ 32%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/props/easing_functions.cxx.o
[ 32%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/props/PropertyBasedElement.cxx.o
[ 32%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/props/PropertyBasedMgr.cxx.o
[ 33%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/props/PropertyInterpolationMgr.cxx.o
[ 33%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/props/PropertyInterpolator.cxx.o
[ 33%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/props/propertyObject.cxx.o
[ 34%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/props/props.cxx.o
[ 34%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/props/props_io.cxx.o
[ 34%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/serial/serial.cxx.o
[ 35%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/structure/SGAtomic.cxx.o
[ 35%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/structure/SGBinding.cxx.o
[ 35%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/structure/SGExpression.cxx.o
[ 36%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/structure/SGSmplhist.cxx.o
[ 36%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/structure/SGSmplstat.cxx.o
[ 37%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/structure/SGPerfMon.cxx.o
[ 37%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/structure/StringTable.cxx.o
[ 37%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/structure/commands.cxx.o
[ 38%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/structure/event_mgr.cxx.o
[ 38%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/structure/exception.cxx.o
[ 38%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/structure/subsystem_mgr.cxx.o
[ 39%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/structure/StateMachine.cxx.o
[ 39%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/threads/SGThread.cxx.o
[ 39%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/timing/lowleveltime.cxx.o
[ 40%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/timing/sg_time.cxx.o
[ 40%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/timing/timestamp.cxx.o
[ 40%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/timing/timezone.cxx.o
[ 41%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/xml/easyxml.cxx.o
[ 41%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/package/Catalog.cxx.o
[ 41%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/package/Package.cxx.o
[ 42%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/package/Install.cxx.o
[ 42%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/package/Root.cxx.o
[ 42%] Building C object simgear/CMakeFiles/SimGearCore.dir/package/md5.c.o
[ 43%] Building C object simgear/CMakeFiles/SimGearCore.dir/package/ioapi.c.o
[ 43%] Building C object simgear/CMakeFiles/SimGearCore.dir/package/ioapi_mem.c.o
/home/andre/flightgear_osgearth/simgear-osgearth/simgear/package/ioapi_mem.c: In function ‘fopen_mem_func’:
/home/andre/flightgear_osgearth/simgear-osgearth/simgear/package/ioapi_mem.c:91:5: warning: format ‘%x’ expects argument of type ‘unsigned int *’, but argument 4 has type ‘uLong *’ [-Wformat=]
     if (sscanf(filename,"%p+%x",&mem->base,&mem->size)!=2)
     ^
/home/andre/flightgear_osgearth/simgear-osgearth/simgear/package/ioapi_mem.c: In function ‘ferror_mem_func’:
/home/andre/flightgear_osgearth/simgear-osgearth/simgear/package/ioapi_mem.c:205:18: warning: unused variable ‘mem’ [-Wunused-variable]
     ourmemory_t *mem = (ourmemory_t *)stream;
                  ^
[ 43%] Building C object simgear/CMakeFiles/SimGearCore.dir/package/unzip.c.o
[ 44%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/scene/tsync/terrasync.cxx.o
[ 44%] Building C object simgear/CMakeFiles/SimGearCore.dir/__/3rdparty/expat/hashtable.c.o
[ 44%] Building C object simgear/CMakeFiles/SimGearCore.dir/__/3rdparty/expat/xmlparse.c.o
[ 45%] Building C object simgear/CMakeFiles/SimGearCore.dir/__/3rdparty/expat/xmlrole.c.o
[ 45%] Building C object simgear/CMakeFiles/SimGearCore.dir/__/3rdparty/expat/xmltok.c.o
Linking CXX static library libSimGearCore.a
[ 45%] Built target SimGearCore
Scanning dependencies of target SimGearScene
[ 46%] Building C object simgear/CMakeFiles/SimGearScene.dir/canvas/ShivaVG/src/shArrays.c.o
[ 46%] Building C object simgear/CMakeFiles/SimGearScene.dir/canvas/ShivaVG/src/shContext.c.o
[ 46%] Building C object simgear/CMakeFiles/SimGearScene.dir/canvas/ShivaVG/src/shExtensions.c.o
[ 47%] Building C object simgear/CMakeFiles/SimGearScene.dir/canvas/ShivaVG/src/shGeometry.c.o
[ 47%] Building C object simgear/CMakeFiles/SimGearScene.dir/canvas/ShivaVG/src/shImage.c.o
[ 47%] Building C object simgear/CMakeFiles/SimGearScene.dir/canvas/ShivaVG/src/shPaint.c.o
[ 48%] Building C object simgear/CMakeFiles/SimGearScene.dir/canvas/ShivaVG/src/shParams.c.o
[ 48%] Building C object simgear/CMakeFiles/SimGearScene.dir/canvas/ShivaVG/src/shPath.c.o
/home/andre/flightgear_osgearth/simgear-osgearth/simgear/canvas/ShivaVG/src/shPath.c: In function ‘vgInterpolatePath’:
/home/andre/flightgear_osgearth/simgear-osgearth/simgear/canvas/ShivaVG/src/shPath.c:1249:6: warning: ‘newData’ may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (!newData) {
      ^
[ 48%] Building C object simgear/CMakeFiles/SimGearScene.dir/canvas/ShivaVG/src/shPipeline.c.o
[ 49%] Building C object simgear/CMakeFiles/SimGearScene.dir/canvas/ShivaVG/src/shVectors.c.o
[ 49%] Building C object simgear/CMakeFiles/SimGearScene.dir/canvas/ShivaVG/src/shVgu.c.o
[ 49%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/canvas/elements/CanvasElement.cxx.o
[ 50%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/canvas/elements/CanvasGroup.cxx.o
[ 50%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/canvas/elements/CanvasImage.cxx.o
[ 50%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/canvas/elements/CanvasMap.cxx.o
[ 51%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/canvas/elements/CanvasPath.cxx.o
[ 51%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/canvas/elements/CanvasText.cxx.o
[ 51%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/canvas/events/CustomEvent.cxx.o
[ 52%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/canvas/events/MouseEvent.cxx.o
[ 52%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/canvas/Canvas.cxx.o
[ 52%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/canvas/CanvasEvent.cxx.o
[ 53%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/canvas/CanvasEventManager.cxx.o
[ 53%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/canvas/CanvasEventVisitor.cxx.o
[ 53%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/canvas/CanvasMgr.cxx.o
[ 54%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/canvas/CanvasObjectPlacement.cxx.o
[ 54%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/canvas/CanvasPlacement.cxx.o
[ 55%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/canvas/CanvasWindow.cxx.o
[ 55%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/canvas/ODGauge.cxx.o
[ 55%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/canvas/VGInitOperation.cxx.o
[ 56%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/environment/metar.cxx.o
[ 56%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/environment/precipitation.cxx.o
[ 56%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/screen/extensions.cxx.o
[ 57%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/screen/screen-dump.cxx.o
[ 57%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/screen/tr.cxx.o
[ 57%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/material/Effect.cxx.o
[ 58%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/material/EffectBuilder.cxx.o
[ 58%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/material/EffectCullVisitor.cxx.o
[ 58%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/material/EffectGeode.cxx.o
[ 59%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/material/Pass.cxx.o
[ 59%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/material/Technique.cxx.o
[ 59%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/material/TextureBuilder.cxx.o
[ 60%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/material/makeEffect.cxx.o
[ 60%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/material/mat.cxx.o
[ 60%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/material/matlib.cxx.o
[ 61%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/material/matmodel.cxx.o
[ 61%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/material/mipmap.cxx.o
[ 61%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/material/parseBlendFunc.cxx.o
[ 62%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/model/BVHPageNodeOSG.cxx.o
[ 62%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/model/CheckSceneryVisitor.cxx.o
[ 62%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/model/ConditionNode.cxx.o
[ 63%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/model/ModelRegistry.cxx.o
[ 63%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/model/PrimitiveCollector.cxx.o
[ 64%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/model/SGClipGroup.cxx.o
[ 64%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/model/SGInteractionAnimation.cxx.o
[ 64%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/model/SGLightAnimation.cxx.o
[ 65%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/model/SGPickAnimation.cxx.o
[ 65%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/model/SGMaterialAnimation.cxx.o
[ 65%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/model/SGOffsetTransform.cxx.o
[ 66%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/model/SGReaderWriterXML.cxx.o
[ 66%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/model/SGRotateTransform.cxx.o
[ 66%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/model/SGScaleTransform.cxx.o
[ 67%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/model/SGText.cxx.o
[ 67%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/model/SGTrackToAnimation.cxx.o
[ 67%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/model/SGTranslateTransform.cxx.o
[ 68%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/model/animation.cxx.o
[ 68%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/model/model.cxx.o
[ 68%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/model/modellib.cxx.o
[ 69%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/model/particles.cxx.o
[ 69%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/model/persparam.cxx.o
[ 69%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/model/placement.cxx.o
[ 70%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/model/shadanim.cxx.o
[ 70%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/sky/CloudShaderGeometry.cxx.o
[ 70%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/sky/cloud.cxx.o
[ 71%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/sky/cloudfield.cxx.o
[ 71%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/sky/dome.cxx.o
[ 71%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/sky/moon.cxx.o
[ 72%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/sky/newcloud.cxx.o
[ 72%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/sky/oursun.cxx.o
[ 73%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/sky/sky.cxx.o
[ 73%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/sky/sphere.cxx.o
[ 73%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/sky/stars.cxx.o
[ 74%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/tgdb/GroundLightManager.cxx.o
[ 74%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/tgdb/ReaderWriterSPT.cxx.o
[ 74%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/tgdb/ReaderWriterSTG.cxx.o
[ 75%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/tgdb/SGBuildingBin.cxx.o
[ 75%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/tgdb/SGOceanTile.cxx.o
[ 75%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/tgdb/SGReaderWriterBTG.cxx.o
[ 76%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/tgdb/SGVasiDrawable.cxx.o
[ 76%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/tgdb/ShaderGeometry.cxx.o
[ 76%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/tgdb/TreeBin.cxx.o
[ 77%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/tgdb/apt_signs.cxx.o
[ 77%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/tgdb/obj.cxx.o
[ 77%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/tgdb/pt_lights.cxx.o
[ 78%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/tgdb/userdata.cxx.o
[ 78%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/util/ColorInterpolator.cxx.o
[ 78%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/util/CopyOp.cxx.o
[ 79%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/util/DeletionManager.cxx.o
[ 79%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/util/NodeAndDrawableVisitor.cxx.o
[ 79%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/util/Noise.cxx.o
[ 80%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/util/OptionsReadFileCallback.cxx.o
[ 80%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/util/OsgDebug.cxx.o
[ 80%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/util/parse_color.cxx.o
[ 81%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/util/PrimitiveUtils.cxx.o
[ 81%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/util/QuadTreeBuilder.cxx.o
[ 82%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/util/SGEnlargeBoundingBox.cxx.o
[ 82%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/util/SGReaderWriterOptions.cxx.o
[ 82%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/util/SGSceneFeatures.cxx.o
[ 83%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/util/SGSceneUserData.cxx.o
[ 83%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/util/SGStateAttributeVisitor.cxx.o
[ 83%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/util/SGTextureStateAttributeVisitor.cxx.o
[ 84%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/util/SplicingVisitor.cxx.o
[ 84%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/util/StateAttributeFactory.cxx.o
[ 84%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/util/UpdateOnceCallback.cxx.o
[ 85%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/util/project.cxx.o
[ 85%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/util/OsgEarthUtil.cxx.o
In file included from /home/andre/flightgear_osgearth/simgear-osgearth/simgear/scene/util/OsgEarthUtil.cxx:26:0:
/home/andre/flightgear_osgearth/simgear-osgearth/simgear/scene/util/OsgEarthModelLoad.hxx:29:28: fatal error: osgEarth/MapNode: Aucun fichier ou dossier de ce type
 #include <osgEarth/MapNode>
                            ^
compilation terminated.
simgear/CMakeFiles/SimGearScene.dir/build.make:2676: recipe for target 'simgear/CMakeFiles/SimGearScene.dir/scene/util/OsgEarthUtil.cxx.o' failed
make[2]: *** [simgear/CMakeFiles/SimGearScene.dir/scene/util/OsgEarthUtil.cxx.o] Error 1
CMakeFiles/Makefile2:1106: recipe for target 'simgear/CMakeFiles/SimGearScene.dir/all' failed
make[1]: *** [simgear/CMakeFiles/SimGearScene.dir/all] Error 2
Makefile:137: recipe for target 'all' failed
make: *** [all] Error 2
andre@990FX6100:~/flightgear_osgearth/build/simgear$ 

André. anciennement taureau89_9
Debian Testing Amd64. CM Sabertooth 990FX, FX8350, 32 Go Ram DDR3 1866 Mhz, GTX 1060 6Go, DD 2To Sata 3, THRUSTMASTER T.Flight StickX, FG 2020.4.0 Git.

Hors ligne

#19 9/01/2015 20:27:48

f-toro
Administrateur
Lieu : LFLA
Inscription : 16/12/2007
Messages : 3 015

Re : Comment installer Flightgear-Osgearth pour Linux

Pour info le OsgEarthModelLoad.hxx :

//
// Written by Jeff Biggs, Simperative Technologies LLC
//
// Copyright (C) 2012  Jeff Biggs, jeff.biggs@simperative.com
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License as
// published by the Free Software Foundation; either version 2 of the
// License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
// General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
//
// $Id$

#ifndef __OsgEarthModelLoad_h__
#define __OsgEarthModelLoad_h__

#include <osg/Referenced>
#include <osg/ref_ptr>
#include <osg/MatrixTransform>
#include <osg/observer_ptr>
#include <osgEarth/MapNode>
#include <osgEarth/IOTypes>

namespace simgear {

class OsgEarthModelLoad : public osg::Referenced
{

public:

    OsgEarthModelLoad() 
    :   osg::Referenced(),
        m_InputPath("")
    {}
    
    ~OsgEarthModelLoad() {}


public:

    // singleton access
    static OsgEarthModelLoad* Instance();

public:
    // load KML models from a directory
    osg::Group* LoadKMLmodels(const std::string& path);

    // return file input path 
    std::string GetInputPath() { return m_InputPath; }

private:
    // singleton instance
    static osg::ref_ptr<OsgEarthModelLoad> s_Instance;

protected:
    std::string m_InputPath;
};

}

#endif

Je zieuter si je trouve un osgEarth/MapNode...


André. anciennement taureau89_9
Debian Testing Amd64. CM Sabertooth 990FX, FX8350, 32 Go Ram DDR3 1866 Mhz, GTX 1060 6Go, DD 2To Sata 3, THRUSTMASTER T.Flight StickX, FG 2020.4.0 Git.

Hors ligne

#20 9/01/2015 20:31:10

Biloute974
Membre
Inscription : 2/02/2014
Messages : 1 011

Re : Comment installer Flightgear-Osgearth pour Linux

BOnsoir,

idem pour moi, le make ce bloque au même endroit sad


Config: Core I7 7700  + 16 Go de Ram  DDR4+ Nvidia GTX 970 + LinuxMint 18.2 64 bits--> FG 2017.4.0
Yoke et pédale Saitek Proflight - Avions: 777 et DHC 6
Mes vols

Hors ligne

#21 9/01/2015 21:29:48

f-jjth
Membre
Inscription : 11/02/2012
Messages : 632

Re : Comment installer Flightgear-Osgearth pour Linux

Et avec un  "-DOSGEARTHUTIL_INCLUDE=../../install/osgearth/include" en plus au moment du 'cmake' puis lancer un nouveau 'make' ça fait quoi ?

(Non vous n'arriverez pas à me faire compiler OSGEarth  lol )


OS: Linux Mint 17.1 | RAM: 12Go | GPU: GTX460SE | CPU: Intel I5 | FG: GIT

POIs: DR400-dauphin | FGCom | Jenkins | download_and_compile.sh

Hors ligne

#22 9/01/2015 21:43:04

f-toro
Administrateur
Lieu : LFLA
Inscription : 16/12/2007
Messages : 3 015

Re : Comment installer Flightgear-Osgearth pour Linux

Il en veut pas lol

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" -DOSGEARTHUTIL_LIBRARY=../../install/osgearth/lib64/osgearthutil.so -DOSGEARTH_LIBRARY=../../install/osgearth/lib64/osgearth.so -DOSGEARTHUTIL_INCLUDE=../../install/osgearth/include
-- 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
-- Configuring done
-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

    OSGEARTHUTIL_INCLUDE


-- Build files have been written to: /home/andre/flightgear_osgearth/build/simgear
andre@990FX6100:~/flightgear_osgearth/build/simgear$ 

Dans le message d'erreur :

/home/andre/flightgear_osgearth/simgear-osgearth/simgear/scene/util/OsgEarthModelLoad.hxx:29:28: fatal error: osgEarth/MapNode: Aucun fichier ou dossier de ce type
 #include <osgEarth/MapNode>

ce qui m'étonne c'est que dans les sources existe bien un fichier :

/flightgear_osgerath/osgearth/src/osgEarth/MapNode

/* -*-c++-*- */
/* osgEarth - Dynamic map generation toolkit for OpenSceneGraph
* Copyright 2008-2014 Pelican Mapping
* http://osgearth.org
*
* osgEarth is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program.  If not, see <http://www.gnu.org/licenses/>
*/

#ifndef OSGEARTH_MAPNODE_H
#define OSGEARTH_MAPNODE_H 1

#include <osgEarth/Common>
#include <osgEarth/Map>
#include <osgEarth/MapNodeOptions>
#include <osgEarth/SpatialReference>
#include <osgEarth/TerrainEngineNode>

namespace osgEarth
{
    class OverlayDecorator;
    class Terrain;
    class MapNodeCullData;

    /**
     * OSG Node that forms the root of an osgEarth map. This node is a "view" component
     * that renders data from a "Map" data model.
     */
    class OSGEARTH_EXPORT MapNode : public osg::Group
    {
    public:
        /**
         * Attempts to load a MapNOde from a ".earth" file in the arguments list
         */
        static MapNode* load( class osg::ArgumentParser& arguments );

    public:
        /**
         * Creates an empty map node.
         */
        MapNode();

        /**
         * Creates an empty map node.
         * 
         * @param options
         *      Tile creation and rendering properties
         */
        MapNode( const MapNodeOptions& options );

        /**
         * Creates a new map node.
         *
         * @param map
         *      Map data that this map node will render.
         */
        MapNode( Map* map );

        /**
         * Creates a new map node.
         *
         * @param map
         *      Map data that this map node will render.
         * @param options
         *      Tile creation and rendering properties
         */
        MapNode( Map* map, const MapNodeOptions& options );

    public:

        virtual const char* libraryName() const { return "osgEarth"; }
        virtual const char* className() const { return "MapNode"; }

        /**
         * Gets the Map that this MapNode is rendering.
         */
        Map* getMap();
        const Map* getMap() const;

        /**
         * Gets the spatial reference system of the underlying map.
         * Convenience function.
         */
        const SpatialReference* getMapSRS() const;

        /**
         * Gets an interface for querying the in-memory terrain scene graph directly.
         */
        Terrain* getTerrain();
        const Terrain* getTerrain() const;

        /**
         * Finds the topmost Map node in the specified scene graph, or returns NULL if
         * no Map node exists in the graph.
         *
         * @param graph
         *      Node graph in which to search for a MapNode
         * @param travMask
         *      Traversal mask to apply while searching
         */
        static MapNode* findMapNode( osg::Node* graph, unsigned travMask =~0 );
        static MapNode* get( osg::Node* graph, unsigned travMask =~0 ) { return findMapNode(graph, travMask); }

        /**
         * Returns true if the realized terrain model is geocentric, false if
         * it is flat/projected.
         */
        bool isGeocentric() const;

        /**
         * Accesses the group node that contains all the ModelLayers.
         */
        osg::Group* getModelLayerGroup() const;

        /**
         * Accesses the root node for a specific ModelLayer.
         */
        osg::Node* getModelLayerNode( ModelLayer* layer ) const;

        /**
         * Adds a node that decorates the terrain groups
         */
        void addTerrainDecorator( osg::Group* decorator );

        /**
         * Removes a node previously added via addTerrainDecorator.
         */
        void removeTerrainDecorator( osg::Group* decorator );

        /**
         * Gets the overlay decorator in this mapnode. Usually you do not need to
         * access this directly. Instead install a DrapeableNode in the scene graph.
         */
        OverlayDecorator* getOverlayDecorator() { return _overlayDecorator; }

        /**
         * Gets the engine properties associated with this node. The engine
         * properties dictate how the map engine will create scene graph elements.
         */
        const MapNodeOptions& getMapNodeOptions() const;

        /**
         * Gets the underlying terrain engine that renders the terrain surface of the map.
         */
        TerrainEngineNode* getTerrainEngine() const;

        /**
         * Gets the Config object serializing external data. External data is information
         * that osgEarth itself does not control, but that an app can include in the
         * MapNode for the purposes of including it in a .earth file.
         */
        Config& externalConfig() { return _externalConf; }
        const Config& externalConfig() const { return _externalConf; }


    public: // special purpose

        /**
         * Constructs a mapnode, optionally specifying whether th intialize the
         * data sources in the map. Typically you would only use this CTOR if you are
         * strictly using the MapNode for serialization.
         */
        MapNode( Map* map, const MapNodeOptions& options, bool initMap );


    public: //override osg::Node

        virtual osg::BoundingSphere computeBound() const;

        virtual void traverse( class osg::NodeVisitor& nv );

    protected:    

        virtual ~MapNode();

    private:

        unsigned int               _id;
        osg::ref_ptr<Map>          _map;
        osg::ref_ptr< osg::Group > _models;
        osg::ref_ptr< osg::Group > _overlayModels;
        OverlayDecorator*          _overlayDecorator;
        MapNodeOptions             _mapNodeOptions;
        Config                     _externalConf;

        // keep track of nodes created by model layers
        typedef std::map<ModelLayer*, osg::ref_ptr< osg::Node > > ModelLayerNodeMap;
        ModelLayerNodeMap        _modelLayerNodes;
        osg::Group*              _maskLayerNode;
        unsigned                 _lastNumBlacklistedFilenames;
        osg::ref_ptr<TerrainEngineNode> _terrainEngine;
        bool                     _terrainEngineInitialized;
        osg::Group*              _terrainEngineContainer;


    public: // MapCallback proxy

        void onModelLayerAdded( ModelLayer*, unsigned int );
        void onModelLayerRemoved( ModelLayer* );
        void onModelLayerMoved( ModelLayer* layer, unsigned int oldIndex, unsigned int newIndex );

    public:
        struct TileRangeData : public osg::Referenced {
            TileRangeData(double minRange, double maxRange) : _minRange( minRange ), _maxRange( maxRange ) { }
            double _minRange;
            double _maxRange;
        };

    private:

        osg::ref_ptr< MapCallback >        _mapCallback;
    
        void init();

        MapNodeCullData* getCullData(osg::Camera* camera) const;
        typedef std::map<osg::Camera*, osg::ref_ptr<MapNodeCullData> > CullDataMap;
        mutable CullDataMap _cullData;
        mutable Threading::ReadWriteMutex _cullDataMutex;
    };

} // namespace osgEarth

#endif // OSGEARTH_MAPNODE_H
f-jjth a écrit :

(Non vous n'arriverez pas à me faire compiler OSGEarth  lol )

Au contraire tu n'auras plus aucun problème ! lol


André. anciennement taureau89_9
Debian Testing Amd64. CM Sabertooth 990FX, FX8350, 32 Go Ram DDR3 1866 Mhz, GTX 1060 6Go, DD 2To Sata 3, THRUSTMASTER T.Flight StickX, FG 2020.4.0 Git.

Hors ligne

#23 9/01/2015 21:55:37

f-jjth
Membre
Inscription : 11/02/2012
Messages : 632

Re : Comment installer Flightgear-Osgearth pour Linux

arff me suis trompé dans mon copié/collé sad le "UTIL" est en trop !

-DOSGEARTH_INCLUDE=../../install/osgearth/include


OS: Linux Mint 17.1 | RAM: 12Go | GPU: GTX460SE | CPU: Intel I5 | FG: GIT

POIs: DR400-dauphin | FGCom | Jenkins | download_and_compile.sh

Hors ligne

#24 9/01/2015 22:22:01

f-toro
Administrateur
Lieu : LFLA
Inscription : 16/12/2007
Messages : 3 015

Re : Comment installer Flightgear-Osgearth pour Linux

lol lol lol

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" -DOSGEARTHUTIL_LIBRARY=../../install/osgearth/lib64/osgearthutil.so -DOSGEARTH_LIBRARY=../../install/osgearth/lib64/osgearth.so -DOSGEARTH_INCLUDE=../../install/osgearth/include
-- 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
-- Configuring done
-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

    OSGEARTH_INCLUDE


-- Build files have been written to: /home/andre/flightgear_osgearth/build/simgear
andre@990FX6100:~/flightgear_osgearth/build/simgear$ 

André. anciennement taureau89_9
Debian Testing Amd64. CM Sabertooth 990FX, FX8350, 32 Go Ram DDR3 1866 Mhz, GTX 1060 6Go, DD 2To Sata 3, THRUSTMASTER T.Flight StickX, FG 2020.4.0 Git.

Hors ligne

#25 9/01/2015 22:28:04

Biloute974
Membre
Inscription : 2/02/2014
Messages : 1 011

Re : Comment installer Flightgear-Osgearth pour Linux

Je crois que tu va finir par l'installer, ça veux toujours pas wink

theddy@theddy-H97M-D3H ~/FGOS/ flightgear_osgearth/build/simgear $ make
Scanning dependencies of target SimGearCore
[  1%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/io/HTTPClient.cxx.o
Linking CXX static library libSimGearCore.a
[ 45%] Built target SimGearCore
[ 45%] Building CXX object simgear/CMakeFiles/SimGearScene.dir/scene/util/OsgEarthUtil.cxx.o
In file included from /home/theddy/FGOS/ flightgear_osgearth/simgear-osgearth/simgear/scene/util/OsgEarthUtil.cxx:26:0:
/home/theddy/FGOS/ flightgear_osgearth/simgear-osgearth/simgear/scene/util/OsgEarthModelLoad.hxx:29:28: fatal error: osgEarth/MapNode: Aucun fichier ou dossier de ce type
 #include <osgEarth/MapNode>
                            ^
compilation terminated.
make[2]: *** [simgear/CMakeFiles/SimGearScene.dir/scene/util/OsgEarthUtil.cxx.o] Erreur 1
make[1]: *** [simgear/CMakeFiles/SimGearScene.dir/all] Erreur 2
make: *** [all] Erreur 2

Dernière modification par Biloute974 (9/01/2015 22:30:53)


Config: Core I7 7700  + 16 Go de Ram  DDR4+ Nvidia GTX 970 + LinuxMint 18.2 64 bits--> FG 2017.4.0
Yoke et pédale Saitek Proflight - Avions: 777 et DHC 6
Mes vols

Hors ligne

Pied de page des forums