Re: [Flightgear-devel] Build problem

2006-11-12 Thread Mathias Fröhlich
On Friday 10 November 2006 19:28, John Wojnaroski wrote:
 Frederic Bouvier wrote:
 Quoting John Wojnaroski :
 Understand we still need plib, the openal stuff; what about Simgear?
 will the latest released version work or is it best to get the latest
 cvs version?
 
 This is mandatory in any case. FlightGear and SimGear should match.

 OK,  after a bit of thrashing I've got a version of FG-OSG built, but
 segfaulting when loading aircraft. Started with the basic c172

 [EMAIL PROTECTED]:/usr/local/FlightGear$ ./c172
 expected 'data number' at line 99
 expected 'data number' at line 138
 expected 'data number' at line 177
 expected 'data number' at line 216
 expected 'data number' at line 255
 expected 'data number' at line 294
 expected 'data number' at line 1079
 expected 'data number' at line 1352
 expected 'data number' at line 1768
 expected 'data number' at line 1886
 ./c172: line 9: 30270 Segmentation fault  /usr/local/bin/fgfs
 --fg-root=/usr/local/FlightGear --bpp=32 --airport=KSFO --aircraft=c172p
 --disable-panel --disable-random-objects --visibility=55000
 --disable-clouds ./c172: line 11: --native-ctrls=socket,in,30,,5700,udp:
 command not found [EMAIL PROTECTED]:/usr/local/FlightGear$
That looks like what I had with the osg release version without the patches 
from

ftp://ftp.uni-duisburg.de/FlightGear/Misc_maf/OpenSceneGraph-20061108

Did you take a plain release?

 Do you need an updated base package and aircrat files as well?  Again.
 can't seem to find any reference on the website download section other
 than those for the stable releases...
No not yet.

   Greetings

  Mathias

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Build problem

2006-11-12 Thread John Wojnaroski


Mathias Fröhlich wrote:

On Friday 10 November 2006 19:28, John Wojnaroski wrote:
  

Frederic Bouvier wrote:


Quoting John Wojnaroski :
  

Understand we still need plib, the openal stuff; what about Simgear?
will the latest released version work or is it best to get the latest
cvs version?


This is mandatory in any case. FlightGear and SimGear should match.
  

OK,  after a bit of thrashing I've got a version of FG-OSG built, but
segfaulting when loading aircraft. Started with the basic c172

[EMAIL PROTECTED]:/usr/local/FlightGear$ ./c172
expected 'data number' at line 99
expected 'data number' at line 138
expected 'data number' at line 177
expected 'data number' at line 216
expected 'data number' at line 255
expected 'data number' at line 294
expected 'data number' at line 1079
expected 'data number' at line 1352
expected 'data number' at line 1768
expected 'data number' at line 1886
./c172: line 9: 30270 Segmentation fault  /usr/local/bin/fgfs
--fg-root=/usr/local/FlightGear --bpp=32 --airport=KSFO --aircraft=c172p
--disable-panel --disable-random-objects --visibility=55000
--disable-clouds ./c172: line 11: --native-ctrls=socket,in,30,,5700,udp:
command not found [EMAIL PROTECTED]:/usr/local/FlightGear$


That looks like what I had with the osg release version without the patches 
from

ftp://ftp.uni-duisburg.de/FlightGear/Misc_maf/OpenSceneGraph-20061108

Did you take a plain release?

  

Do you need an updated base package and aircrat files as well?  Again.
can't seem to find any reference on the website download section other
than those for the stable releases...


No not yet.

  

Don't recall exactly from where I download the patched OSG.  I might not 
have been the link called out on the wiki site.  So started with a fresh 
update from there and the latest cvs versions of SG and FG.

Looks like there are some missing libraries

make[3]: Entering directory 
`/usr/local/src/OSG_OP_OT-1.2-Flightgear/OpenSceneGraph/src/osgPlugins/jpeg'
make[4]: Entering directory 
`/usr/local/src/OSG_OP_OT-1.2-Flightgear/OpenSceneGraph/src/osgPlugins/jpeg/Linu
 
