[EMAIL PROTECTED] wrote:
> > No problem here. Maybe this is a classic case of mixed version?
> >
> > Erik
> 
> Doesn't "make" and "cvs" solve that automatically?
> 
> Or in another words, what is the best way to upgrade your personal cvs 
> directory with the new one and recompile it?
> 
> Why is 
> $ cvs update
> $ make
> not enough?

It is not enough. You have to do at least :

$ cd /usr/src/Simgear # or whatever
$ cvs update -Pd
$ ./autogen.sh
$ ./configure
$ make
$ make install
$ cd /usr/src/FlightGear # or whatever
$ cvs update -Pd
$ ./autogen.sh
$ ./configure
$ make
$ make install
$ cd /usr/src/fgfsbase # or whatever
$ cvs update -Pd

If you don't do this in a row, you are likely to encounter problems.

-Fred


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

Reply via email to