> > I did a standard "cvs update -d -P" from the highest FlightGear directory,
> > ran ./configure, and tried to make.  It's giving me a totally unreasonable
> > error.  In /usr/local/src/FlightGear/src/Cockpit/built_in it says:
> > 
> > "*** No rule to make target 'all'.  Stop."
> > 
> > Bear in mind that I have done absolutely no code modification anywhere
> > near the Cockpit directory.  There is a Makefile (which is blank) and a
> > Makefile.am in that directory.  The Makefile.am doesn't have an
> > "all" target as far as I can tell.
> > 
> > What's going on here?  Why is Makefile blank?  Why doesn't it compile?
> 
> You might try running ./autogen.sh and configure again from the top.
> Before you do that, run "cvs update -d" again and make sure it isn't
> spitting out any warnings along the way.  That *should* take care of
> things.

Well, I autogened it, configured it, and remaked it.  This time it
complains that fg_init.cxx is looking for "Time/event.hxx" on line 111
(which is true) and that there is no such file (which is also
true).  There is an event.o, but no event.cxx or .hxx.  It's like it made
the object file and then decided the ditch the code files.  What's up with
that?!

________________________________________________________________________
Keith Wiley                                [EMAIL PROTECTED]
http://www.unm.edu/~keithw                 http://www.mp3.com/KeithWiley

"Yet mark his perfect self-contentment, and hence learn his lesson,
that to be self-contented is to be vile and ignorant, and that to
aspire is better than to be blindly and impotently happy."
                                           --  Edwin A. Abbott, Flatland
________________________________________________________________________


_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to