Re: [osg-users] Feature request for 2.9: please include swig bindings in main release

2009-08-07 Thread john casu
Hi, thanks for the replies.. I'd just like to state that the aim of my request is to get the basic swig prototypes/bindings in place, to ensure their correctness. I think that process could be automated, somewhat. Even though the automatically generated bindings would be unwieldy for end

[osg-users] Feature request for 2.9: please include swig bindings in main release

2009-08-02 Thread john casu
Hi, the SWIG bindings are so useful, that it seems like a good idea to include them with the main release, predicated with -DBUILD_SWIG_BINDINGS -DBUILD_PYTHON_SWIG_BINDINGS or -DBUILD_RUBY_SWIG_BINDINGS (etc..) flags. Including them would ensure that they are kept up to date, and that any

Re: [osg-users] [build] osgdb_freetype build problem on Mac OS/X 10.5.6

2009-03-19 Thread john casu
fyi.. the command I used to grab the svn release was: svn checkout http://www.openscenegraph.org/svn/osg/OpenSceneGraph/trunk OpenSceneGraph I'm pretty certain it's the latest, as installing it creates a /usr/local/lib/osgPlugins-2.9.1 directory. -- Read this topic online

Re: [osg-users] [build] osgdb_freetype build problem on Mac OS/X 10.5.6

2009-03-18 Thread john casu
Robert, I put debugging messages in FindFreeType.cmake, and the behavior is as expected within that cmake file, i.e. FREETYPE_INCLUDE_DIRS gets set correctly. The issue, as far as I can tell, is why cmake on os/x either isn't exporting FREETYPE_INCLUDE_DIRS, or there's a typo somewhere outside

Re: [osg-users] [build] osgdb_freetype build problem on Mac OS/X 10.5.6

2009-03-17 Thread john casu
The system cmake file for FreeType on OS/X is /Applications/CMake\ 2.6-3.app/Contents/share/cmake-2.6/Modules/FindFreetype.cmake and it does set the variables: # set the user variables IF(FREETYPE_INCLUDE_DIR_ft2build AND FREETYPE_INCLUDE_DIR_freetype2) SET(FREETYPE_INCLUDE_DIRS

Re: [osg-users] [build] osgdb_freetype build problem on Mac OS/X 10.5.6

2009-03-17 Thread john casu
btw, I just noticed, the spelling of the two files is different, where you guys capitalize the middle T. The system file: FindFreetype.cmake OSG: FindFreeType.cmake would that be a problem ?? -- Read this topic online here:

Re: [osg-users] [build] osgdb_freetype build problem on Mac OS/X 10.5.6

2009-03-17 Thread john casu
the workaround of setting FREETYPE_FOUND to NO works, so CMake is definitely picking the local version of FindFreeType.cmake -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=8645#8645 ___ osg-users

[osg-users] [build] osgdb_freetype build problem on Mac OS/X 10.5.6

2009-03-16 Thread john casu
I'm trying to build the latest svn version of OSG 2.8.0 on OS/X, and I'm having a problem when building osgdb_freetype, specifically the header file ft2build.h cannot be located: Scanning dependencies of target osgdb_freetype [ 98%] Building CXX object