hi, I manually pasted the line -Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
into the Make.config file (added to LIBS) after i ran ./configure and then gem compiled nicely. and I got font support for osx in text2d and text3d! unfortunately I don't know how to fix this automatically, maybe someone can add this to the configure script. best, marius.
marius schebella wrote:
the source of this bug is a naming clash between an apple library and a fink library. a description of this bug here: http://wiki.finkproject.org/index.php/Fink:Packaging:Preparing_for_10.5#Open...
they suggest to add a line like the following, but I am not sure where I should add this: -Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
marius.
Hans-Christoph Steiner wrote:
How did you build Gem? Maybe you are missing some ./configure flags.
.hc
On Apr 13, 2008, at 2:33 PM, marius schebella wrote:
Hi,
I tried to use hans' ftgl library to get font support in osx. unfortunately that's the error I am getting:
g++ -o Gem.pd_darwin -dynamiclib -mmacosx-version-min=10.3 -undefined dynamic_lookup -framework QuickTime -framework Carbon -framework AGL -framework OpenGL ./Objects/*.o -L/sw/lib -ldl -lz -lm -lpthread -L/Users/marius/devel/pd-rsync/pd-extended/pd/bin -Wl,-framework,OpenGL -L/usr/X11R6/lib -L/sw/lib -lobjc -lfreetype -lftgl ld: cycle in dylib re-exports with /usr/X11R6/lib/libGL.dylib collect2: ld returned 1 exit status make[2]: *** [Gem.pd_darwin] Error 1
is this related to gem or the ftgl library? thnks, marius.
GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev
All information should be free. - the hacker ethic