Hi Chris,

On 26 March 2013 14:10, Chris Warner <[email protected]> wrote:

> That's part of the issue; I don't see a Cmake setting to change for the
> SVG dependancy.  The only mention I can find is in the CMakeList.txt file:
>
> FIND_PACKAGE(RSVG)
>
> And there's a couple mentions of QtSVG library, but by looking at the
> paths I don't think that's the one the osgdb_svg library is trying to link
> to.
>

The svg plugin is independent from Qt, it just depends upon RSVG and
Cairo.  In what context do you mean "And there's a couple mentions of QtSVG
library" are we talking about some discussion on osg forum/mailing list or
something that popped up on some 3rd party discussion online/down the pub?


> Is there a setting I'm missing for the SVG library,


The errors you are getting look to be specific to Cairo and Rsvg, OSX's
split personality w.r.t 32bit and 64bit might be the cause of the problems,
or it could be that these libs are missing something. I don't have OSX so
can't help you with these specifics.


> or a way to compile without it?
>

Commenting out the 3rd party paths for Cairo and RSVG in cmake and
rebuilding the makefiles/projects will disable the svg plugin.


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

Reply via email to