Re: [Flightgear-users] CVS version

2012-10-10 Thread Sid Boyce
On 10/10/12 00:48, Donn Washburn wrote:
 Also What part of boost is needed.  This is openSuSE 12.3 and it seems
 I have several parts of boost

What boost errors are you seeing?
Regards
Sid.

-- 
Sid Boyce ... Hamradio License G3VBV, Licensed Private Pilot
Emeritus IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support
Senior Staff Specialist, Cricket Coach
Microsoft Windows Free Zone - Linux used for all Computing Tasks


--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
___
Flightgear-users mailing list
Flightgear-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-users


[Flightgear-users] CVS version

2012-10-09 Thread Donn Washburn
I have downloaded the cvs/git version of flightgear and Its data.

I get an error as it comes up

onn@m1l-suse:~/Documents fgfs
ERROR: The path '/usr/local/lib/FlightGear' does not exist in the file 
system.


Base package check failed:
   Version [none] found at: /usr/local/lib/FlightGear
   Version 2.9.0 is required.
Please upgrade/downgrade base package and set the path to your fgdata
with --fg-root=path_to_your_fgdata

Any ideas!

I did assign it using ccmake in /usr/lib64/FlightGear-Data it did decide to 
show it looking for /usr/local

-- 


73 de Donn Washburn
1803 Oaklawn  Email n5...@comcast.net
Sugar Land, TX 77498-2249  LL# 1.281.242.4807
Ham Callsign N5XWB   HAMs : n5...@arrl.net
VoIP via Skype:n5xwbg  BMWMOA #:4146 Ambassador
http://counter.li.org  #279316


--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
___
Flightgear-users mailing list
Flightgear-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-users


Re: [Flightgear-users] CVS version

2012-10-09 Thread Donn Washburn
Also What part of boost is needed.  This is openSuSE 12.3 and it seems 
I have several parts of boost

-- 
73 de Donn Washburn
1803 Oaklawn  Email n5...@comcast.net
Sugar Land, TX 77498-2249  LL# 1.281.242.4807
Ham Callsign N5XWB   HAMs : n5...@arrl.net
VoIP via Skype:n5xwbg  BMWMOA #:4146 Ambassador
http://counter.li.org  #279316


--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
___
Flightgear-users mailing list
Flightgear-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-users


Re: [Flightgear-users] CVS version

2012-10-09 Thread Curtis Olson
Hi Donn,

You can see from the error message that flightgear is looking in
/usr/local/lib/FlightGear, so whatever you thought you did to point the
code at /usr/lib64/FlightGear-Data did not take.  For myself I just leave
the default and set the path in my ~/.fgfsrc file like so (using your
desired path for the example):

--fg-root=/usr/lib64/FlightGear-Data

