Erik,
Thanks! Based on your advice, I did:
ls *.cpp
multiplaymgr.cpp tiny_xdr.cpp
rm *.cpp
to remove the links I'd created
then I removed the files you mentioned with:
rm -f ./deps/tiny_xdr.Po
rm -f ./deps/multiplaymgr.Po
rerunning make in src/FlightGear/src/MultiPlayer
then worked with no problems. A general make of all of flightgear
also worked with no problems.
Thanks, again!
Ima
> make[3]: *** No rule to make target `multiplaymgr.cpp', needed by
> `multiplaymgr.o'. Stop.
> make: *** No rule to make target `tiny_xdr.cpp', needed by
> `tiny_xdr.o'. Stop.
Yes, I noticed that too.
It's a gcc dependency problem. In the Multiplayer directory s a hidden
directory called .deps which contains a file called tiny_xdr.tpO (or
something like that). You could edit that file and replace every
instance of hpp by hxx and every instance of cpp by cxx and run
make again.
You could also remove the .deps directory (or run make clean) and run
autogen.sh and configure again.
Erik
_______________________________________________
Flightgear-devel mailing list
[email protected]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d