dear sir:
we work on flight gear 1.0.0 version and start compile it and follow steps from 
this link
http://wiki.flightgear.org/index.php/Building_Flightgear_-_Windows
firstly download source code and update it using cvs and download the 
dependences as plib, simgear, glut, zlib and openscenegraph
then start compiling it using Visual C++ 2008 
many problems appear and missing header files and we search on it and include 
them with the source code and now we stop at osg and how inculde it with flight 
gear
we ger these errors
c:\documents and settings\mazen\desktop\flight gear\src\aimodel\aibase.hxx(43) 
: error C2653: 'osg' : is not a class or namespace name
1>c:\documents and settings\mazen\desktop\flight 
gear\src\aimodel\aibase.hxx(43) : error C2504: 'Referenced' : base class 
undefined
1>c:\documents and settings\mazen\desktop\flight 
gear\src\aimodel\aibase.hxx(57) : error C2653: 'osg' : is not a class or 
namespace name
1>c:\documents and settings\mazen\desktop\flight 
gear\src\aimodel\aibase.hxx(57) : error C2061: syntax error : identifier 'Node'
1>c:\documents and settings\mazen\desktop\flight 
gear\src\aimodel\aibase.hxx(162) : error C2653: 'osg' : is not a class or 
namespace name
1>c:\documents and settings\mazen\desktop\flight 
gear\src\aimodel\aibase.hxx(162) : error C2143: syntax error : missing ';' 
before '<'
1>c:\documents and settings\mazen\desktop\flight 
gear\src\aimodel\aibase.hxx(162) : error C4430: missing type specifier - int 
assumed. Note: C++ does not support default-int
1>c:\documents and settings\mazen\desktop\flight 
gear\src\aimodel\aibase.hxx(162) : error C2653: 'osg' : is not a class or 
namespace name
1>c:\documents and settings\mazen\desktop\flight 
gear\src\aimodel\aibase.hxx(162) : error C2238: unexpected token(s) preceding 
';'
1>c:\documents and settings\mazen\desktop\flight 
gear\src\aimodel\aibase.hxx(271) : error C2653: 'osg' : is not a class or 
namespace name
1>c:\documents and settings\mazen\desktop\flight 
gear\src\aimodel\aibase.hxx(271) : error C2143: syntax error : missing ';' 
before '*'
1>c:\documents and settings\mazen\desktop\flight 
gear\src\aimodel\aibase.hxx(271) : error C2433: 'FGAIBase::Node' : 'virtual' 
not permitted on data declarations
1>c:\documents and settings\mazen\desktop\flight 
gear\src\aimodel\aibase.hxx(271) : error C4430: missing type specifier - int 
assumed. Note: C++ does not support default-int
1>c:\documents and settings\mazen\desktop\flight 
gear\src\aimodel\aibase.hxx(272) : error C4430: missing type specifier - int 
assumed. Note: C++ does not support default-int
1>c:\documents and settings\mazen\desktop\flight 
gear\src\aimodel\aibase.hxx(272) : warning C4183: 'load3DModel': missing return 
type; assumed to be a member function returning 'int'
 
we try to use osg after compiling it in the flight gear and use the steps as 
this
http://www.openscenegraph.org/projects/osg/wiki/Support/PlatformSpecifics/VisualStudio
and change proerities of flight gear project and nothing change
please if you can tell us what is the solution or send to us any useful links 
or steps to check if we miss any steps and thanks for your help
 
regards
thara'a momani


      
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Flightgear-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to