finally I have other little corrections :
add "#include <stdio.h>" at the beginning of  src/osgPlugin/obj/obj.cpp for
"sscanf" function
add "this->" before _os at line 100 and 102 src/osgPlugin/lwo/iffparser.h
because else the compilator doesn't find <<operator function
add "#include <stdio.h>" at the beginning of
src/osgPlugin/txp/ReaderWriterTXP.cpp for "sscanf" function
add "#include <stdio.h>" at the beginning of  src/osgPlugin/txp/TXPNode.cpp
for "sprintf" function

I repeat it is with stlport5.0.2 library and mingw compilator.

Regards,


On 12/1/06, bertrand greslier <[EMAIL PROTECTED]> wrote:

Hi,

EOF macro is undefined in the OpenSceneGraph/src/osgBD/FieldReader.cpp
if I use stlport library with mingw. I don't know why exactly.
The correction is just to add #include <stdio.h> at the beginning of this
file.
perhaps an osg developper could add this this line if he has time.

Regards,
--
Bertrand Greslier
http://www.cooki3d.org




--
Bertrand Greslier
http://www.cooki3d.org
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to