Thanks Wang Rui, changes now merged and submitted to svn/trunk.  I
haven't yet tackled any of the NodeKit serializers, been rather bogged
down working on DatabasePager...

On Mon, Feb 8, 2010 at 3:09 AM, Wang Rui <[email protected]> wrote:
> Hi Robert,
>
> Just a minor fix of the src/osgDB/CMakeLists.txt, change:
>
> SET(COMPRESSION_LIBRARIES ${ZLIB_LIBRARY})
> ...
> LINK_EXTERNAL(${LIB_NAME} ${OSGDB_PLATFORM_SPECIFIC_LIBRARIES})
>
> to
>
> SET(COMPRESSION_LIBRARIES ZLIB_LIBRARY)
> ...
> LINK_EXTERNAL(${LIB_NAME} ${OSGDB_PLATFORM_SPECIFIC_LIBRARIES}
> ${COMPRESSION_LIBRARIES})
> LINK_WITH_VARIABLES(${LIB_NAME} ${COMPRESSION_LIBRARIES})
>
>
> I notice that the LINK_EXTERNAL macro won't distinguish between debug
> and release dependences, which means that osgDB will use the release
> version of zlib for all build configurations. Under Win32, this will
> cause a manifest problem: all applications using osgDB may complain
> "failed to start because msvcr80.dll was not found" or similar
> messages.
>
> This change will make it back to normal.
>
> BTW, do you have plans of coding on osgTerrain serializers recently?
> If not, I'll submit it around the the Chinese new year (on Feb. 14).
> :)
>
> Wang Rui
>
> _______________________________________________
> osg-submissions mailing list
> [email protected]
> http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
>
>
_______________________________________________
osg-submissions mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org

Reply via email to