"Andrew McLean" writes:

> Hi, Build fails with this error:
> OpenSceneGraph-2.8.3/src/osgPlugins/svg/ReaderWriterSVG.cpp:25:34: fatal 
> error: librsvg/rsvg.h: No such file or directory
> even though rsvg.h is installed. I understand from the README that there is a 
> specific problem on 64-bit Linux:
> "However, Two parts of the OSG default
>
> distribution will not work with 64-bit X11: the osgviewerWX example
>
> program and the osgdb_qt (Quicktime) plugin. These must be removed from
>  the Xcode project after Cmake generates it in order to compile with
>
> 64-bit architectures."
> But: how do I achieve that ? Which file/files must I edit to remove these 
> components from the build ?
> BTW: os platform is OpenSUSE 11.4
> Thank you!

I think the README and your error are unrelated. You likely haven't
installed the development package for librsvg. In Debian, the package
holding librsvg/rsvg.h is librsvg2-dev.

-- 
Alberto

_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to