Re: [Flightgear-devel] simgear compile errors

2006-10-30 Thread Vivian Meazza
Michal Fabik

 
 Hello,
 I've cvs-updated the simgear source a couple of hours
 back and encountered the following:
 
 1) configure says I don't have openAL installed which
 is not true. Reinstalling openAL with --prefix=/usr
 fixed this.
 
 2) make says
 .
 .
 .
 In file included from
 ../../simgear/math/SGMath.hxx:31,
  from
 ../../simgear/math/point3d.hxx:54,
  from
 ../../simgear/math/sg_types.hxx:41,
  from sg_path.hxx:36,
  from sg_path.cxx:35:
 ../../simgear/math/SGVec3.hxx:21:21: error: osg/Vec3f:
 No such file or directory
 ../../simgear/math/SGVec3.hxx:22:21: error: osg/Vec3d:
 No such file or directory
 .
 .
 .
 
 the whole (...)math/osg folder is missing.
 

That's part of the OSG file structure - have you compiled OSG, and done the
necessary includes?

Vivian


-
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] simgear compile errors

2006-10-30 Thread Michal Fabik
Thanks, I've been reading everything about OSG in the
mailing lists, I just did't expect the change so soon,
cant't wait to try it out.

--- Pigeon [EMAIL PROTECTED] wrote:

  2) make says
  In file included from
  ../../simgear/math/SGMath.hxx:31,
   from
  ../../simgear/math/point3d.hxx:54,
   from
  ../../simgear/math/sg_types.hxx:41,
   from sg_path.hxx:36,
   from sg_path.cxx:35:
  ../../simgear/math/SGVec3.hxx:21:21: error:
 osg/Vec3f:
  No such file or directory
  ../../simgear/math/SGVec3.hxx:22:21: error:
 osg/Vec3d:
  No such file or directory
 
 You might want to read the latest OpenSceneGraph
 threads from
 Mathias. Basically FG is undergoing a change to
 using OSG in place of
 plib.
 


http://www.mail-archive.com/flightgear-devel%40lists.sourceforge.net/msg06363.html
 


http://www.mail-archive.com/flightgear-devel%40lists.sourceforge.net/msg06364.html
 
 In short, if you want to build FG with the old
 plib stuff you want
 the PRE_OSG_PLIB_20061029 branch
 
 
 Pigeon.
 
 

-
 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
 



 

Access over 1 million songs - Yahoo! Music Unlimited 
(http://music.yahoo.com/unlimited)


-
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] simgear compile errors

2006-10-29 Thread Mathias Fröhlich
On Monday 30 October 2006 00:43, Michal Fabik wrote:
 Hello,
 I've cvs-updated the simgear source a couple of hours
 back and encountered the following:

 1) configure says I don't have openAL installed which
 is not true. Reinstalling openAL with --prefix=/usr
 fixed this.

 2) make says
 .
 .
 .
 In file included from
 ../../simgear/math/SGMath.hxx:31,
  from
 ../../simgear/math/point3d.hxx:54,
  from
 ../../simgear/math/sg_types.hxx:41,
  from sg_path.hxx:36,
  from sg_path.cxx:35:
 ../../simgear/math/SGVec3.hxx:21:21: error: osg/Vec3f:
 No such file or directory
 ../../simgear/math/SGVec3.hxx:22:21: error: osg/Vec3d:
 No such file or directory
That looks like you do not have OpenSceneGraph installed.
That is a brand new requirement (only a few hours :) ...

   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] simgear compile errors

2006-10-29 Thread Pigeon
 2) make says
 In file included from
 ../../simgear/math/SGMath.hxx:31,
  from
 ../../simgear/math/point3d.hxx:54,
  from
 ../../simgear/math/sg_types.hxx:41,
  from sg_path.hxx:36,
  from sg_path.cxx:35:
 ../../simgear/math/SGVec3.hxx:21:21: error: osg/Vec3f:
 No such file or directory
 ../../simgear/math/SGVec3.hxx:22:21: error: osg/Vec3d:
 No such file or directory

You might want to read the latest OpenSceneGraph threads from
Mathias. Basically FG is undergoing a change to using OSG in place of
plib.


http://www.mail-archive.com/flightgear-devel%40lists.sourceforge.net/msg06363.html


http://www.mail-archive.com/flightgear-devel%40lists.sourceforge.net/msg06364.html

In short, if you want to build FG with the old plib stuff you want
the PRE_OSG_PLIB_20061029 branch


Pigeon.


-
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