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
collect2: ld returned 1 exit status

After reading about this on the wiki, I went into ccmake and changed any
paths that used "X11R6" to use "X11" instead. (I've already changed
CMAKE_OSX_SYSROOT to the 10.5 SDK.) However, the same error persists.
 
How are others building the FreeType plugin on 10.5? Is anyone using
-dylib_file, and if so, with what params, and how are you configuring it in
ccmake?
 
Paul Martz
Skew Matrix Software LLC
http://www.skew-matrix.com <http://www.skew-matrix.com/> 
+1 303 859 9466
 
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to