x32.Opt'
g++ -M -I../../../../include   ../ReaderWriterJPEG.cpp  pipeto 
.depend/ReaderWriterJPEG.cpp
../ReaderWriterJPEG.cpp:50:25: jpeglib.h: No such file or directory
../ReaderWriterJPEG.cpp:51:24: jerror.h: No such file or directory
make[4]: Leaving directory 
`/usr/local/src/OSG_OP_OT-1.2-Flightgear/OpenSceneGraph/src/osgPlugins/jpeg/Linux
 
32.Opt'

Hmmm,  I'm on a different machine with this try.  I was able to build, 
load, and start FG on my laptop with the correct release, but it was 
terminated somewhere while loading scenery.   Looks like a problem with 
the operator at this end; need to sync this machine with the libraries 
on the laptop...

I'll be back...


Regards
John W.




-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Build problem

2006-11-12 Thread Curtis Olson
I think you will need at least libjpeg-devel and giflib-devel.
giflib-devel is the one I hit which wasn't installed by default on
fedora.

Curt.
On 11/12/06, John Wojnaroski [EMAIL PROTECTED] wrote:
Mathias Fröhlich wrote:On Friday 10 November 2006 19:28, John Wojnaroski wrote:Frederic Bouvier wrote:Quoting John Wojnaroski :
Understand we still need plib, the openal stuff; what about Simgear?will the latest released version work or is it best to get the latestcvs version?
This is mandatory in any case. FlightGear and SimGear should match.OK,after a bit of thrashing I've got a version of FG-OSG built, but
segfaulting when loading aircraft. Started with the basic c172[EMAIL PROTECTED]:/usr/local/FlightGear$ ./c172expected 'data number' at line 99expected 'data number' at line 138
expected 'data number' at line 177expected 'data number' at line 216expected 'data number' at line 255expected 'data number' at line 294expected 'data number' at line 1079
expected 'data number' at line 1352expected 'data number' at line 1768expected 'data number' at line 1886./c172: line 9: 30270 Segmentation fault/usr/local/bin/fgfs
--fg-root=/usr/local/FlightGear --bpp=32 --airport=KSFO --aircraft=c172p--disable-panel --disable-random-objects --visibility=55000--disable-clouds ./c172: line 11: --native-ctrls=socket,in,30,,5700,udp:
command not found [EMAIL PROTECTED]:/usr/local/FlightGear$That looks like what I had with the osg release version without the patchesfrom
ftp://ftp.uni-duisburg.de/FlightGear/Misc_maf/OpenSceneGraph-20061108Did you take a plain release?Do you need an updated base package and aircrat files as well?Again.
can't seem to find any reference on the website download section otherthan those for the stable releases...No not yet.Don't recall exactly from where I download the patched OSG.I might not
have been the link called out on the wiki site.So started with a freshupdate from there and the latest cvs versions of SG and FG.Looks like there are some missing librariesmake[3]: Entering directory
`/usr/local/src/OSG_OP_OT-1.2-Flightgear/OpenSceneGraph/src/osgPlugins/jpeg'make[4]: Entering directory`/usr/local/src/OSG_OP_OT-1.2-Flightgear/OpenSceneGraph/src/osgPlugins/jpeg/Linux32.Opt'g++ -M -I../../../../include ../ReaderWriterJPEG.cpppipeto
.depend/ReaderWriterJPEG.cpp../ReaderWriterJPEG.cpp:50:25: jpeglib.h: No such file or directory../ReaderWriterJPEG.cpp:51:24: jerror.h: No such file or directorymake[4]: Leaving directory`/usr/local/src/OSG_OP_OT-
1.2-Flightgear/OpenSceneGraph/src/osgPlugins/jpeg/Linux32.Opt'Hmmm,I'm on a different machine with this try.I was able to build,load, and start FG on my laptop with the correct release, but it wasterminated somewhere while loading scenery. Looks like a problem with
the operator at this end; need to sync this machine with the librarieson the laptop...I'll be back...RegardsJohn W.-
Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job easierDownload IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Flightgear-devel mailing listFlightgear-devel@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/flightgear-devel
-- Curtis Olson - University of Minnesota - FlightGear Projecthttp://baron.flightgear.org/~curt/
http://www.humanfirst.umn.edu/http://www.flightgear.orgUnique text: 2f585eeea02e2c79d7b1d8c4963bae2d
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Build problem

2006-11-12 Thread John Wojnaroski


Curtis Olson wrote:

 I think you will need at least libjpeg-devel and giflib-devel.  
 giflib-devel is the one I hit which wasn't installed by default on fedora.

 Curt.

Right, I knew that ;-),  Should have had my morning coffee first, before 
trying something more complicated than walking...

Thanks
JW



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Build problem

2006-11-12 Thread Olaf Flebbe
Hi,

 OSG requires LPEG, GIF, TIFF and PNG support. Typically these are being

IMHO OSG requires png and rgb plugin support. Or did I miss something 
where GIF or TIFF is needed? Thumbnails are in jpeg format, just to make 
sure I included the jpeg osg plugin.

Olaf

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Build problem

2006-11-12 Thread Martin Spott
Hi Olaf,

Olaf Flebbe wrote:

  OSG requires LPEG, GIF, TIFF and PNG support. Typically these are being
 
 IMHO OSG requires png and rgb plugin support. Or did I miss something 
 where GIF or TIFF is needed?

Well, at least when you build the 'standard' set of OSG plugins (on
Unix), then support for several bitmap formats, including the four
mentioned, is part of the game.
I didn't claim that they're required for use with FlightGear  ;-)

Martin.
-- 
 Unix _IS_ user friendly - it's just selective about who its friends are !
--

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Build problem

2006-11-10 Thread Curtis Olson
On 11/10/06, John Wojnaroski [EMAIL PROTECTED] wrote:
Downloaded a fresh CVS copy to try out the updates to the OSG port.Anearlier first attempt built and segfaulted when loading the c172.Aftergetting the fresh tar file I casually blew away the earlier version and
untarred the fresh one.Now when starting the build sequence withautogen.sh it complains about a missing configure.ac file..[EMAIL PROTECTED]:~/FlightGear$ ./autogen.shHost info: Linux i686
 automake: 1.9.5 (19)Running aclocalaclocal: `configure.ac' or `configure.in' is requiredRunning autoheaderautoheader: `configure.ac' or `configure.in' is requiredERROR: autoheader didn't create simgear/simgear_config.h.in!
