Thomas Mack wrote: > Am Freitag 27 März 2009 22:47:52 schrieb Sid Boyce: >> I didn't know OpenSceneGraph was part of openSUSE, it never was going >> back a while anyway , so I built it from svn source. >> For SimGear-1.9.1 I used "./configure --libdir=/usr/local/lib64" >> and for FlightGear >> ./configure --prefix=/usr/local/lib64 --bindir=/usr/local/bin >> --with-threads --with-simgear=/usr/local --with-osg=/usr/local >> --libdir=/usr/local/lib64 --without-plib >> --datarootdir=/usr/local/share/FlightGear >> >> Everything built smoothly, installed and runs without problems - >> FlightGear-data-1.9.0 is AOK, also Scenery-1.0.1. I generated >> OpenSceneGraph and SimGear RPM's using checkinstall. >> plib, freeglut and openal from openSUSE have worked with FlightGear for >> quite some time. >> >> openSUSE 11.2 Alpha0 factory latest and NVidia driver 185.13. > > Hmmm, funny. > Anyway, I still find some problems when trying to run (on 11.1): > > ================================================= > m...@is41 ~ 348 > fgfs > Warning: Could not find plugin to read objects from file > "/usr/local/share/FlightGear/Aircraft/c172p/splash.png". > Warning: Could not find plugin to read objects from file > "/usr/local/share/FlightGear/Fonts/Helvetica.txf". > Warning: Could not find plugin to read objects from file > "/usr/local/share/FlightGear/Fonts/Helvetica.txf". > Failed to load model: Failed to load 3D model > at /usr/local/share/FlightGear/Aircraft/c172p/Models/c172p.ac > Warning: Could not find plugin to read objects from file > "/usr/local/share/FlightGear/Textures/Sky/overcast.png". > Warning: Could not find plugin to read objects from file > "/usr/local/share/FlightGear/Textures/Sky/overcast_top.png". > Warning: Could not find plugin to read objects from file > "/usr/local/share/FlightGear/Textures/Sky/broken.png". > Warning: Could not find plugin to read objects from file > "/usr/local/share/FlightGear/Textures/Sky/scattered.png". > Warning: Could not find plugin to read objects from file > "/usr/local/share/FlightGear/Textures/Sky/few.png". > Warning: Could not find plugin to read objects from file > "/usr/local/share/FlightGear/Textures/Sky/cirrus.png". > Warning: Could not find plugin to read objects from file > "/usr/local/share/FlightGear/Textures/Sky/moon.png". > Warning: Could not find plugin to read objects from file > "/usr/local/share/FlightGear/Textures/Sky/sun.png". > Warning: Could not find plugin to read objects from file > "/usr/local/share/FlightGear/Textures/Sky/inner_halo.png". > Warning: Could not find plugin to read objects from file > "/usr/local/share/FlightGear/Textures/Sky/outer_halo.png". > Model Author: Unknown > Creation Date: 2002-01-01 > Version: $Id: c172p.xml,v 1.20 2008/09/01 15:14:33 torsten Exp $ > Description: Cessna C-172 > Warning: Could not find plugin to read objects from file > "/usr/local/share/FlightGear/Fonts/typewriter.txf". > Warning: Could not find plugin to read objects from file > "/usr/local/share/FlightGear/Aircraft/Generic/Panels/Textures/panel-bg.rgb". > Warning: Could not find plugin to read objects from file > "/usr/local/share/FlightGear/Aircraft/Generic/Panels/Textures/generic- > panel-01.rgb". > Warning: Could not find plugin to read objects from file > "/usr/local/share/FlightGear/Aircraft/Generic/Panels/Textures/generic- > panel-02.rgb". > Warning: Could not find plugin to read objects from file > "/usr/local/share/FlightGear/Aircraft/Generic/Panels/Textures/generic- > panel-03.rgb". > Warning: Could not find plugin to read objects from file > "/usr/local/share/FlightGear/Aircraft/Generic/Panels/Textures/generic- > panel-04.rgb". > Warning: Could not find plugin to read objects from file > "/usr/local/share/FlightGear/Aircraft/Generic/Panels/Textures/generic- > panel-07.rgb". > Warning: Could not find plugin to read objects from file > "/usr/local/share/FlightGear/Aircraft/Generic/Panels/Textures/generic- > panel-08.rgb". > Warning: Could not find plugin to read objects from file > "/usr/local/share/FlightGear/Aircraft/Instruments/Textures/od_wxradar.rgb". > Warning: Could not find plugin to read objects from file > "/usr/local/share/FlightGear/Aircraft/Instruments/Textures/wxecho.rgb". > FGMultiplayMgr - No receiver port, Multiplayermode disabled > KI266 dme indicator #0 initialized > Warning: Could not find plugin to read objects from file > "/usr/local/share/FlightGear/Textures/Terrain/water.png". > Warning: Could not find plugin to read objects from file > "/usr/local/share/FlightGear/Textures/Terrain/airport.png". > Warning: Could not find plugin to read objects from file > "/usr/local/share/FlightGear/Textures.high/Terrain/forest1a.png". > Warning: Could not find plugin to read objects from file > "/usr/local/share/FlightGear/Textures.high/Terrain/forest1b.png". > Warning: Could not find plugin to read objects from file > "/usr/local/share/FlightGear/Textures/Terrain/asphalt.png". > Warning: Could not find plugin to read objects from file > "/usr/local/share/FlightGear/Textures.high/Terrain/tundra.png". > Warning: Could not find plugin to read objects from file > "/usr/local/share/FlightGear/Textures/Terrain/water-lake.png". > Warning: Could not find plugin to read objects from file > "/usr/local/share/FlightGear/Textures/Terrain/gravel.png". > Warning: Could not find plugin to read objects from file > "/usr/local/share/FlightGear/Textures.high/Terrain/shrub.png". > Warning: Could not find plugin to read objects from file > "/usr/local/share/FlightGear/Textures.high/Terrain/forest1c.png". > Warning: Could not find plugin to read objects from file > "/usr/local/share/FlightGear/Textures.high/Terrain/city1.png". > Failed to load model: Failed to load 3D model > at /usr/local/share/FlightGear/Models/Maritime/Civilian/Freighter.ac > Failed to load model: Failed to load 3D model > at /usr/local/share/FlightGear/Models/Maritime/Civilian/LargeTrawler.ac > Failed to load object Models/Buildings/oil-tanks.ac > Speicherschutzverletzung (== segmentation fault) > m...@is41 ~ 349 > > =========================================================== > > So something seems to be wrong with the installation. The png problems seem > to > be related to libpng12-devel missing, even though libpng-devel is installed > and libpng12-devel not being available on the normal ressources including > packman... > > So it was a test for me, and I don't have too much time looking for a > solution. So maybe I will give it up now. > > Thomas Mack > > ------------------------------------------------------------------------------ That's correct, libpng-devel is OK, "make install" doesn't create /usr/local/share/FlightGear, you have a make a symlink to where FlightGear is and it will work, e.g:- # ln -s /usr/local/lib/FlightGear /usr/local/share/
# l -d /usr/local/share/FlightGear lrwxrwxrwx 1 root root 27 2008-09-29 15:45 /usr/local/share/FlightGear -> /usr/local/lib64/FlightGear/ Regards Sid. -- Sid Boyce ... Hamradio License G3VBV, Licensed Private Pilot Emeritus IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support Specialist, Cricket Coach Microsoft Windows Free Zone - Linux used for all Computing Tasks ------------------------------------------------------------------------------ _______________________________________________ Flightgear-users mailing list Flightgear-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/flightgear-users