Re: [osg-users] [osgPlugins] Missing plugins

2011-04-11 Thread justin ruch
I am also experiencing this.. Hope I will be able to fix it just by following 
what you all said here..

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=38384#38384





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


Re: [osg-users] [osgPlugins] Missing plugins

2011-03-18 Thread Aaron Michaux
Hi,

When you set up OSG on OSX, did you discover that open-scene-graph fails to 
find the plugins folder directly?


Code:

~  export OSG_NOTIFY_LEVEL=DEBUG
~  osgconv --plugins
itr='/Users/zendel'
FindFileInPath() : trying /Users/zendel/osgPlugins-2.9.12 ...
itr='/Users/zendel/Library/Application Support/OpenSceneGraph/PlugIns'
FindFileInPath() : trying /Users/zendel/Library/Application 
Support/OpenSceneGraph/PlugIns/osgPlugins-2.9.12 ...
itr='/Library/Application Support/OpenSceneGraph/PlugIns'
FindFileInPath() : trying /Library/Application 
Support/OpenSceneGraph/PlugIns/osgPlugins-2.9.12 ...
FindFileInPath(osgPlugins-2.9.12): returning osgPlugins-2.9.12




The OSG make install command placed the plugins in /usr/local/lib. So no 
plugins were found. Seems like there is a bug there somewhere, but too new to 
OSG to know what the deal is.

Thank you!

Cheers,
Aaron[/code]

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=37727#37727





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


Re: [osg-users] [osgPlugins] Missing plugins

2010-09-28 Thread Eduardo Poyart
I have OSG configured on Mac OS X with almost all optional dependencies
(except the big ones like Qt, etc). I installed them using MacPorts. I
suggest you use it, it's a breeze to install, it solves countless hours of
headache.

Eduardo

On Tue, Sep 21, 2010 at 2:57 AM, Daryl Lee da...@daryllee.com wrote:

 Hi,

 I've got osgViewer running, but when I try osgviewer --image osg256.png
 (pg. 8 of the Quick Start Guide) I get an error, failing to load the PNG
 viewer plugin.  I looked at the plugins folder and can't find anything with
 png in the name.  I opened CMake-gui and inspected the configuration
 output and see these three lines:

 Could NOT find JPEG  (missing:  JPEG_LIBRARY JPEG_INCLUDE_DIR)
 Could NOT find PNG  (missing:  PNG_LIBRARY PNG_PNG_INCLUDE_DIR)
 Could NOT find TIFF  (missing:  TIFF_LIBRARY TIFF_INCLUDE_DIR)

 So I dutifully added the six missing values, pointing them to what I think
 might be correct folders and paths, and click Configure.  The six new
 entries that I made disappear and the three lines of output are still there.
  So what do I need to do to get plugins for those filetypes?

 I'm doing all this on a MinGW/MSYS system.  I haven't tried it yet on my
 MacOSX system.

 Cheers,
 Daryl

 --
 Read this topic online here:
 http://forum.openscenegraph.org/viewtopic.php?p=31884#31884





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

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


[osg-users] [osgPlugins] Missing plugins

2010-09-21 Thread Daryl Lee
Hi,

I've got osgViewer running, but when I try osgviewer --image osg256.png (pg. 
8 of the Quick Start Guide) I get an error, failing to load the PNG viewer 
plugin.  I looked at the plugins folder and can't find anything with png in 
the name.  I opened CMake-gui and inspected the configuration output and see 
these three lines:

Could NOT find JPEG  (missing:  JPEG_LIBRARY JPEG_INCLUDE_DIR)
Could NOT find PNG  (missing:  PNG_LIBRARY PNG_PNG_INCLUDE_DIR)
Could NOT find TIFF  (missing:  TIFF_LIBRARY TIFF_INCLUDE_DIR)

So I dutifully added the six missing values, pointing them to what I think 
might be correct folders and paths, and click Configure.  The six new entries 
that I made disappear and the three lines of output are still there.  So what 
do I need to do to get plugins for those filetypes?

I'm doing all this on a MinGW/MSYS system.  I haven't tried it yet on my MacOSX 
system.

Cheers,
Daryl

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=31884#31884





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