[EMAIL PROTECTED]:~/FlightGear$I don't recall this happening on the first go-around or if it did what Idid to fix itor if I just got lucky.The file is definitely missing.About the only strange, quirky thing is that when untarring the file,
getting a warning msg regards time stamp set to the epoch on some of thefiles. Am I grabbing a wrong copy?Using the developers hyper-link toget the tarball.Also I don't have CVS set up on this machine, but
don't believe that is an absolute requirement to get the latest copy.tar: FlightGear/utils/fgadmin/src: implausibly old time stamp 1969-12-3116:00:00..tar: FlightGear/utils/fgadmin/visualc/fgadmin: implausibly old time
stamp 1969-12-31 16:00:00tar: FlightGear/utils/fgadmin/visualc: implausibly old time stamp1969-12-31 16:00:00tar: FlightGear/utils/fgadmin: implausibly old time stamp 1969-12-3116:00:00And so forth...
Hmmm,is the command aborting before all the files have been untarredwhich is why the configure.ac file is missing?Any suggestions??I just tried downloading a source tarball from the cvs interactive browser and everything seemed in order. I see a 
configure.ac file in the source.tar.gz and it's not complaining about any odd dates. Perhaps try downloading again? This .tar.gz file is created on the fly so maybe something went haywire?
Curt.-- Curtis Olson - University of Minnesota - FlightGear Projecthttp://baron.flightgear.org/~curt/
http://www.humanfirst.umn.edu/http://www.flightgear.orgUnique text: 2f585eeea02e2c79d7b1d8c4963bae2d
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Build problem

2006-11-10 Thread John Wojnaroski
Martin Spott wrote:

John Wojnaroski wrote:
  

