Re: [osg-users] OSX Install Locations

2010-09-27 Thread george papagiannakis
Hi,

it is important to set your .profile in macOSX for OSG.2.9.9

Here is an example from my .profile:

-
export OSGHOME=MyProjects/Openscenegraph/OSG-trunk
export 
PATH=$PATH:/Developer/Tools:$OSGHOME/bin:$OSGHOME/share/OpenSceneGraph/bin:$OSGHOME/lib:$OSGHOME/lib/osgPlugins-$

export DYLD_LIBRARY_PATH=$OSGHOME/lib:$OSGHOME/lib/osgPlugins-2.9.9

export DYLD_BIND_AT_LAUNCH

export OSG_FILE_PATH=$OSGHOME/OpenSceneGraph-Data

export OSG_LIBRARY_PATH=$OSGHOME/lib/osgPlugins-2.9.9:$OSGHOME/lib

export OSG_NOTIFY_LEVEL=DEBUG
-
 

Thank you!

Cheers,
george

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





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


Re: [osg-users] OSX Install Locations

2010-09-23 Thread David Guthrie
2.8.3 and older use.

/Library/Application Support/OpenSceneGraph/PlugIns/osgPlugins-{version}/

In your case {version} will be 2.9.9.

I'm not sure that changed in 2.9.x, but I would try that.
... 

Thank you!

Cheers,
David

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





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


[osg-users] OSX Install Locations

2010-09-21 Thread Sean Spicer
Hi All,

I'm wondering if someone can help me out with an OSX Install Question:

(1) Working from the OSG Trunk, I build the OpenSceneGraph using frameworks.
 I have the CMAKE install directory set to ~/work/OpenSceneGraph-trunk-inst
Everything builds cleanly and installs into the specified install directory.

(2) I copy the contents of ~/work/OpenSceneGraph-trunk-inst/lib (e.g. all
the frameworks + osgPlugins-2.9.9) to /Library/Frameworks

(3) I
run ~/work/OpenSceneGraph-trunk-inst/share/OpenSceneGraph/bin/osglogo.app
 Runs fine, but doesn't seem to use the freetype plugin.

I looked at the plugins dir, and I find that all the plugins have a .so
extension, I presume this doesn't matter.  Within the osgPlugins-2.9.9
directory there exists the file: osgdb_freetyperd.so

I've also tried putting the plugins in the directory:

/Library/ApplicationSupport/OpenSceneGraph/Plugins/osgdb_freetype.so

No luck there either.

Thoughts?

sean
_
Sean Spicer
Aqumin (www.aqumin.com)
Office+1.713.781.2121
Mobile...+1.713.447.2706
Fax...+1.713.781.2123
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org