RigelPrime
2004.10.24, 10:30 PM
Sorry for not continuing the other thread on FTGL, but I am hoping this post gets noticed.
I downloaded the FTGL Mac project from Henry's site. I also downloaded freetype 2.1.9 and also cppunit-1.8.0 as well. I built all three projects and included the libfreetype.a and libcppunit-1.8.0.a in the FTGL project. After adding the header include paths, I still get the following errors that won't go away:
debug-symbols:off) — (2 errors, 2 warnings)
/usr/bin/c++ -o /Users/roger/Desktop/FTGL/mac/build/ftgldemo.app/ld: warning -L: directory name (/Users/henry/Development/PROJECTS/iSpot/libraries) does not exist
ld: /Users/roger/Desktop/FTGL/freetype-2.1.9/build/libfreetype.a(ftgzip.o) illegal reference to symbol: _inflateEnd defined in indirectly referenced dynamic library /usr/lib/libz.1.dylib
ld: Undefined symbols:
_FT_Stream_OpenLZW
ld: warning -L: directory name (/Users/henry/Development/PROJECTS/iSpot/libraries) does not exist
:(
Any suggestions? Does anybody have a self-contained project with the source files all zipped up and ready to use? That would be VERY cool. :)
Thanks.
Roger
I downloaded the FTGL Mac project from Henry's site. I also downloaded freetype 2.1.9 and also cppunit-1.8.0 as well. I built all three projects and included the libfreetype.a and libcppunit-1.8.0.a in the FTGL project. After adding the header include paths, I still get the following errors that won't go away:
debug-symbols:off) — (2 errors, 2 warnings)
/usr/bin/c++ -o /Users/roger/Desktop/FTGL/mac/build/ftgldemo.app/ld: warning -L: directory name (/Users/henry/Development/PROJECTS/iSpot/libraries) does not exist
ld: /Users/roger/Desktop/FTGL/freetype-2.1.9/build/libfreetype.a(ftgzip.o) illegal reference to symbol: _inflateEnd defined in indirectly referenced dynamic library /usr/lib/libz.1.dylib
ld: Undefined symbols:
_FT_Stream_OpenLZW
ld: warning -L: directory name (/Users/henry/Development/PROJECTS/iSpot/libraries) does not exist
:(
Any suggestions? Does anybody have a self-contained project with the source files all zipped up and ready to use? That would be VERY cool. :)
Thanks.
Roger