Downloaded a fresh CVS copy to try out the updates to the OSG port.


[...]
  

About the only strange, quirky thing is that when untarring the file, 
getting a warning msg regards time stamp set to the epoch on some of the 
files. Am I grabbing a wrong copy?  Using the developers hyper-link to 
get the tarball.  Also I don't have CVS set up on this machine, but 
don't believe that is an absolute requirement to get the latest copy.

tar: FlightGear/utils/fgadmin/src: implausibly old time stamp 1969-12-31 
16:00:00



If you don't have CVS on that machine, where do get the sources from.
Looks a bit like one computer in the chaion has incorrect system time,
this is not unlikely to break an auto-tooled and make-based build
chain. NTP is your friend:

  http://www.pool.ntp.org/

   

Clicking on the hyper-link at the bottom of the download source code 
page called Developers.

rdate runs in the sim startup script,  probably a couple times a day on 
all the machines on the LAN.  So fairly confident all the local machines 
are sync'd.

Regards
John W.

Regards
John W.



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Build problem

2006-11-10 Thread John Wojnaroski
Curtis Olson wrote:

 On 11/10/06, John Wojnaroski [EMAIL PROTECTED] 
 mailto:[EMAIL PROTECTED] wrote:

 Downloaded a fresh CVS copy to try out the updates to the OSG
 port.  An
 earlier first attempt built and segfaulted when loading the
 c172.  After
 getting the fresh tar file I casually blew away the earlier
 version and
 untarred the fresh one.  Now when starting the build sequence with
 autogen.sh it complains about a missing configure.ac
 http://configure.ac file..

 [EMAIL PROTECTED]:~/FlightGear$ ./autogen.sh
 Host info: Linux i686
 automake: 1.9.5 (19)

 Running aclocal
 aclocal: `configure.ac' or `configure.in' is required
 Running autoheader
 autoheader: `configure.ac' or `configure.in' is required
 ERROR: autoheader didn't create simgear/simgear_config.h.in!
 [EMAIL PROTECTED]:~/FlightGear$

 I don't recall this happening on the first go-around or if it did
 what I
 did to fix it  or if I just got lucky.  The file is definitely
 missing.

 About the only strange, quirky thing is that when untarring the file,
 getting a warning msg regards time stamp set to the epoch on some
 of the
 files. Am I grabbing a wrong copy?  Using the developers
 hyper-link to
 get the tarball.  Also I don't have CVS set up on this machine, but
 don't believe that is an absolute requirement to get the latest copy.

 tar: FlightGear/utils/fgadmin/src: implausibly old time stamp
 1969-12-31
 16:00:00
 .
 .
 tar: FlightGear/utils/fgadmin/visualc/fgadmin: implausibly old time
 stamp 1969-12-31 16:00:00
 tar: FlightGear/utils/fgadmin/visualc: implausibly old time stamp
 1969-12-31 16:00:00
 tar: FlightGear/utils/fgadmin: implausibly old time stamp 1969-12-31
 16:00:00

 And so forth...

 Hmmm,  is the command aborting before all the files have been untarred
 which is why the configure.ac http://configure.ac file is missing?

 Any suggestions??



 I just tried downloading a source tarball from the cvs interactive 
 browser and everything  seemed in order.  I see a configure.ac 
 http://configure.ac file in the source.tar.gz and it's not 
 complaining about any odd dates.  Perhaps try downloading again?  This 
 .tar.gz file is created on the fly so maybe something went haywire?

Just did a fresh download and untar.  The old time stamp msgs are 
still there.  Machine time is sync'd using rdate when it starts and the 
entire LAN is sync'd several times a day...

It has been a while since I worked with a cvs version of FG. Noticed the 
tar file is ~700k smaller than the 0-9.10 version. and can't seem to 
locate the cvs command string for logging in and downloading the cvs 
source. Have been using the hyperlink called

Bleeding edge CVS snapshot to get both simgear and flightgear source.  
It does look like tar is aborting, I don't see any reference to 
configure.ac in the list of untarred directories and files.

