Jacek wrote:
> >It is a generated file. You must redo ./autogen.sh + ./configure to get
it
> >
> >-Fred
> >
> Well, yes. You are right.  So to give more detailed info:
>     After ./autogen.sh
> ======================================
> Now you are ready to run './configure'
> ======================================
>     bash-2.05b# ls utils/
> AUTHORS    FlightGear.dsp  Makefile.in  TerraSync/    am2dsp.cfg
> docs-mini/  scripts/  utils/
> CVS/       FlightGear.dsw  NEWS         Thanks        autogen.sh*
> man/        src/
> ChangeLog  Makefile.am     README       acinclude.m4  configure.ac
> package/    tests/

?????????
These files should be in the FlightGear/ or source/,
not in the utils subdirectory.


>     bash-2.05b# ls utils/utils/

again, what's this ? no utils in utils !

> CVS/  Makefile.am  Modeller/  TerraSync/  fgadmin/  js_server/
>     bash-2.05b# ls utils/utils/Modeller/
> 3dconvert.cxx  CVS/  Makefile.am  animassist.c
>
>     And after ./configure --prefix=/usr
> .
> config.status: creating utils/TerraSync/Makefile
> config.status: creating utils/Modeller/Makefile
> config.status: error: cannot find input file: utils/Modeller/Makefile.in
>
>     bash-2.05b# ls utils/
> AUTHORS    FlightGear.dsp  Makefile.am  NEWS        Thanks
> autogen.sh*   man/      src/
> CVS/       FlightGear.dsw  Makefile.in  README      acinclude.m4
> configure.ac  package/  tests/
> ChangeLog  Makefile        Modeller/    TerraSync/  am2dsp.cfg
> docs-mini/    scripts/  utils/
>     bash-2.05b# ls utils/Modeller/
>     bash-2.05b# ls utils/utils/
> CVS/  Makefile.am  Modeller/  TerraSync/  fgadmin/  js_server/
>     bash-2.05b# ls utils/utils/Modeller/
> 3dconvert.cxx  CVS/  Makefile.am  animassist.c
>
> So as we can see utils/Modeller/ is empty.  My ./configure cannot
> find/generate it also.

You totally screwed you CVS workspace. You checked out the whole
FlightGear source tree in the utils subdirectory, so you have 2 occurences
of the same sources.

Check your directory structure by comparing with this :
http://cvs.flightgear.org/cgi-bin/viewcvs/viewcvs.cgi/?cvsroot=FlightGear-0.9

You should do rm -rf utils ( the first one, not utils/utils ) and do :
cvs -z3 up -Pd
in your FlightGear directory to try to clean the mess.

-Fred



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

Reply via email to