Hi,

I used to compile OpenSG with cygwin under WinXP, but I'd like to use
Visual Studio 8 in the future.


Everything seemed to be fine in the beginning. The BaseLib was
compiled without any errors or warnings. But during the compilation of
the systemLib I get the following error:

OSGSurface.cpp
2>c:\trunk\opensg\source\system\nodecores\drawables\nurbs\osgsurface.cpp(2256)
: error C2039: 'getValue': Ist kein Element von
'osg::MField<FieldTypeT>'
2>        with
2>        [
2>            FieldTypeT=osg::Pnt4f
2>        ]
2>c:\trunk\opensg\source\system\nodecores\drawables\nurbs\osgsurface.cpp(2258)
: error C2039: 'getValue': Ist kein Element von
'osg::MField<FieldTypeT>'
2>        with
2>        [
2>            FieldTypeT=osg::Pnt4f
2>        ]
2>c:\trunk\opensg\source\system\nodecores\drawables\nurbs\osgsurface.cpp(2258)
: error C2039: 'getValue': Ist kein Element von
'osg::MField<FieldTypeT>'
2>        with
2>        [
2>            FieldTypeT=osg::Pnt4f
2>        ]
2>c:\trunk\opensg\source\system\nodecores\drawables\nurbs\osgsurface.cpp(2259)
: error C2039: 'getValue': Ist kein Element von
'osg::MField<FieldTypeT>'
2>        with
2>        [
2>            FieldTypeT=osg::Pnt4f
2>        ]
2>c:\trunk\opensg\source\system\nodecores\drawables\nurbs\osgsurface.cpp(2259)
: error C2039: 'getValue': Ist kein Element von
'osg::MField<FieldTypeT>'
2>        with
2>        [
2>            FieldTypeT=osg::Pnt4f
2>        ]
2>c:\trunk\opensg\source\system\nodecores\drawables\nurbs\osgsurface.cpp(2260)
: error C2039: 'getValue': Ist kein Element von
'osg::MField<FieldTypeT>'
2>        with
2>        [
2>            FieldTypeT=osg::Pnt4f
2>        ]
2>c:\trunk\opensg\source\system\nodecores\drawables\nurbs\osgsurface.cpp(2260)
: error C2039: 'getValue': Ist kein Element von
'osg::MField<FieldTypeT>'
2>        with
2>        [
2>            FieldTypeT=osg::Pnt4f
2>        ]

Does anybody know what's wrong?
What really gets me, is that the same sources compile just fine using
cygwin with the VS8 compiler.


Cheers,

Daniel



-- 
Daniel Wickeroth
Moltkestraße 88
50674 Köln

Home  0221 3569325
Work  0221 478 86504
Mobil 0176 700 40 252

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to