Re: [osg-users] [osgPlugins] My PNG plugin in missing after building OSG V 3.0.1

2012-03-14 Thread Zachary Hilbun
Hi, Thanks Chris, I copied it to the correct location and now get back a non NULL from readImageFile. Thank you! Cheers, Zachary -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=46285#46285 ___ osg-

Re: [osg-users] [osgPlugins] My PNG plugin in missing after building OSG V 3.0.1

2012-03-14 Thread Chris Hanson
> > > libpng.so.3: cannot open shared object file: No such file or directory > The plugin can't be loaded because it depends on libpng and you don't > even have installed it. > I believe this should be either in my binary build, and/or in my 3rdpart dependencies download kit. > > -- > Alberto

Re: [osg-users] [osgPlugins] My PNG plugin in missing after building OSG V 3.0.1

2012-03-14 Thread Alberto Luaces
"Zachary Hilbun" writes: > libpng.so.3: cannot open shared object file: No such file or directory The plugin can't be loaded because it depends on libpng and you don't even have installed it. -- Alberto ___ osg-users mailing list osg-users@lists.ope

Re: [osg-users] [osgPlugins] My PNG plugin in missing after building OSG V 3.0.1

2012-03-14 Thread Zachary Hilbun
Hi, I downloaded Chris Hanson's 3.0.1 release and copied osgdb_png.so to /usr/local/lib/osgPlugins-3.0.1/. The debug information says it is using it, but that there is still a problem: FindFileInPath() : USING /usr/local/lib/osgPlugins-3.0.1/osgdb_png.so Warning: dynamic library '/usr/local/li

Re: [osg-users] [osgPlugins] My PNG plugin in missing after building OSG V 3.0.1

2012-03-14 Thread Jason Daly
ZacharyH wrote: > > You mentioned that "you need the libpng development libraries installed on > your system". The closest thing I have to that is ReaderWriterPNG.cpp under > OpenSceneGraph-3.0.1/src/osgPlugins/png. Is that it? If not, where would I > download what I need for my version of

Re: [osg-users] [osgPlugins] My PNG plugin in missing after building OSG V 3.0.1

2012-03-14 Thread Alberto Luaces
"Zachary Hilbun" writes: > Doing a search in Synaptic Package Manager it shows packages such as > linpng12-dev and linpng++-dev but I have no idea if those are > compatible with OSG. libpng12-dev is the package you have to install. It holds the headers that will trigger the PNG plugin enabling wh

Re: [osg-users] [osgPlugins] My PNG plugin in missing after building OSG V 3.0.1

2012-03-13 Thread Chris Hanson
On Tue, Mar 13, 2012 at 9:24 PM, Zachary Hilbun wrote: > You mentioned that "you need the libpng development libraries installed on > your system". The closest thing I have to that is ReaderWriterPNG.cpp > under OpenSceneGraph-3.0.1/src/osgPlugins/png. Is that it? Nope. You're looking for s

Re: [osg-users] [osgPlugins] My PNG plugin in missing after building OSG V 3.0.1

2012-03-13 Thread Zachary Hilbun
Hi, You mentioned that "you need the libpng development libraries installed on your system". The closest thing I have to that is ReaderWriterPNG.cpp under OpenSceneGraph-3.0.1/src/osgPlugins/png. Is that it? If not, where would I download what I need for my version of OGS? Is it documented

[osg-users] [osgPlugins] My PNG plugin in missing after building OSG V 3.0.1

2012-03-13 Thread Zachary Hilbun
Hi, This is a Linux machine and I am using Eclipse for development of a Qt app. I installed OSG V 3.0.0 and found it did not have the Qt integration in it. I then downloaded and built OSG V 3.0.1. I need to read a PNG image but find that I have no osgdb_png.so in my 3.0.1 directory which is u