Re: [Flightgear-devel] Compiling CVS FlightGear first time-files not found: svn_autth.h, osgd.lib, fltkd.lib

2009-08-20 Thread Reagan Thomas
Randall Green wrote:
 I want to thank everyone who has helped me so far.
 I'm compiling the CVS version of FlightGear and I'm down to 10 errors now.
 Files not found are svn_autth.h, osgd.lib, and fltkd.lib.
 Does anyone know what code is missing?

 Also, I have 7 file not found on sg_d.lib. I see it is in plib and I have
 the path to it correct. Why does it not find it?

 Randy
 

 --
 Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
 trial. Simplify your report design, integration and deployment - and focus on 
 what you do best, core application coding. Discover what's new with 
 Crystal Reports now.  http://p.sf.net/sfu/bobj-july
 

 ___
 Flightgear-devel mailing list
 Flightgear-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/flightgear-devel
   
The archive:

ftp://ftp.ihg.uni-duisburg.de/FlightGear/Win32/MSVC/fgfs-win32-VS90-3rdParty+OSG-20090628.zip

that Fred suggested contains Fltk and others. It all goes in the 3rdParty 
directory (this is not reflected on the wiki Windows build page yet).

osgd.lib should have come with 
openscenegraph-all-2.8.0-win32-x86-vc90sp1-Debug.tar.gz 
http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-2.8/binaries/Windows/VisualStudio9/openscenegraph-all-2.8.0-win32-x86-vc90sp1-Debug.tar.gz
or
openscenegraph-all-2.8.1-win32-x86-vc90sp1-Debug.zip 
http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-2.8.1/binaries/Windows/VisualStudio9/openscenegraph-all-2.8.1-win32-x86-vc90sp1-Debug.zip

(whichever you're using)

 


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Compiling CVS FlightGear first time-files not found: svn_autth.h, osgd.lib, fltkd.lib

2009-08-20 Thread Victhor Foster
Just a note: current CVS FG won't compile with a version of OSG lower  
than 2.9.4. You will need code from OSG's SVN repository.

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Compiling CVS FlightGear first time-files not found: svn_autth.h, osgd.lib, fltkd.lib

2009-08-20 Thread Tim Moore
Victhor Foster wrote:
 Just a note: current CVS FG won't compile with a version of OSG lower  
 than 2.9.4. You will need code from OSG's SVN repository.
As far as I know CVS FG compiles with OSG 2.8.2; at least, it did a couple
of weeks ago on my 2.8.2 machine, and I didn't set out to break it. What
problem are you seeing?

Tim

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Compiling CVS FlightGear first time-files not found: svn_autth.h, osgd.lib, fltkd.lib

2009-08-20 Thread Victhor Foster
I just read it somewhere, I think it was on this list. I never used  
something older than 2.9.4 so I don't know.

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Compiling CVS FlightGear first time-files not found: svn_autth.h, osgd.lib, fltkd.lib

2009-08-20 Thread Frederic Bouvier

- Reagan Thomas a écrit :

 Randall Green wrote:
  I want to thank everyone who has helped me so far.
  I'm compiling the CVS version of FlightGear and I'm down to 10
 errors now.
  Files not found are svn_autth.h, osgd.lib, and fltkd.lib.
  Does anyone know what code is missing?
 
  Also, I have 7 file not found on sg_d.lib. I see it is in plib and I
 have
  the path to it correct. Why does it not find it?
 
  Randy

 The archive:
 
 ftp://ftp.ihg.uni-duisburg.de/FlightGear/Win32/MSVC/fgfs-win32-VS90-3rdParty+OSG-20090628.zip
 
 that Fred suggested contains Fltk and others. It all goes in the
 3rdParty directory (this is not reflected on the wiki Windows build
 page yet).
 
 osgd.lib should have come with 
 openscenegraph-all-2.8.0-win32-x86-vc90sp1-Debug.tar.gz
 http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-2.8/binaries/Windows/VisualStudio9/openscenegraph-all-2.8.0-win32-x86-vc90sp1-Debug.tar.gz
 or
 openscenegraph-all-2.8.1-win32-x86-vc90sp1-Debug.zip
 http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-2.8.1/binaries/Windows/VisualStudio9/openscenegraph-all-2.8.1-win32-x86-vc90sp1-Debug.zip
 
 (whichever you're using)

or install/msvc90/OpenSceneGraph from the archive above, as suggested by the 
name ;-)

BTW, I put a newer one in ftp://ftp.ihg.uni-duisburg.de/FlightGear/Win32/MSVC/

-Fred

-- 
Frédéric Bouvier
http://my.fotolia.com/frfoto/  Photo gallery - album photo
http://fgsd.sourceforge.net/   FlightGear Scenery Designer


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Compiling CVS FlightGear first time-files not found: svn_autth.h, osgd.lib, fltkd.lib

2009-08-20 Thread Frederic Bouvier

- Tim Moore a écrit :

 Victhor Foster wrote:
  Just a note: current CVS FG won't compile with a version of OSG
 lower  
  than 2.9.4. You will need code from OSG's SVN repository.
 As far as I know CVS FG compiles with OSG 2.8.2; at least, it did a
 couple
 of weeks ago on my 2.8.2 machine, and I didn't set out to break it.
 What
 problem are you seeing?

I confirm that 2.8.2 works

-Fred

-- 
Frédéric Bouvier
http://my.fotolia.com/frfoto/  Photo gallery - album photo
http://fgsd.sourceforge.net/   FlightGear Scenery Designer


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Compiling CVS FlightGear first time-files not found: svn_autth.h, osgd.lib, fltkd.lib

2009-08-20 Thread Reagan Thomas
On Thu, Aug 20, 2009 at 3:42 PM, Frederic Bouvierfredfgf...@free.fr wrote:

 - Tim Moore a écrit :

 Victhor Foster wrote:
  Just a note: current CVS FG won't compile with a version of OSG
 lower
  than 2.9.4. You will need code from OSG's SVN repository.
 As far as I know CVS FG compiles with OSG 2.8.2; at least, it did a
 couple
 of weeks ago on my 2.8.2 machine, and I didn't set out to break it.
 What
 problem are you seeing?

 I confirm that 2.8.2 works

 -Fred

 --
 Frédéric Bouvier
 http://my.fotolia.com/frfoto/              Photo gallery - album photo
 http://fgsd.sourceforge.net/               FlightGear Scenery Designer



Could the long-time compile on Windows, for Windows people on list
list please assist in providing current documentation on the FG wiki
or elsewhere?  The build environment has changed in significant ways
since the last time I had to steal time from work and family to puzzle
my way through it.

I find it relatively easy to get FG to build under Linux... I see the
barrier to entry as fairly high to potential Windows-centric users who
might also be able to contribute code.

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel