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
This looks like sloppy programming in the libftgl1 source that is no longer tolerated by g++-4.2. Unfortunately, a large number of Fink packages do not yet build with gcc-4.2. Each one has to be adapted individually. -- Martin ------------------------------------------------------------------------------ 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
