Thomas Mack wrote:
> Hi!
> 
> I'm absolutely new to this mailingist, but I thought, I should share my 
> experience with installation of FlightGear 1.9.1 on openSUSE 11.1.
> 
> There are some problems involved in it, so here is what I've done:
> 
> - http://www.flightgear.org/ -> Developers -> Source code
> -> "Download the latest source code release"
> -> "Download the latest base package release (234Mb)."
> -> Download SimGear - it was not available on the SimGear sites, so you have 
> to look for it with your favorite search engine.
> 
> - All the other packages can be installed with zypper or similar, if you 
> include the packman repository to your installation repositories
> 
> - Missing packages (on my rather freshly installed system) can be installed 
> with:
> 
> zypper install plib openal openal-soft-devel freeglut freeglut-devel \
> OpenSceneGraph gcc43 gcc boost-devel gcc-c++ freealut \
> freealut-devel plib-devel libOpenSceneGraph-devel automake \
> libOpenThreads-devel
> 
> - ./configure in FlightGear-1.9.1 will complain about a missing boost library 
> of a correct version. The problem is the directory /usr/include/boost, which 
> should have some version info in it. You can resolv the problem by creating a 
> link, which has the version info in it:
> 
> ln -s /usr/include/boost  /usr/include/boost-1_36
> 
> - So now it complained about missing SimGear installation here, so switch to 
> the SimGear installation, and run it with:
> 
> ./configure && make && make install
> 
> - Then go back to FlightGear and proceed with:
> 
> ./configure &&make && make install
> 
> 
> One additional note:
> 
> There are some problems with the configure scripts. They don't check 
> everything they would have to check, so you might run into some obscure 
> errors 
> or error messages, if you don't have everything installed.
> 
> On FlightGear, I ran across a problem with gcc-c++ not being installed 
> resulting in an error message, that the correct boost version is not 
> available.
> 
> On SimGear, I ran into some problems with libOpenSceneGraph-devel not being 
> installed. plib-devel and other *-devel packages also created problems, so be 
> sure to have at least the above list of packages installed.
> 
> Finally, when now starting fgfs, the error message:
> 
> Base package check failed ... Found version [none] at: 
> /usr/local/share/FlightGear
> 
> seems to indicate an incomplete installation, where FlightGear-
> data-1.9.0.tar.bz2 is missing (I hope). The download of this package will 
> take 
> some more hours here, so I cannot test it now.
> 
> Good luck ;)
> Thomas Mack
> 
> 
> ------------------------------------------------------------------------------
> _______________________________________________
> Flightgear-users mailing list
> Flightgear-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/flightgear-users
> 
> 
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.
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

Reply via email to