I don't know about opensuse, but if you just install boost or
boost-devel it will probably pull in the other parts as dependencies.
 (I'm guessing, your mileage of course may vary ...)

Regards,

Curt.


On Tue, Oct 9, 2012 at 6:08 PM, Donn Washburn n5...@comcast.net wrote:

 I have downloaded the cvs/git version of flightgear and Its data.

 I get an error as it comes up

 onn@m1l-suse:~/Documents fgfs
 ERROR: The path '/usr/local/lib/FlightGear' does not exist in the file
 system.


 Base package check failed:
Version [none] found at: /usr/local/lib/FlightGear
Version 2.9.0 is required.
 Please upgrade/downgrade base package and set the path to your fgdata
 with --fg-root=path_to_your_fgdata

 Any ideas!

 I did assign it using ccmake in /usr/lib64/FlightGear-Data it did decide
 to show it looking for /usr/local

 --


 73 de Donn Washburn
 1803 Oaklawn  Email n5...@comcast.net
 Sugar Land, TX 77498-2249  LL# 1.281.242.4807
 Ham Callsign N5XWB   HAMs : n5...@arrl.net
 VoIP via Skype:n5xwbg  BMWMOA #:4146 Ambassador
 http://counter.li.org  #279316



 --
 Don't let slow site performance ruin your business. Deploy New Relic APM
 Deploy New Relic app performance management and know exactly
 what is happening inside your Ruby, Python, PHP, Java, and .NET app
 Try New Relic at no cost today and get our sweet Data Nerd shirt too!
 http://p.sf.net/sfu/newrelic-dev2dev
 ___
 Flightgear-users mailing list
 Flightgear-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/flightgear-users




-- 
Curtis Olson:
http://www.atiak.com - http://aem.umn.edu/~uav/
http://www.flightgear.org - http://gallinazo.flightgear.org
--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev___
Flightgear-users mailing list
Flightgear-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-users


Re: [Flightgear-users] CVS version

2012-10-09 Thread Donn Washburn

  
  

On 10/09/2012 06:54 PM, Curtis Olson
  wrote:

Hi Donn,
  
  
  You can see from the error message that flightgear is looking
in /usr/local/lib/FlightGear, so whatever you thought you did to
point the code at /usr/lib64/FlightGear-Data did not take. For
myself I just leave the default and set the path in my ~/.fgfsrc
file like so (using your desired path for the example):
  
  
  
--fg-root=/usr/lib64/FlightGear-Data
  

1l-suse:/home/donn/Documents # rpm -qa | grep boost
libboost_locale1_49_0-1.49.0-9.2.x86_64
boost-devel-1.49.0-9.2.x86_64  Devel may have been played
with or is old
libboost_program_options1_49_0-1.49.0-9.2.x86_64
libboost_test1_49_0-1.49.0-9.2.x86_64
libboost_python1_49_0-1.49.0-9.2.x86_64
libboost_thread1_49_0-1.49.0-9.2.x86_64
libboost_mpi1_49_0-1.49.0-9.2.x86_64
libboost_system1_49_0-1.49.0-9.2.x86_64
libboost_timer1_49_0-1.49.0-9.2.x86_64
libboost_graph1_49_0-1.49.0-9.2.x86_64
libboost_filesystem1_49_0-1.49.0-9.2.x86_64
libboost_iostreams1_49_0-1.49.0-9.2.x86_64
libboost_regex1_49_0-1.49.0-9.2.x86_64
boost-license1_49_0-1.49.0-9.2.noarch
libboost_chrono1_49_0-1.49.0-9.2.x86_64
libboost_math1_49_0-1.49.0-9.2.x86_64
libboost_random1_49_0-1.49.0-9.2.x86_64
libboost_wave1_49_0-1.49.0-9.2.x86_64
libboost_date_time1_49_0-1.49.0-9.2.x86_64
boost-jam-201104-4.4.x86_64
libboost_serialization1_49_0-1.49.0-9.2.x86_64
libboost_signals1_49_0-1.49.0-9.2.x86_64



  


I don't know about opensuse, but if you just install
  "boost" or "boost-devel" it will probably pull in the other
  parts as dependencies. (I'm guessing, your mileage of course
  may vary ...)
  


Yes I have boost and supposed to have the devel part. It is the
first line via ccmake that has the problem


  


Regards,


Curt.



On Tue, Oct 9, 2012 at 6:08 PM, Donn
  Washburn n5...@comcast.net
  wrote:
  I have
downloaded the cvs/git version of flightgear and Its data.

I get an error as it comes up

onn@m1l-suse:~/Documents fgfs
ERROR: The path '/usr/local/lib/FlightGear' does not exist
in the file
system.


Base package check failed:
 Version [none] found at: /usr/local/lib/FlightGear
 Version 2.9.0 is required.
Please upgrade/downgrade base package and set the path to
your fgdata
with --fg-root=path_to_your_fgdata

Any ideas!

I did assign it using "ccmake" in /usr/lib64/FlightGear-Data
it did decide to show it looking for /usr/local

--


73 de Donn Washburn
1803 Oaklawn Email n5...@comcast.net
Sugar Land, TX 77498-2249 LL# 1.281.242.4807
Ham Callsign N5XWB  HAMs : n5...@arrl.net
VoIP via Skype:n5xwbg BMWMOA #:4146 Ambassador
   " http://counter.li.org
" #279316


--
Don't let slow site performance ruin your business. Deploy
New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and
.NET app
Try New Relic at no cost today and get our sweet Data Nerd
shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
___
Flightgear-users mailing list
Flightgear-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-users
  





-- 
Curtis Olson:
http://www.atiak.com-http://aem.umn.edu/~uav/
http://www.flightgear.org-http://gallinazo.flightgear.org

  
  
  
  
  --
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
  
  
  
  ___
Flightgear-users mailing list
Flightgear-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-users



-- 
73 de Donn Washburn 
1803 

Re: [Flightgear-users] CVS version

2012-10-09 Thread Curtis Olson
I guess I don't see the boost problem then if it's there on your system.
 If you may have played with your installation files, then you are on
your own with that.  If you got a clean compile of FlightGear then I don't
think you have any thing to worry about with boost.

On Tue, Oct 9, 2012 at 7:12 PM, Donn Washburn n5...@comcast.net wrote:


 On 10/09/2012 06:54 PM, Curtis Olson wrote:

 Hi Donn,

  You can see from the error message that flightgear is looking in
 /usr/local/lib/FlightGear, so whatever you thought you did to point the
 code at /usr/lib64/FlightGear-Data did not take.  For myself I just leave
 the default and set the path in my ~/.fgfsrc file like so (using your
 desired path for the example):

  --fg-root=/usr/lib64/FlightGear-Data

 1l-suse:/home/donn/Documents # rpm -qa | grep boost
 libboost_locale1_49_0-1.49.0-9.2.x86_64
 boost-devel-1.49.0-9.2.x86_64    Devel may have been played with or
 is old
 libboost_program_options1_49_0-1.49.0-9.2.x86_64
 libboost_test1_49_0-1.49.0-9.2.x86_64
 libboost_python1_49_0-1.49.0-9.2.x86_64
 libboost_thread1_49_0-1.49.0-9.2.x86_64
 libboost_mpi1_49_0-1.49.0-9.2.x86_64
 libboost_system1_49_0-1.49.0-9.2.x86_64
 libboost_timer1_49_0-1.49.0-9.2.x86_64
 libboost_graph1_49_0-1.49.0-9.2.x86_64
 libboost_filesystem1_49_0-1.49.0-9.2.x86_64
 libboost_iostreams1_49_0-1.49.0-9.2.x86_64
 libboost_regex1_49_0-1.49.0-9.2.x86_64
 boost-license1_49_0-1.49.0-9.2.noarch
 libboost_chrono1_49_0-1.49.0-9.2.x86_64
 libboost_math1_49_0-1.49.0-9.2.x86_64
 libboost_random1_49_0-1.49.0-9.2.x86_64
 libboost_wave1_49_0-1.49.0-9.2.x86_64
 libboost_date_time1_49_0-1.49.0-9.2.x86_64
 boost-jam-201104-4.4.x86_64
 libboost_serialization1_49_0-1.49.0-9.2.x86_64
 libboost_signals1_49_0-1.49.0-9.2.x86_64




  I don't know about opensuse, but if you just install boost or
 boost-devel it will probably pull in the other parts as dependencies.
  (I'm guessing, your mileage of course may vary ...)


 Yes I have boost and supposed to have the devel part.  It is the first
 line via ccmake that has the problem



  Regards,

  Curt.


 On Tue, Oct 9, 2012 at 6:08 PM, Donn Washburn n5...@comcast.net wrote:

 I have downloaded the cvs/git version of flightgear and Its data.

 I get an error as it comes up

 onn@m1l-suse:~/Documents fgfs
 ERROR: The path '/usr/local/lib/FlightGear' does not exist in the file
 system.


 Base package check failed:
Version [none] found at: /usr/local/lib/FlightGear
Version 2.9.0 is required.
 Please upgrade/downgrade base package and set the path to your fgdata
 with --fg-root=path_to_your_fgdata

 Any ideas!

 I did assign it using ccmake in /usr/lib64/FlightGear-Data it did
 decide to show it looking for /usr/local

 --


 73 de Donn Washburn
 1803 Oaklawn  Email n5...@comcast.net
 Sugar Land, TX 77498-2249  LL# 1.281.242.4807
 Ham Callsign N5XWB   HAMs : n5...@arrl.net
 VoIP via Skype:n5xwbg  BMWMOA #:4146 Ambassador
 http://counter.li.org  #279316



 --
 Don't let slow site performance ruin your business. Deploy New Relic APM
 Deploy New Relic app performance management and know exactly
 what is happening inside your Ruby, Python, PHP, Java, and .NET app
 Try New Relic at no cost today and get our sweet Data Nerd shirt too!
 http://p.sf.net/sfu/newrelic-dev2dev
 ___
 Flightgear-users mailing list
 Flightgear-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/flightgear-users




  --
 Curtis Olson:
 http://www.atiak.com - http://aem.umn.edu/~uav/
 http://www.flightgear.org - http://gallinazo.flightgear.org



 --
 Don't let slow site performance ruin your business. Deploy New Relic APM
 Deploy New Relic app performance management and know exactly
 what is happening inside your Ruby, Python, PHP, Java, and .NET app
 Try New Relic at no cost today and get our sweet Data Nerd shirt 
 too!http://p.sf.net/sfu/newrelic-dev2dev



 ___
 Flightgear-users mailing 
 listFlightgear-users@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/flightgear-users


 --
 73 de Donn Washburn
 1803 Oaklawn  Email n5...@comcast.net n5...@comcast.net
 Sugar Land, TX 77498-2249  LL# 1.281.242.4807
 Ham Callsign N5XWB   HAMs : n5...@arrl.net n5...@arrl.net
 VoIP via Skype:n5xwbg  BMWMOA #:4146 Ambassador
http://counter.li.org  http://counter.li.org #279316



 --
 Don't let slow site performance ruin your business. Deploy New Relic APM
 Deploy New Relic app performance management and know exactly
 what is happening inside your Ruby, Python, PHP, Java, and .NET app
 Try New Relic at no cost today and get our sweet Data Nerd shirt too!
 http://p.sf.net/sfu/newrelic-dev2dev
 

Re: [Flightgear-users] cvs version 2.0

2010-03-17 Thread Heiko Schulz
Hi,

The file is there, but I forgot that linux doesen regard capitalization. Sorry
Just change the name of the instrument in flightdeck/instruments/STBY, then it 
should work


Cheers
Heiko

still in work: http://www.hoerbird.net/galerie.html

But already done: http://www.hoerbird.net/reisen.html

--- Simon Barz simbab...@gmail.com schrieb am Mi, 17.3.2010:

Von: Simon Barz simbab...@gmail.com
Betreff: Re: [Flightgear-users] cvs version 2.0
An: FlightGear user discussions flightgear-users@lists.sourceforge.net
Datum: Mittwoch, 17. März, 2010 05:12 Uhr

It looks like your missing an instrument file.  
737-300/Models/Flightdeck/Instruments/STBY/alt.xml.

Try and find that file and out in that path.  If it still doesn't work we can 
try something else.


On Tue, Mar 16, 2010 at 10:32 PM, Donn Washburn n5...@comcast.net wrote:

Hey Group;



I am getting a error so I don't know where to start.  Help!



CVS versions of SimGear and/or Flightgear problem



d...@m1l-suse:~/Flight ./fgfs-737-300.sh

Failed to load file:

Aircraft/737-300/Models/Flightdeck/Instruments/STBY/alt.xml

FGPropertyManager::GetNode() No node found for /sim/model/pushback/ki

Nasal runtime error: props.setAttribute() with invalid attribute

   at /usr/lib/FlightGear/Nasal/props.nas, line 25

   called from: /usr/lib/FlightGear/Nasal/gui.nas, line 137

loading scenario 'nimitz_demo'

RenderStage::runCameraSetUp(), FBO setup failed, FBO status= 0x0

creating 3D noise texture... DONE

Warning: TangentSpaceGenerator: unknown primitive mode 9

Warning: TangentSpaceGenerator: unknown primitive mode 9

Warning: TangentSpaceGenerator: unknown primitive mode 9

Warning: TangentSpaceGenerator: unknown primitive mode 9

Warning: TangentSpaceGenerator: unknown primitive mode 9

Warning: TangentSpaceGenerator: unknown primitive mode 9

Warning: TangentSpaceGenerator: unknown primitive mode 9

Warning: TangentSpaceGenerator: unknown primitive mode 9

Warning: TangentSpaceGenerator: unknown primitive mode 9

Warning: TangentSpaceGenerator: unknown primitive mode 9

Warning: TangentSpaceGenerator: unknown primitive mode 9

Scaling image '/usr/lib/FlightGear/Aircraft/737-300/Models/fans.png'

from (255,255) to (256,256)





--

73 de Donn Washburn

307 Savoy Street     Email: n5...@comcast.net 

Sugar Land, TX 77478 LL# 1.281.242.3256

Ham Callsign N5XWB   HAMs :  n5...@arrl.net 

VoIP via Gizmo: bmw_87kbike / via Skype: n5xwbg

BMW MOA #: 4146 - Ambassador

        http://counter.li.org  #279316



--

Download Intel#174; Parallel Studio Eval

Try the new software tools for yourself. Speed compiling, find bugs

proactively, and fine-tune applications for parallel performance.

See why Intel Parallel Studio got high marks during beta.

http://p.sf.net/sfu/intel-sw-dev

___

Flightgear-users mailing list

Flightgear-users@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/flightgear-users




-Integrierter Anhang folgt-

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
-Integrierter Anhang folgt-

___
Flightgear-users mailing list
Flightgear-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-users


__
Do You Yahoo!?
Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen 
Massenmails. 
http://mail.yahoo.com --
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
Flightgear-users mailing list
Flightgear-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-users


[Flightgear-users] cvs version 2.0

2010-03-16 Thread Donn Washburn
Hey Group;

I am getting a error so I don't know where to start.  Help!

CVS versions of SimGear and/or Flightgear problem

d...@m1l-suse:~/Flight ./fgfs-737-300.sh
Failed to load file: 
Aircraft/737-300/Models/Flightdeck/Instruments/STBY/alt.xml
FGPropertyManager::GetNode() No node found for /sim/model/pushback/ki
Nasal runtime error: props.setAttribute() with invalid attribute
   at /usr/lib/FlightGear/Nasal/props.nas, line 25
   called from: /usr/lib/FlightGear/Nasal/gui.nas, line 137
loading scenario 'nimitz_demo'
RenderStage::runCameraSetUp(), FBO setup failed, FBO status= 0x0
creating 3D noise texture... DONE
Warning: TangentSpaceGenerator: unknown primitive mode 9
Warning: TangentSpaceGenerator: unknown primitive mode 9
Warning: TangentSpaceGenerator: unknown primitive mode 9
Warning: TangentSpaceGenerator: unknown primitive mode 9
Warning: TangentSpaceGenerator: unknown primitive mode 9
Warning: TangentSpaceGenerator: unknown primitive mode 9
Warning: TangentSpaceGenerator: unknown primitive mode 9
Warning: TangentSpaceGenerator: unknown primitive mode 9
Warning: TangentSpaceGenerator: unknown primitive mode 9
Warning: TangentSpaceGenerator: unknown primitive mode 9
Warning: TangentSpaceGenerator: unknown primitive mode 9
Scaling image '/usr/lib/FlightGear/Aircraft/737-300/Models/fans.png' 
from (255,255) to (256,256)


-- 
73 de Donn Washburn
307 Savoy Street Email: n5...@comcast.net 
Sugar Land, TX 77478 LL# 1.281.242.3256
Ham Callsign N5XWB   HAMs :  n5...@arrl.net 
VoIP via Gizmo: bmw_87kbike / via Skype: n5xwbg
BMW MOA #: 4146 - Ambassador
http://counter.li.org  #279316

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Flightgear-users mailing list
Flightgear-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-users


Re: [Flightgear-users] cvs version 2.0

2010-03-16 Thread Simon Barz
It looks like your missing an instrument file.
737-300/Models/Flightdeck/Instruments/STBY/alt.xml.

Try and find that file and out in that path.  If it still doesn't work we
can try something else.

On Tue, Mar 16, 2010 at 10:32 PM, Donn Washburn n5...@comcast.net wrote:

 Hey Group;

 I am getting a error so I don't know where to start.  Help!

 CVS versions of SimGear and/or Flightgear problem

 d...@m1l-suse:~/Flight ./fgfs-737-300.sh
 Failed to load file:
 Aircraft/737-300/Models/Flightdeck/Instruments/STBY/alt.xml
 FGPropertyManager::GetNode() No node found for /sim/model/pushback/ki
 Nasal runtime error: props.setAttribute() with invalid attribute
   at /usr/lib/FlightGear/Nasal/props.nas, line 25
   called from: /usr/lib/FlightGear/Nasal/gui.nas, line 137
 loading scenario 'nimitz_demo'
 RenderStage::runCameraSetUp(), FBO setup failed, FBO status= 0x0
 creating 3D noise texture... DONE
 Warning: TangentSpaceGenerator: unknown primitive mode 9
 Warning: TangentSpaceGenerator: unknown primitive mode 9
 Warning: TangentSpaceGenerator: unknown primitive mode 9
 Warning: TangentSpaceGenerator: unknown primitive mode 9
 Warning: TangentSpaceGenerator: unknown primitive mode 9
 Warning: TangentSpaceGenerator: unknown primitive mode 9
 Warning: TangentSpaceGenerator: unknown primitive mode 9
 Warning: TangentSpaceGenerator: unknown primitive mode 9
 Warning: TangentSpaceGenerator: unknown primitive mode 9
 Warning: TangentSpaceGenerator: unknown primitive mode 9
 Warning: TangentSpaceGenerator: unknown primitive mode 9
 Scaling image '/usr/lib/FlightGear/Aircraft/737-300/Models/fans.png'
 from (255,255) to (256,256)


 --
 73 de Donn Washburn
 307 Savoy Street Email: n5...@comcast.net 
 Sugar Land, TX 77478 LL# 1.281.242.3256
 Ham Callsign N5XWB   HAMs :  n5...@arrl.net 
 VoIP via Gizmo: bmw_87kbike / via Skype: n5xwbg
 BMW MOA #: 4146 - Ambassador
http://counter.li.org  #279316


 --
 Download Intel#174; Parallel Studio Eval
 Try the new software tools for yourself. Speed compiling, find bugs
 proactively, and fine-tune applications for parallel performance.
 See why Intel Parallel Studio got high marks during beta.
 http://p.sf.net/sfu/intel-sw-dev
 ___
 Flightgear-users mailing list
 Flightgear-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/flightgear-users

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
Flightgear-users mailing list
Flightgear-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-users


[Flightgear-users] cvs version today

2009-06-28 Thread Donn Washburn

Two questions about Flightgear 06/28/09 CVS version.
One is to let you know you are requesting a file that is not there.
Second is what is this cpu / pre process issue

SuSE 11.2, g++ (SUSE Linux) 4.4.0 [gcc-4_4-branch revision 147285]

--
73 de Donn Washburn
307 Savoy Street Email: n5...@comcast.net 
Sugar Land, TX 77478 LL# 1.281.242.3256
Ham Callsign N5XWB   HAMs :  n5...@arrl.net 
VoIP via Gizmo: bmw_87kbike / via Skype: n5xwbg
BMW MOA #: 4146 - Ambassador
   http://counter.li.org  #279316

during ./configure

configure: WARNING: simgear/version.h: accepted by the compiler, rejected by 
the preprocessor!
configure: WARNING: simgear/version.h: proceeding with the compiler's result
checking for simgear/version.h... yes
checking for SimGear 1.9.0 or newer... [found 1.9.1] ... yes
checking simgear/screen/jpgfactory.hxx usability... no
checking simgear/screen/jpgfactory.hxx presence... no
checking for simgear/screen/jpgfactory.hxx... no
checking plib/ul.h usability... yes
checking plib/ul.h presence... no
configure: WARNING: plib/ul.h: accepted by the compiler, rejected by the 
preprocessor!
configure: WARNING: plib/ul.h: proceeding with the compiler's result
checking for plib/ul.h... yes
checking for plib 1.8.5 or newer... yes
checking osg/Version usability... yes
checking osg/Version presence... no
configure: WARNING: osg/Version: accepted by the compiler, rejected by the 
preprocessor!
configure: WARNING: osg/Version: proceeding with the compiler's result

Then in make

In file included from ../../src/FDM/flight.hxx:85,
 from ../../src/Cockpit/hud.hxx:59,
 from aircraft.cxx:43:
../../src/FDM/groundcache.hxx:30:41: error: simgear/scene/bvh/BVHNode.hxx: No 
such file or directory
In file included from ../../src/FDM/flight.hxx:85,
 from ../../src/Cockpit/hud.hxx:59,
 from aircraft.cxx:43:
../../src/FDM/groundcache.hxx:77: error: �simgear::BVHNode� has not been 
declared
../../src/FDM/groundcache.hxx:77: error: expected �,� or �...� before 
�id�
../../src/FDM/groundcache.hxx:92: error: �simgear::BVHNode� has not been 
declared
../../src/FDM/groundcache.hxx:92: error: expected �,� or �...� before 
�� token
../../src/FDM/groundcache.hxx:96: error: �simgear::BVHNode� has not been 
declared
../../src/FDM/groundcache.hxx:96: error: expected �,� or �...� before 
�� token
../../src/FDM/groundcache.hxx:139: error: �BVHNode� is not a member of 
�simgear�
../../src/FDM/groundcache.hxx:139: error: �BVHNode� is not a member of 
�simgear�
../../src/FDM/groundcache.hxx:139: error: template argument 1 is invalid
In file included from ../../src/Cockpit/hud.hxx:59,
 from aircraft.cxx:43:
../../src/FDM/flight.hxx:627: error: �simgear::BVHNode� has not been 
declared
../../src/FDM/flight.hxx:627: error: expected �,� or �...� before 
�id�
../../src/FDM/flight.hxx:638: error: �simgear::BVHNode� has not been 
declared
../../src/FDM/flight.hxx:638: error: expected �,� or �...� before 
�� token
../../src/FDM/flight.hxx:642: error: �simgear::BVHNode� has not been 
declared
../../src/FDM/flight.hxx:642: error: expected �,� or �...� before 
�� token
../../src/FDM/flight.hxx:653: error: �simgear::BVHNode� has not been 
declared
../../src/FDM/flight.hxx:653: error: expected �,� or �...� before 
�� token
../../src/FDM/flight.hxx:657: error: �simgear::BVHNode� has not been 
declared
../../src/FDM/flight.hxx:657: error: expected �,� or �...� before 
�� token
make[2]: *** [aircraft.o] Error 1
make[2]: Leaving directory 
`/media/sdc1/archive/cvs-sources/FlightGear-cvs/source/src/Aircraft'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory 
`/media/sdc1/archive/cvs-sources/FlightGear-cvs/source/src'
make: *** [all-recursive] Error 1

--
___
Flightgear-users mailing list
Flightgear-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-users


Re: [Flightgear-users] cvs version today

2009-06-28 Thread Tatsuhiro Nishioka
Hi Donn, 

On Jun 29, 2009, at 6:31 AM, Donn Washburn wrote:

 Two questions about Flightgear 06/28/09 CVS version.
 One is to let you know you are requesting a file that is not there.
 Second is what is this cpu / pre process issue


The file (simgear/scene/bvh/BVHNode.hxx) is in the latest SimGear.
You need to use SimGear as of the same date of FlightGear.

About the cpu/pre process issue, I don't get that, but if you're talking about 
the WARNING below.
then you can ignore it.

  configure: WARNING: simgear/version.h: accepted by the compiler, rejected by 
the preprocessor!

This means configure cannot make preprocessor run properly for a header file.
but if you have that file and the relevant libs in a proper path, then you can 
build FG/SG with no problem.

Tat

--
___
Flightgear-users mailing list
Flightgear-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-users


Re: [Flightgear-users] cvs version today

2009-06-28 Thread Donn Washburn
Thanks for the explanation.  I did download both the CVS and source 
versions.  As I recall the CVS version under SuSE 11.2 failed to compile 
so I dropped back to SimGear 1.9.1


On 06/28/2009 07:48 PM, Tatsuhiro Nishioka wrote:

Hi Donn,

On Jun 29, 2009, at 6:31 AM, Donn Washburn wrote:

   

Two questions about Flightgear 06/28/09 CVS version.
One is to let you know you are requesting a file that is not there.
Second is what is this cpu / pre process issue

 


The file (simgear/scene/bvh/BVHNode.hxx) is in the latest SimGear.
You need to use SimGear as of the same date of FlightGear.

About the cpu/pre process issue, I don't get that, but if you're talking about 
the WARNING below.
then you can ignore it.

   configure: WARNING: simgear/version.h: accepted by the compiler, rejected by 
the preprocessor!

This means configure cannot make preprocessor run properly for a header file.
but if you have that file and the relevant libs in a proper path, then you can 
build FG/SG with no problem.

Tat

--
___
Flightgear-users mailing list
Flightgear-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-users

   



--
73 de Donn Washburn
307 Savoy Street Email: n5...@comcast.net 
Sugar Land, TX 77478 LL# 1.281.242.3256
Ham Callsign N5XWB   HAMs :  n5...@arrl.net 
VoIP via Gizmo: bmw_87kbike / via Skype: n5xwbg
BMW MOA #: 4146 - Ambassador
   http://counter.li.org  #279316

--
___
Flightgear-users mailing list
Flightgear-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-users