Anyone run into this problem with FTGL?
So I downloaded and built the latest FTGL and freetype and included them in my Cocoa project. When linking I get:
that almost seems like it's having problems linking with the stdc++ library.
However, I created a custom C++ class and added it to the same project and it compiled and linked without difficulty.
Any thoughts?
Code:
Undefined symbols:
"___dynamic_cast", referenced from:
FTExtrudeFont::MakeGlyph(FT_GlyphSlotRec_*) in libftgl.a(libftgl_la-FTExtrudeFont.o)
FTPolygonFont::MakeGlyph(FT_GlyphSlotRec_*) in libftgl.a(libftgl_la-FTPolygonFont.o)
"operator new(unsigned long)", referenced from:
_ftglCreateBitmapFont in libftgl.a(libftgl_la-FTFontGlue.o)
_ftglCreateBufferFont in libftgl.a(libftgl_la-FTFontGlue.o)that almost seems like it's having problems linking with the stdc++ library.
However, I created a custom C++ class and added it to the same project and it compiled and linked without difficulty.
Any thoughts?
I tried using FTGL with c and had a compiler error, this was a while ago and I can't remember what exactly, but it couldnt find headers.
Possibly Related Threads...
| Thread: | Author | Replies: | Views: | Last Post | |
| Xcode and FTGL | hiddenspring81 | 2 | 3,598 |
Apr 26, 2010 08:38 PM Last Post: akb825 |
|
| FTGL crash when exiting program | Malarkey | 8 | 4,278 |
Mar 27, 2008 03:33 PM Last Post: Malarkey |
|
| More Freetype/FTGL trouble | Fenris | 33 | 14,815 |
Sep 15, 2006 06:27 AM Last Post: TomorrowPlusX |
|
| FTGL point size question | TomorrowPlusX | 3 | 3,090 |
Aug 26, 2005 04:56 AM Last Post: TomorrowPlusX |
|
| Using FTGL in XCode | IBethune | 11 | 5,801 |
Nov 1, 2004 05:05 AM Last Post: TomorrowPlusX |
|

