Hi John,

On Mon, May 18, 2009 at 9:52 AM, John Ivar Haugland
<[email protected]> wrote:
> I tested the new ReaderWriterCURL.cpp. It compiled ok with my system
> (libcurl 7.10.6). I also made a test by copying
> the cessna.osg  file to a web-server with a new name cessna2.osg. The
> libcurl plugin seems to work since I was able to access it with a hyperlink
> address. Thanks! :)

Thanks for the testing.  Most functionality should work, but you'll
get codes that that messages on errors, and authentication is not
likely to work fully, due to lack of features.  For standard web
access it should be fine though, and slightly less functionality web
access is far better than no web access.

On the osgShadow front, I really can't test things out directly so
I'll need you to pitch in with testing changes.  To try an replecate
the problems you are seeing I changed the ViewDependentShadowTechnique
to have the ViewData in a private section, this broke the compile of a
number of the classes in the osgShadow in what looks to be roughly the
same way as your errors.  I then added friend class declarations in
the ViewDependentShadowTechnique till I got the whole osgShadow
compiling again.  Thankfully this did work out.

I've now changed the private: back to protected: so the ABI should be
any different - for the 2.8.0 I'm trying to keep ABI compatibility so
this is important.  The changed file is attached, could you please
apply this and do a new build.  Fingers crossed this will fix the
build and everything will build for you without any local mods.

Could you let me know how you get on so I can move ahead with merging
this fix and making... yet another rc... :-)

Robert.

Attachment: ViewDependentShadowTechnique
Description: Binary data

_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to