Hi Patric,

On Thu, 2006-08-31 at 15:10 +0200, Patric Schmitz wrote:
> 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.

does Solaris come with STLPort 4? If not, these would prevent building
on a bare Solaris system, which I'm a little weary about.

        Dirk



-------------------------------------------------------------------------
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

Reply via email to