Hi.

While trying to build the latest revision of OpenSG for Windows and Linux,
the following errors occurred:

CMake Error: Error in cmake code at
C:/Hudson/work/workspace/opensg-2.0-windows-x86-vc80/src/CMakeLists.txt:254:
Parse error. Function missing ending ")". Instead found left paren with text
"(".

CMake Error: Error in cmake code at
/home/hudson/work/workspace/opensg-2.0-linux26-x86-gcc4/src/CMakeLists.txt:255:
Parse error. Function missing ending ")". Instead found left paren with text
"(".

Which led me to the following lines of the corresponding CMakeLists.txt
file:

    IF( (NOT OSG_DISABLE_MICROSOFT_SECURE_CXXX AND
OSG_SUPPORT_DISABLE_MICROSOFT_SECURE_CXXX) OR
        (    OSG_DISABLE_MICROSOFT_SECURE_CXXX AND NOT
OSG_SUPPORT_DISABLE_MICROSOFT_SECURE_CXXX) )

      MESSAGE(SEND_ERROR "Conflicting DISABLE_MS_SECURE settings:\n"
                         "  Support :
${OSG_SUPPORT_DISABLE_MICROSOFT_SECURE_CXXX}\n"
                         "  OpenSG  : ${OSG_DISABLE_MICROSOFT_SECURE_CXXX}")

    ENDIF()

When i comment these lines, it builds ok. Is it right to comment these
lines? What are they for?

Thanks
Daniel
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to