Is there another way to get the latest cvs source?  I tried downloading 
and untarring on three different machines, all with the same result.  
And I still can't seem to find the reference to the cvs command string 
for the development source on the website.

Regards
John W.



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Build problem

2006-11-10 Thread Curtis Olson
Hi Jack,Try this link, I'll update the link on the web site.http://cvs.flightgear.org/cgi-bin/viewvc/viewvc.cgi/source.tar.gz?view=tar
Issue is that the old viewcvs.cgi is broke, now using viewvc.cgi, but for some reason never uninnstalled viewcvs.cgi, probably should do that someday.Curt.ps. sorry for the top post. :-)
On 11/10/06, John Wojnaroski [EMAIL PROTECTED] wrote:
Curtis Olson wrote: On 11/10/06, John Wojnaroski [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote:
 Downloaded a fresh CVS copy to try out the updates to the OSG port.An earlier first attempt built and segfaulted when loading the c172.After getting the fresh tar file I casually blew away the earlier
 version and untarred the fresh one.Now when starting the build sequence with autogen.sh it complains about a missing configure.ac 
http://configure.ac file.. [EMAIL PROTECTED]:~/FlightGear$ ./autogen.sh Host info: Linux i686 automake: 1.9.5 (19) Running aclocal aclocal: `configure.ac' or `configure.in' is required
 Running autoheader autoheader: `configure.ac' or `configure.in' is required ERROR: autoheader didn't create simgear/simgear_config.h.in! [EMAIL PROTECTED]:~/FlightGear$
 I don't recall this happening on the first go-around or if it did what I did to fix itor if I just got lucky.The file is definitely missing. About the only strange, quirky thing is that when untarring the file,
 getting a warning msg regards time stamp set to the epoch on some of the files. Am I grabbing a wrong copy?Using the developers hyper-link to get the tarball.Also I don't have CVS set up on this machine, but
 don't believe that is an absolute requirement to get the latest copy. tar: FlightGear/utils/fgadmin/src: implausibly old time stamp 1969-12-31 16:00:00 .
 . tar: FlightGear/utils/fgadmin/visualc/fgadmin: implausibly old time stamp 1969-12-31 16:00:00 tar: FlightGear/utils/fgadmin/visualc: implausibly old time stamp 1969-12-31 16:00:00
 tar: FlightGear/utils/fgadmin: implausibly old time stamp 1969-12-31 16:00:00 And so forth... Hmmm,is the command aborting before all the files have been untarred
 which is why the configure.ac http://configure.ac file is missing? Any suggestions??
 I just tried downloading a source tarball from the cvs interactive browser and everythingseemed in order.I see a configure.ac http://configure.ac
 file in the source.tar.gz and it's not complaining about any odd dates.Perhaps try downloading again?This .tar.gz file is created on the fly so maybe something went haywire?Just did a fresh download and untar.The old time stamp msgs are
still there.Machine time is sync'd using rdate when it starts and theentire LAN is sync'd several times a day...It has been a while since I worked with a cvs version of FG. Noticed thetar file is ~700k smaller than the 
0-9.10 version. and can't seem tolocate the cvs command string for logging in and downloading the cvssource. Have been using the hyperlink calledBleeding edge CVS snapshot to get both simgear and flightgear source.
It does look like tar is aborting, I don't see any reference toconfigure.ac in the list of untarred directories and files.Is there another way to get the latest cvs source?I tried downloading
and untarring on three different machines, all with the same result.And I still can't seem to find the reference to the cvs command stringfor the development source on the website.RegardsJohn W.
-Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimohttp://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___Flightgear-devel mailing listFlightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel-- Curtis Olson - University of Minnesota - FlightGear Project
http://baron.flightgear.org/~curt/http://www.humanfirst.umn.edu/http://www.flightgear.orgUnique text: 2f585eeea02e2c79d7b1d8c4963bae2d
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Build problem

2006-11-10 Thread John Wojnaroski
John Wojnaroski wrote:

Curtis Olson wrote:

  

On 11/10/06, John Wojnaroski [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED] wrote:

Downloaded a fresh CVS copy to try out the updates to the OSG
port.  An
earlier first attempt built and segfaulted when loading the
c172.  After
getting the fresh tar file I casually blew away the earlier
version and
untarred the fresh one.  Now when starting the build sequence with
autogen.sh it complains about a missing configure.ac
http://configure.ac file..

[EMAIL PROTECTED]:~/FlightGear$ ./autogen.sh
Host info: Linux i686
automake: 1.9.5 (19)

Running aclocal
aclocal: `configure.ac' or `configure.in' is required
Running autoheader
autoheader: `configure.ac' or `configure.in' is required
ERROR: autoheader didn't create simgear/simgear_config.h.in!
[EMAIL PROTECTED]:~/FlightGear$

I don't recall this happening on the first go-around or if it did
what I
did to fix it  or if I just got lucky.  The file is definitely
missing.

About the only strange, quirky thing is that when untarring the file,
getting a warning msg regards time stamp set to the epoch on some
of the
files. Am I grabbing a wrong copy?  Using the developers
hyper-link to
get the tarball.  Also I don't have CVS set up on this machine, but
don't believe that is an absolute requirement to get the latest copy.

tar: FlightGear/utils/fgadmin/src: implausibly old time stamp
1969-12-31
16:00:00
.
.
tar: FlightGear/utils/fgadmin/visualc/fgadmin: implausibly old time
stamp 1969-12-31 16:00:00
tar: FlightGear/utils/fgadmin/visualc: implausibly old time stamp
1969-12-31 16:00:00
tar: FlightGear/utils/fgadmin: implausibly old time stamp 1969-12-31
16:00:00

And so forth...

Hmmm,  is the command aborting before all the files have been untarred
which is why the configure.ac http://configure.ac file is missing?

Any suggestions??



I just tried downloading a source tarball from the cvs interactive 
browser and everything  seemed in order.  I see a configure.ac 
http://configure.ac file in the source.tar.gz and it's not 
complaining about any odd dates.  Perhaps try downloading again?  This 
.tar.gz file is created on the fly so maybe something went haywire?



Just did a fresh download and untar.  The old time stamp msgs are 
still there.  Machine time is sync'd using rdate when it starts and the 
entire LAN is sync'd several times a day...

It has been a while since I worked with a cvs version of FG. Noticed the 
tar file is ~700k smaller than the 0-9.10 version. and can't seem to 
locate the cvs command string for logging in and downloading the cvs 
source. Have been using the hyperlink called

Bleeding edge CVS snapshot to get both simgear and flightgear source.  
It does look like tar is aborting, I don't see any reference to 
configure.ac in the list of untarred directories and files.

Is there another way to get the latest cvs source?  I tried downloading 
and untarring on three different machines, all with the same result.  
And I still can't seem to find the reference to the cvs command string 
for the development source on the website.

Regards
John W.


  

OK, after a bit of head scratching and brain thumping, I was able to 
recall how to do a cvs checkout.  Fg is now building; but that still 
does not explain what the devil is happening with the tarball file and 
why  I'll leave that problem for another day...

Understand we still need plib, the openal stuff; what about Simgear? 
will the latest released version work or is it best to get the latest 
cvs version?

JW

Regards
John W.


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Build problem

2006-11-10 Thread Frederic Bouvier
Quoting John Wojnaroski :
 Understand we still need plib, the openal stuff; what about Simgear?
 will the latest released version work or is it best to get the latest
 cvs version?

This is mandatory in any case. FlightGear and SimGear should match.

-Fred

--
Frédéric Bouvier
http://frfoto.free.fr  Photo gallery - album photo
http://www.fotolia.fr/p/2278/partner/2278  Other photo gallery
http://fgsd.sourceforge.net/   FlightGear Scenery Designer

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Build problem

2006-11-10 Thread John Wojnaroski
Frederic Bouvier wrote:

Quoting John Wojnaroski :
  

Understand we still need plib, the openal stuff; what about Simgear?
will the latest released version work or is it best to get the latest
cvs version?



This is mandatory in any case. FlightGear and SimGear should match.

  

OK,  after a bit of thrashing I've got a version of FG-OSG built, but 
segfaulting when loading aircraft. Started with the basic c172

[EMAIL PROTECTED]:/usr/local/FlightGear$ ./c172
expected 'data number' at line 99
expected 'data number' at line 138
expected 'data number' at line 177
expected 'data number' at line 216
expected 'data number' at line 255
expected 'data number' at line 294
expected 'data number' at line 1079
expected 'data number' at line 1352
expected 'data number' at line 1768
expected 'data number' at line 1886
./c172: line 9: 30270 Segmentation fault  /usr/local/bin/fgfs 
--fg-root=/usr/local/FlightGear --bpp=32 --airport=KSFO --aircraft=c172p 
--disable-panel --disable-random-objects --visibility=55000 --disable-clouds
./c172: line 11: --native-ctrls=socket,in,30,,5700,udp: command not found
[EMAIL PROTECTED]:/usr/local/FlightGear$

Do you need an updated base package and aircrat files as well?  Again. 
can't seem to find any reference on the website download section other 
than those for the stable releases...

Regards
John W.



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Build problem

2006-11-10 Thread Georg Vollnhals
John Wojnaroski schrieb:
 Frederic Bouvier wrote:

   
 Quoting John Wojnaroski :
  

 
 Understand we still need plib, the openal stuff; what about Simgear?
 will the latest released version work or is it best to get the latest
 cvs version?


   
 This is mandatory in any case. FlightGear and SimGear should match.

  

 
 OK,  after a bit of thrashing I've got a version of FG-OSG built, but 
 segfaulting when loading aircraft. Started with the basic c172

 [EMAIL PROTECTED]:/usr/local/FlightGear$ ./c172
 expected 'data number' at line 99
 expected 'data number' at line 138
 expected 'data number' at line 177
 expected 'data number' at line 216
 expected 'data number' at line 255
 expected 'data number' at line 294
 expected 'data number' at line 1079
 expected 'data number' at line 1352
 expected 'data number' at line 1768
 expected 'data number' at line 1886
 ./c172: line 9: 30270 Segmentation fault  /usr/local/bin/fgfs 
 --fg-root=/usr/local/FlightGear --bpp=32 --airport=KSFO --aircraft=c172p 
 --disable-panel --disable-random-objects --visibility=55000 --disable-clouds
 ./c172: line 11: --native-ctrls=socket,in,30,,5700,udp: command not found
 [EMAIL PROTECTED]:/usr/local/FlightGear$

 Do you need an updated base package and aircrat files as well?  Again. 
 can't seem to find any reference on the website download section other 
 than those for the stable releases...

 Regards
 John W.



   
Let Mathias explain it (= one of his older replies from this list!):

Hi,

On Monday 30 October 2006 18:44, Michal Fabik wrote:

  so I've installed OSG, built cvs SimGear and
  FlightGear against it, set up/symlinked all the OSG
  paths and plugins required and now, after running fgfs
  I get the splash screen and everything seems to be
  working fine but after generating sky elements fgfs
  quits with the following error:
  expected 'data number' at line 99
  expected 'data number' at line 138
  expected 'data number' at line 177
  expected 'data number' at line 216
  expected 'data number' at line 255
  expected 'data number' at line 294
  expected 'data number' at line 1079
  expected 'data number' at line 1352
  expected 'data number' at line 1768
  expected 'data number' at line 1886
  Segmentation fault
   
You did use the patched osg version from

ftp://ftp.uni-duisburg.de/FlightGear/Misc_maf/OpenSceneGraph-20061029/

??

I believe to remember that such messages oroginate from the ac3d Loader. The 
segfault from the unpatched RGB Loader ...

   Greetings

   Mathias




-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Build problem

2006-11-10 Thread Georg Vollnhals
Georg Vollnhals schrieb:
 John Wojnaroski schrieb:
   

 Let Mathias explain it (= one of his older replies from this list!):
   
 ..
 You did use the patched osg version from

 ftp://ftp.uni-duisburg.de/FlightGear/Misc_maf/OpenSceneGraph-20061029/

 ??

 I believe to remember that such messages oroginate from the ac3d Loader. The 
 segfault from the unpatched RGB Loader ...

Greetings

Mathias




   
I have to add the newest link to the *latest* patched OSG version:

ftp://ftp.uni-duisburg.de/FlightGear/Misc_maf/OpenSceneGraph-20061108/OSG_OP_OT-1.2-Flightgear.tar.gz

Regards
Georg


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Build problem

2006-11-10 Thread John Wojnaroski
Georg Vollnhals wrote:

John Wojnaroski schrieb:
  

Frederic Bouvier wrote:

  


Quoting John Wojnaroski :
 


  

Understand we still need plib, the openal stuff; what about Simgear?
will the latest released version work or is it best to get the latest
cvs version?
   

  


This is mandatory in any case. FlightGear and SimGear should match.

 


  

OK,  after a bit of thrashing I've got a version of FG-OSG built, but 
segfaulting when loading aircraft. Started with the basic c172

[EMAIL PROTECTED]:/usr/local/FlightGear$ ./c172
expected 'data number' at line 99
expected 'data number' at line 138
expected 'data number' at line 177
expected 'data number' at line 216
expected 'data number' at line 255
expected 'data number' at line 294
expected 'data number' at line 1079
expected 'data number' at line 1352
expected 'data number' at line 1768
expected 'data number' at line 1886
./c172: line 9: 30270 Segmentation fault  /usr/local/bin/fgfs 
--fg-root=/usr/local/FlightGear --bpp=32 --airport=KSFO --aircraft=c172p 
--disable-panel --disable-random-objects --visibility=55000 --disable-clouds
./c172: line 11: --native-ctrls=socket,in,30,,5700,udp: command not found
[EMAIL PROTECTED]:/usr/local/FlightGear$

Do you need an updated base package and aircrat files as well?  Again. 
can't seem to find any reference on the website download section other 
than those for the stable releases...

Regards
John W.



  


Let Mathias explain it (= one of his older replies from this list!):

Hi,

On Monday 30 October 2006 18:44, Michal Fabik wrote:

  

so I've installed OSG, built cvs SimGear and
FlightGear against it, set up/symlinked all the OSG
paths and plugins required and now, after running fgfs
I get the splash screen and everything seems to be
working fine but after generating sky elements fgfs
quits with the following error:
expected 'data number' at line 99
expected 'data number' at line 138
expected 'data number' at line 177
expected 'data number' at line 216
expected 'data number' at line 255
expected 'data number' at line 294
expected 'data number' at line 1079
expected 'data number' at line 1352
expected 'data number' at line 1768
expected 'data number' at line 1886
Segmentation fault
  

  


You did use the patched osg version from

ftp://ftp.uni-duisburg.de/FlightGear/Misc_maf/OpenSceneGraph-20061029/

??

I believe to remember that such messages oroginate from the ac3d Loader. The 
segfault from the unpatched RGB Loader ...

   Greetings

   Mathias
  

Ooops,  no used the version from the OSG website.  Hoping the OSG folks 
will be a bit more receptive/responsive to changes and updates than 
plib.  Base on some of the email traffic I've seen, I think that will be 
the case so we won't have to live with patches.

Regards
John W.


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Build problem

2006-11-09 Thread Martin Spott
John Wojnaroski wrote:
 Downloaded a fresh CVS copy to try out the updates to the OSG port.
[...]
 About the only strange, quirky thing is that when untarring the file, 
 getting a warning msg regards time stamp set to the epoch on some of the 
 files. Am I grabbing a wrong copy?  Using the developers hyper-link to 
 get the tarball.  Also I don't have CVS set up on this machine, but 
 don't believe that is an absolute requirement to get the latest copy.
 
 tar: FlightGear/utils/fgadmin/src: implausibly old time stamp 1969-12-31 
 16:00:00

If you don't have CVS on that machine, where do get the sources from.
Looks a bit like one computer in the chaion has incorrect system time,
this is not unlikely to break an auto-tooled and make-based build
chain. NTP is your friend:

  http://www.pool.ntp.org/

Martin.
-- 
 Unix _IS_ user friendly - it's just selective about who its friends are !
--

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel