[osg-users] [build] Can't build osg 2.8.3 on 64-bit Linux - which files to change ?

2011-05-10 Thread Andrew McLean
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

Re: [osg-users] [build] Can't build osg 2.8.3 on 64-bit Linux - which files to change ?

2011-05-10 Thread Alberto Luaces
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:

Re: [osg-users] [build] Can't build osg 2.8.3 on 64-bit Linux - which files to change ?

2011-05-10 Thread Andrew McLean
Yes I have installed it - that's what I meant when I said rsvg.h is installed. I am building on 64-bit, so I deduce that the README.txt does apply. I just can't interpret the instructions on what to do in this situation. AM -- Read this topic online here:

Re: [osg-users] [build] Can't build osg 2.8.3 on 64-bit Linux - which files to change ?

2011-05-10 Thread Alberto Luaces
Andrew McLean writes: Yes I have installed it - that's what I meant when I said rsvg.h is installed. Then it is not under the requested directory -- librsvg-2. I am building on 64-bit, so I deduce that the README.txt does apply. But that README talks about the osgdb_qt plugin and the

Re: [osg-users] [build] Can't build osg 2.8.3 on 64-bit Linux - which files to change ?

2011-05-10 Thread Sid Boyce
Hi, On openSUSE zypper in librsvg-devel is what you need. # rpm -qf /usr/include/librsvg-2.0/librsvg/rsvg.h librsvg-devel-2.34.0-2.1.x86_64 ... Thank you! Cheers, Sid -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=39254#39254