I could not build on cygwin until I installed automake 1.6.
I tried to install autoconf 2.53 or 2.54 and could not do it
for some reason, so I am still running autoconf 2.52.  This seems
to require that I get in and take the continuation symbols out
of the configure.ac files.  I can build the stable cvs versions
of simgear and flightgear now, but the devel version of simgear
does not build, failing as follows:

g++ -DHAVE_CONFIG_H -I. -I. -I../../../simgear -I../../..    -g -O2
-D_REENTRANT
 -c -o SkyLight.o `test -f SkyLight.cpp || echo './'`SkyLight.cpp
SkyLight.cpp:31: extgl.h: No such file or directory
In file included from SkyTextureState.hpp:28,
                 from SkyMaterial.hpp:31,
                 from SkyLight.cpp:35:
SkyContext.hpp:40: extgl.h: No such file or directory
make[4]: *** [SkyLight.o] Error 1
make[4]: Leaving directory
`/usr/local/src/cvs-devel/SimGear/simgear/sky/clouds3
d'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/local/src/cvs-devel/SimGear/simgear/sky'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/cvs-devel/SimGear/simgear'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/local/src/cvs-devel/SimGear/simgear'
make: *** [all-recursive] Error 1

Mark

> -----Original Message-----
> From: Norman Vine [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, September 17, 2002 9:49 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [Flightgear-devel] Another automake victim
> 
> 
> The Bergrens writes:
> 
> > Sounds like you need the perl module called "strict" to be 
> installed.
> > Or maybe your perl installation is hosed.
> > You can get perl modules from cpan.org, I think.
> 
> There was a bug in Cygwin Perl that 'can' be triggered by automake
> when running on a project on a 'text' mounted drive.
> 
> The cure is to do all of your work on a 'binary' mount
> 
> Since I discovered the problem I have never tried automake
> on a text mount so I am not 100% that this bug still exists
> BUT if you are working on a 'text' mount ....
> 
> HTH
> 
> Norman
> 
> > ----- Original Message -----
> > From: "William Earnest" <[EMAIL PROTECTED]>
> > To: "Devel Flightgear" <[EMAIL PROTECTED]>
> > Sent: Tuesday, September 10, 2002 10:38 PM
> > Subject: [Flightgear-devel] Another automake victim
> >
> >
> > > Hello all,
> > >
> > > Came back from vacation to find the new release and lots 
> of discussion.
> > > Read everything (I think), and managed to get CVS caught 
> up, including
> > > the new SimGear path. Updated plib without problem, then 
> went to SimGear
> > > to continue. At the autogen.sh step, got the following 
> pile of errors,
> > > which has me rather puzzled. Supposedly have automake 1.5 
> installed, as
> > > well as autoconf 2.52. Any suggestions?
> > >
> > > [wde@hulk SG]$ ./autogen.sh
> > > Can't locate strict.pm in @INC (@INC contains: /usr/share/automake
> > > /usr/lib/perl5/5.00503/i386-linux /usr/lib/perl5/5.00503
> > > /usr/lib/perl5/site_perl/5.005/i386-linux 
> /usr/lib/perl5/site_perl/5.005
> > > .) at /usr/share/automake/Automake/Struct.pm line 29.
> > > BEGIN failed--compilation aborted at
> > > /usr/share/automake/Automake/Struct.pm line 29.
> > > BEGIN failed--compilation aborted at /usr/bin/automake line 39.
> > > ./autogen.sh: test: -lt: unary operator expected
> > > Host info: Linux i686
> > > Can't locate strict.pm in @INC (@INC contains: /usr/share/automake
> > > /usr/lib/perl5/5.00503/i386-linux /usr/lib/perl5/5.00503
> > > /usr/lib/perl5/site_perl/5.005/i386-linux 
> /usr/lib/perl5/site_perl/5.005
> > > .) at /usr/share/automake/Automake/Struct.pm line 29.
> > > BEGIN failed--compilation aborted at
> > > /usr/share/automake/Automake/Struct.pm line 29.
> > > BEGIN failed--compilation aborted at /usr/bin/automake line 39.
> > >   automake:  ()
> > >
> > > Running aclocal
> > > Running autoheader
> > > /usr/bin/m4: configure.in: No such file or directory
> > > ERROR: autoheader didn't create simgear/simgear_config.h.in!
> > >
> > > --
> > >      Bill Earnest  wde3@ptd-dot-net  Linux Powered   
> Allentown, PA, USA
> > > Computers, like air conditioners, work poorly with Windows open.
> > >
> > >
> > > _______________________________________________
> > > Flightgear-devel mailing list
> > > [EMAIL PROTECTED]
> > > http://mail.flightgear.org/mailman/listinfo/flightgear-devel
> > >
> >
> > _______________________________________________
> > Flightgear-devel mailing list
> > [EMAIL PROTECTED]
> > http://mail.flightgear.org/mailman/listinfo/flightgear-devel
> >
> 
> 
> _______________________________________________
> Flightgear-devel mailing list
> [EMAIL PROTECTED]
> http://mail.flightgear.org/mailman/listinfo/flightgear-devel
> 


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

Reply via email to