Hi

I had tried to compile OpenSG 1.x with VS6 with Intel C++ Compiler 9.0 But it 
gives me some of this errors . I really donot know about these errors



D:\Work\OpenSG 1.x\Source\Base\Base\OSGBaseThread.cpp(659): error: invalid type 
conversion: "osg::LogLock *" to "std::ostream &"
              SFATAL << "OSGWTB : sproc thread failed. Reason: "  
              ^
D:\Work\OpenSG 1.x\Source\Base\Base\OSGBaseThread.cpp(666): error: invalid type 
conversion: "osg::LogLock *" to "std::ostream &"
          SFATAL << "OSGWTB : no thread function given";
          ^
OSGBinaryDataHandler.cpp
compilation aborted for D:\Work\OpenSG 1.x\Source\Base\Base\OSGBaseThread.cpp 
(code 2)
D:\Work\OpenSG 1.x\Source\Base\Base\OSGBinaryDataHandler.cpp(361): error: 
invalid type conversion: "osg::LogLock *" to "std::ostream &"
              SFATAL << "Read buffer is to small. " << size
              ^
D:\Work\OpenSG 1.x\Source\Base\Base\OSGBinaryDataHandler.cpp(392): error: 
invalid type conversion: "osg::LogLock *" to "std::ostream &"
      SWARNING << "BinaryDataHandler::read(MemoryHandle src,int size) called" 
      ^
D:\Work\OpenSG 1.x\Source\Base\Base\OSGBinaryDataHandler.cpp(449): error: 
invalid type conversion: "osg::LogLock *" to "std::ostream &"
      SWARNING << "BinaryDataHandler::write(MemoryHandle mem,int size) called" 
      ^


Can anyone tell me what is solution on that ?


------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to