[osg-users] Building FreeType plugin on Mac OS X 10.5

2008-05-06 Thread Paul Martz
Hi folks -- I'm struggling with building OSG on a new Mac OS X 10.5 system. I'm using a command-line build, not XCode, so using ccmake and make to build, My current roadblock is the FreeType library, with the following error: ld: cycle in dylib re-exports with /usr/X11/lib/libGL.dylib

Re: [osg-users] Building FreeType plugin on Mac OS X 10.5

2008-05-06 Thread Stephan Huber
Hi Paul, Paul Martz schrieb: Hi folks -- I'm struggling with building OSG on a new Mac OS X 10.5 system. I'm using a command-line build, not XCode, so using ccmake and make to build, My current roadblock is the FreeType library, with the following error: ld: cycle in dylib re-exports

Re: [osg-users] Building FreeType plugin on Mac OS X 10.5

2008-05-06 Thread E. Wing
On 5/6/08, Paul Martz [EMAIL PROTECTED] wrote: Hi folks -- I'm struggling with building OSG on a new Mac OS X 10.5 system. I'm using a command-line build, not XCode, so using ccmake and make to build, My current roadblock is the FreeType library, with the following error: ld: cycle in dylib

Re: [osg-users] Building FreeType plugin on Mac OS X 10.5

2008-05-06 Thread Paul Martz
Thanks. Tonight I was able to get osgdb_freetype to build by setting the CMAKE_MODULE_LINKER_FLAGS variable to: -dylib_file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib :/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dyli b Based on Eric's