Re: [Flightgear-devel] Another automake victim

2002-09-19 Thread William Earnest

Curtis L. Olson wrote:
 As of version 0.8.0, configure.in no longer exists.  It is replaced
 by configure.ac.  As long as you run autogen.sh first, you should
 be fine.  Otherwise, make sure you have at least automake-1.5 and
 autoconf-2.52 installed.
 
 Regards,
 
 Curt.
 
 
 William Earnest writes:
 
The Bergrens wrote:

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.
- 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



Hi again,

  Thanks for the clue, I finally found some remains of a previous perl 
installation that had eluded me before. That got rid of the odd 
compilation errors. I am now left with this:

Host info: Linux i686
  automake: 1.5 (15)

Running aclocal
Running autoheader
/usr/bin/m4: configure.in: No such file or directory
ERROR: autoheader didn't create simgear/simgear_config.h.in!

  In flightGear, I get a similar complaint about configure.in, but the 
setup continues, and the ready to configure stage is reached. This has 
me hopeful that there is not too much else  before I can catch up. 
Starting to suffer from sim withdrawal with nothing working. :-)

-- 
 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
 
 
Curt,

That may be it. As message showed, automake is 1.5, and the error comes 
from running autogen.sh. However, autoconf is at 2.13, so now to search 
for a newer one. Thanks!

-- 
 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



RE: [Flightgear-devel] Another automake victim

2002-09-18 Thread Boslough, Mark B

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



RE: [Flightgear-devel] Another automake victim

2002-09-18 Thread Curtis L. Olson

Mark,

I don't think anyone has sent me a copy of extgl.h to add to the cvs
repository.

Curt.


Boslough, Mark B writes:
 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

-- 
Curtis Olson   IVLab / HumanFIRST Program   FlightGear Project
Twin

Re: [Flightgear-devel] Another automake victim

2002-09-18 Thread Norman Vine

Curtis L. Olson writes:
 
 I don't think anyone has sent me a copy of extgl.h to add to the cvs
 repository.

It is in this tarball 
http://rockfish.net/~nhv/fgfs/clouds.tgz

Norman



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



Re: [Flightgear-devel] Another automake victim

2002-09-17 Thread The Bergrens

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.
- 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



Re: [Flightgear-devel] Another automake victim

2002-09-17 Thread Norman Vine

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