On Thu, 2005-11-10 at 17:06 +1100, Jason Cox wrote: > Hi all, > I am having a problem compiling the lattest ( 1/2 Hour ago ) > flightgear. I have also updated simgear and recompiled. > the error I get is while making flightgear as follows, > > Making all in MultiPlayer > make[2]: Entering directory `/root/source/src/MultiPlayer' > if g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Include -I../.. -I../../src > -I/usr/X11R6/include -I/usr/local/include -g -O2 -D_REENTRANT -MT > multiplaymgr.o -MD -MP -MF ".deps/multiplaymgr.Tpo" -c -o multiplaymgr.o > multiplaymgr.cxx; \ > then mv -f ".deps/multiplaymgr.Tpo" ".deps/multiplaymgr.Po"; else rm -f > ".deps/multiplaymgr.Tpo"; exit 1; fi > if g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Include -I../.. -I../../src > -I/usr/X11R6/include -I/usr/local/include -g -O2 -D_REENTRANT -MT > mpplayer.o -MD -MP -MF ".deps/mpplayer.Tpo" -c -o mpplayer.o > mpplayer.cxx; \ > then mv -f ".deps/mpplayer.Tpo" ".deps/mpplayer.Po"; else rm -f > ".deps/mpplayer.Tpo"; exit 1; fi > make[2]: *** No rule to make target `tiny_xdr.cpp', needed by > `tiny_xdr.o'. Stop. > make[2]: Leaving directory `/root/source/src/MultiPlayer' > > I have tried ./configure --without-multiplayer but it didn't help. > > Thanks > Jason Cox > > Hello Jason,
Some files were renamed including tiny_xdr.cpp to tiny_xdr.cxx. (Perhasp I have that backwards). But Anyway, you will need to do a "make clean", followed by ./autogen.sh and ./configure and finally a "make install". Otherwise you can delete src/Multiplayer/.deps and ./configure and re-./configure, etc. George > _______________________________________________ > Flightgear-devel mailing list > [email protected] > http://mail.flightgear.org/mailman/listinfo/flightgear-devel > 2f585eeea02e2c79d7b1d8c4963bae2d -- George Patterson <[EMAIL PROTECTED]> _______________________________________________ Flightgear-devel mailing list [email protected] http://mail.flightgear.org/mailman/listinfo/flightgear-devel 2f585eeea02e2c79d7b1d8c4963bae2d
