Keith Wiley writes:
> > > 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?!
The next thing to try would be to find all the .deps subdirectories
throughout the entire project and nuke them. I think running the
following should do the trick:
make distclean-depend
Curt.
--
Curtis Olson IVLab / HumanFIRST Program FlightGear Project
Twin Cities [EMAIL PROTECTED] [EMAIL PROTECTED]
Minnesota http://www.menet.umn.edu/~curt http://www.flightgear.org
_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel