Thanks to all, but I resolve the problem using the CVS version of OpenSG, it seems to compile with no errors.
The problem now I have is this:
I cofigure the path of bison and flex in my windows path filename and it seems to work in visual studio.net 2003
But I have this problem:
 

OSGScanParseSkel.tab.cpp

../../../Source\System\FileIO\ScanParseSkel\OSGScanParseSkel.y(275) : error C2039: "addEventInDecl": is not a member of "osg::ScanParseSkel"

../../../Source\System\FileIO\ScanParseSkel\OSGScanParseSkel.h(62): see the declaration of  "osg::ScanParseSkel"

../../../Source\System\FileIO\ScanParseSkel\OSGScanParseSkel.y(283) : error C2039: "addEventOutDecl": is not a member of "osg::ScanParseSkel"

../../../Source\System\FileIO\ScanParseSkel\OSGScanParseSkel.h(62): see the declaration of "osg::ScanParseSkel"

../../../Source\System\FileIO\ScanParseSkel\OSGScanParseSkel.y(406) : error C2039: "addEventInDecl": is not a member of "osg::ScanParseSkel"

../../../Source\System\FileIO\ScanParseSkel\OSGScanParseSkel.h(62): see the declaration of "osg::ScanParseSkel"

../../../Source\System\FileIO\ScanParseSkel\OSGScanParseSkel.y(415) : error C2039: "addEventOutDecl": is not a member of "osg::ScanParseSkel"

../../../Source\System\FileIO\ScanParseSkel\OSGScanParseSkel.h(62): see the declaration of "osg::ScanParseSkel"

Note: there weren't OSGScanParseSkel.tab.cpp and OSGScanParseSkel.tab.h  in VSBuild/VS7/SystemLib, and I have to add it coping this file from VSBuild/VS6/SystemLib otherwise the compiler didn't find this file and it return me an error.
 
 
Thanks to all
 
Davide


Yahoo! Companion - Scarica gratis la toolbar di Ricerca di Yahoo!

Reply via email to