Hi Torben,

On 23 July 2013 16:34, Robert Osfield <[email protected]> wrote:

> Would it be OK just to disable build under Windows for OSG-3.2 and then
> look to resolve this issue in svn/trunk once OSG-3.2 is out?
>

As  a temporary workaround for the build issue I've checked in the adding
to OpenSceneGraph/CMakeLists.txt of IF(NOT WIN32) thus:

    IF (NOT WIN32)
        FIND_PACKAGE(Asio)
    ENDIF()

This is checked into the OSG-3.2 branch.  Would this allow the build to
work fine, albeit without RestHTTP support?

I'm just about to tag the next release candidate so would appreciate quick
feedback on this.

Cheers,
Robert.
_______________________________________________
osg-submissions mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org

Reply via email to