Here's the key error: g++ -c -I../../include -g -O2 -I/sw/include/freetype2 -I/sw/ include ../../src/FTGLTextureFont.cpp -fno-common -DPIC -o .libs/ FTGLTextureFont.lo In file included from ../../src/FTGLTextureFont.cpp:5: ../../include/FTTextureGlyph.h:55: error: extra qualification 'FTTextureGlyph::' on member 'ResetActiveTexture' make[1]: *** [FTGLTextureFont.lo] Error 1
.hc On Sep 2, 2009, at 9:51 PM, Ken Bloom wrote: > Dear Finkers, > > I am attempting to do > > fink install libftgl1-shlibs > > under Snow Leopard, using Fink 0.29.9, 32-bit version, and am > failing. I've appended the full output of the command. The > offending lines in there appear to be: > > g++ -c -I../../include -g -O2 -I/sw/include/freetype2 -I/sw/ > include ../../src/FTGLTextureFont.cpp -fno-common -DPIC -o .libs/ > FTGLTextureFont.lo > > In file included from ../../src/FTGLTextureFont.cpp:5: > > ../../include/FTTextureGlyph.h:55: error: extra qualification > 'FTTextureGlyph::' on member 'ResetActiveTexture' > > make[1]: *** [FTGLTextureFont.lo] Error 1 > > and then later > > /bin/sh ../libtool --mode=link g++ FTGLDemo.o tb.o trackball.o -o > FTGLDemo ../src/libftgl.la -L/sw/lib -lfreetype -lz -Wl,- > framework,CoreServices -Wl,-framework,ApplicationServices -Wl,- > framework,GLUT -Wl,-framework,OpenGL -lobjc > > mkdir .libs > > libtool: link: cannot find the library `../src/libftgl.la' > > make[1]: *** [FTGLDemo] Error 1 > > Could someone suggest a solution? Thanks, best wishes. > > Ken > > <libftgl1-shlibs.txt> > ---------------------------------------------------------------------------- Mistrust authority - promote decentralization. - the hacker ethic ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Fink-beginners mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.beginners
