Just an update, we finally managed to get the first application 'running' with both debug and release versions of OpenSG, built with stlport4. What I had to do was:
- common.sparc-sun-solaris2.9-CC.mk: add -library=stlport4 to LD_SHARED add -library=stlport4 to COMPILER add -DOSG_WITH_STLPORT to SYSTEM_DEFINES - 'fix' OSGMFieldVector.h (refer to previous mail) - 'fix' OSGConfig.h like this: #if defined(STLPORT) ||defined(OSG_WITH_STLPORT) # ifndef __sun # undef OSG_USE_STDMATH # endif #endif maybe this can help you to make the sun-stlport4 build generally available in the build system. Patric -- Patric Schmitz, MATA Trainee VR-Group RWTH Aachen University Center for Computing & Communication ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
