Do I need to get the FlightGear CVS snapshot too? or is 0.9.9 good enough? What is the problem?
I am using:
Compaq Presario 2103US Laptop
AMD Athlon 2.8Ghz
256MB RAM
ATI Radeon Mobility U1 <- I don't know what driver I'm using. How can I tell?
2.6.15-1.1833_FC4
Here is what I did
openal-0.0.8 from www.openal.org
./configure
make
make install
plib-1.8.4 from plib.sourceforge.net
./configure
make
make install
freealut-1.0.1 from www.simgear.org
./configure
make
make install
simgear (from CVS source to correct my last crash problem)
cvs -d :pserver:[EMAIL PROTECTED]:/var/cvs/SimGear-0.3 login
CVS passwd: guest
cvs -d :pserver:[EMAIL PROTECTED]:/var/cvs/SimGear-0.3 co source
./autogen.sh
./configure
make
make install
freeglut-2.4.0 from freeglut.sf.net
./configure
make
make install
FlightGear-0.9.9 from ftp.de.flightgear.org [Mirror-2]
./configure
make
... LOTS of TEXT ...
mpplayer.cxx: In member function ‘void MPPlayer::LoadModel()’:
mpplayer.cxx:255: error: no matching function for call to ‘SGModelLib::load_model(const std::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::string&, SGPropertyNode*, double)’
/usr/local/include/simgear/scene/model/modellib.hxx:42: note: candidates are: virtual ssgEntity* SGModelLib::load_model(const std::string&, const std::string&, SGPropertyNode*, double, bool, SGModelData*)
make[2]: *** [mpplayer.o] Error 1
make[2]: Leaving directory `/home/dennis/fgfs/FlightGear-0.9.9/src/MultiPlayer'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/dennis/fgfs/FlightGear-0.9.9/src'
make: *** [all-recursive] Error 1
[FlightGear-0.9.9]$
On Wed, 2006-03-15 at 07:45 -0600, Kaptain wrote:
I went and downloaded the simgear cvs source from http://www.simgear.org/ using the instructions at that site: cvs -d :pserver:[EMAIL PROTECTED]:/var/cvs/SimGear-0.3 login CVS passwd: guest cvs -d :pserver:[EMAIL PROTECTED]:/var/cvs/SimGear-0.3 co source as well as everything else from http://flightgear.org/Downloads/source.shtml I'm planning on recompiling everything today on the laptop. I'll let you know how things go. Thanks Dennis On Wed, 2006-03-15 at 19:33 +1300, dene maxwell wrote: > Hi mate, > did you get that ftp mirror site that was posted in a later response? > > if not I'll email on on your answer > cheers > :=D ene > > >From: Kaptain <[EMAIL PROTECTED]> > >Reply-To: [email protected] > >To: [email protected] > >Subject: RE: [Flightgear-users] FlightGear and Matlab > >Date: Tue, 14 Mar 2006 07:42:33 -0600 > > > >GREAT!!! > >Please try to email it to me. I have DSL so hopefully it will allow me > >enough space. > >THANKS!!! :-) <- the happy guy. > >If you get the email back with a complaint, let me know and i'll figure > >out how to get my site to accept ftp. > >Dennis > > > > > > > >On Tue, 2006-03-14 at 19:36 +1300, dene maxwell wrote: > > > > > Hi, > > > I have a zip file of 098a, I can email it to you if you have enough > >email > > > inbox capacity to receive it or if you have a FTP site i can upload it > >to > > > that's cool too. > > > > > > let me know > > > > > > Cheers > > > :=D ene > > > > > > > > > >From: "Correu PelDavid" <[EMAIL PROTECTED]> > > > >Reply-To: [email protected] > > > >To: [email protected] > > > >Subject: [Flightgear-users] FlightGear and Matlab > > > >Date: Mon, 13 Mar 2006 21:03:21 +0100 > > > > > > > >Hello! > > > > > > > >Has anyone used the Matlab toolbox to display its data on flightgear? > > > >Is it difficult to make it work? > > > >Any tips? Any anecdote? > > > > > > > >Is it compatible with FlightGear 0.9.9? > > > >Where could I download 0.9.8? > > > > > > > >Thanks, > > > > > > > >David > > > > > > _________________________________________________________________ > > > Become a fitness fanatic @ http://xtramsn.co.nz/health > > > > > > > > > > > > ------------------------------------------------------- > > > This SF.Net email is sponsored by xPML, a groundbreaking scripting > >language > > > that extends applications into web and mobile media. Attend the live > >webcast > > > and join the prime developer group breaking into this new coding > >territory! > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 > > > _______________________________________________ > > > Flightgear-users mailing list > > > [email protected] > > > https://lists.sourceforge.net/lists/listinfo/flightgear-users > > > > > > > ><< smiley-3.png >> > > _________________________________________________________________ > Need a new job? Check out XtraMSN Careers http://xtramsn.co.nz/careers > > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting language > that extends applications into web and mobile media. Attend the live webcast > and join the prime developer group breaking into this new coding territory! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 > _______________________________________________ > Flightgear-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/flightgear-users > > ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Flightgear-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/flightgear-users
