Hi all.

We tried to load VRML files on Linux CentOS 5.4 by using OpenSG1.8
libraries on Qt4.6.2 widget. But error occurs in yylex function.
Following code works all right on Windows OS environment. 

Did we missed some build option for that?


Error code)
WARNING:  -----> syntax error in Line 2, read 'G'
WARNING: 
:  could not read 
WARNING:  FILE INTERFACE NOT IMPLEMENTED!
WARNING:  could not read 


Source code)
int32_t readVRMLFile(const QString& file)
{
    if( file.isEmpty() ){
        return 1;
    }

    NodePtr vrmlNode = SceneFileHandler::the().read( qPrintable(file) );

    if( vrmlNode == NullFC ){
        return 1;
    }


Build options)
 ./scons compiler=gcc exr=no tests=no glut=no jasper=yes png=yes qt4=${QTDIR} > 
../build.log



I will appreciate your support. Thank you.


-- 
 <>


------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Opensg-users mailing list
Opensg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to