Re: [osg-users] Building the SVG plugin

2008-05-15 Thread Philip Lowman
On Tue, May 13, 2008 at 11:11 AM, Paul Martz [EMAIL PROTECTED] wrote: Hi Paul, As JS, Ulrich and Philip has mentioned at present the dependency checking code relies upon pkg-config, which isn't standard under Windows. For Windows we'll need write our won FindCario and FindRSVG.cmake

Re: [osg-users] Building the SVG plugin

2008-05-15 Thread Jason Daly
Philip Lowman wrote: Can GTK and rsvg/cairo be built under Visual Studio? They can (I've done it), but it takes a bit of work. The Visual Studio modes of compiling aren't well-maintained by some of the libraries. The trickiest one was fontconfig (a dependency of rsvg). --J

Re: [osg-users] Building the SVG plugin

2008-05-13 Thread Robert Osfield
Hi Paul, As JS, Ulrich and Philip has mentioned at present the dependency checking code relies upon pkg-config, which isn't standard under Windows. For Windows we'll need write our won FindCario and FindRSVG.cmake files such as the ones we already have in OpenSceneGraph/CMakeModules. Robert.

Re: [osg-users] Building the SVG plugin

2008-05-13 Thread Paul Martz
Hi Paul, As JS, Ulrich and Philip has mentioned at present the dependency checking code relies upon pkg-config, which isn't standard under Windows. For Windows we'll need write our won FindCario and FindRSVG.cmake files such as the ones we already have in OpenSceneGraph/CMakeModules.

Re: [osg-users] Building the SVG plugin

2008-05-12 Thread Jean-Sébastien Guay
Hi Paul, The real odd part is that I don't see any CMake variables for controlling where CMake searches for librsvg/cairo.I'm trying this on Windows, but that shouldn't make a difference for CMake... If I read the traffic on the SVG plugin right, the submitter only tested on Linux, where

Re: [osg-users] Building the SVG plugin

2008-05-12 Thread Ulrich Hertlein
Paul Martz wrote: drive. Unfortunately, CMake doesn't appear to find the librsvg/cairo dependencies, and consequently, building OSG does not build the SVG plugin. The real odd part is that I don't see any CMake variables for controlling where CMake searches for librsvg/cairo.I'm trying this on

Re: [osg-users] Building the SVG plugin

2008-05-12 Thread Philip Lowman
On Mon, May 12, 2008 at 9:52 PM, Ulrich Hertlein [EMAIL PROTECTED] wrote: Paul Martz wrote: drive. Unfortunately, CMake doesn't appear to find the librsvg/cairo dependencies, and consequently, building OSG does not build the SVG plugin. The real odd part is that I don't see any CMake