On Sep 7, 2005, at 10:26 AM, zmoelnig@iem.at wrote:
yes it seems to be zlib related. (zib is used by freetype and by png and and and)
jamie: do you have zlib installed (and linking against it) ??
just a funny suggestion: you could try to include the stl-headers (<string> and <vector> _after_ all the other includes (especially the FTFont.h) this might work (but i don't know)
...well, changing the location of the stl-headers didn't work, but adding -lz to the linking phase did! Now I need to figure out why it's all of a sudden necessary (probably need to recompile FTGL, since I'd been linking it in statically)...
thanx, jamie