On Wed, 10 Nov 2004 12:43:37 -0800 Adam Dershowitz <[EMAIL PROTECTED]> wrote:
Finally, I noticed something else. I am not sure who the maintaineris.
That would probably be me ... :-)
But in JSBSim/Makefile.solo (not required for FG, but good for other
things.) there is a typo. That will not allow for a building of JSBSim separately.
It reads: JSBSim : $(JSBSim_objects) JSBSim.o libFCSComponents.a $(CC) $(INCLUDES) $(CCOPTS) $(LINKDIR) $(JSBSim_objects) JSBSim.o -oJSBSim -lm -lFCSComponents
But that will not work.
It should have a space after the -o. So it should be:
JSBSim : $(JSBSim_objects) JSBSim.o libFCSComponents.a
$(CC) $(INCLUDES) $(CCOPTS) $(LINKDIR) $(JSBSim_objects) JSBSim.o -o JSBSim -lm -lFCSComponents
How can we get that fixed in the CVS version?
Interesting. It's been working on other platforms for years like that. I don't know if there is a standard for that or not - that is, is a space required between the "-o" and the argument? Regardless, I can go ahead and change that in our JSBSim CVS file.
Also, when you notice a bug like that, there is a bug reprting mechanism on the JSBSim web site at www.jsbsim.org. I like to have bugs entered there, so they don't get lost in the shuffle.
Jon
_______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel 2f585eeea02e2c79d7b1d8c4963bae2d
