Re: [ft-devel] Outline dumper for windows

2006-02-25 Thread George Williams
On Wed, 2006-02-22 at 13:29, Tom Kacvinsky wrote: Werner is good at that kind of stuff. :-) And I did not know that FontForge now had TT byte code stepping. Sweet! It has had it since 2003. It is simply a front-end to freetype's interpreter and shows you all of David's hard work.

[ft-devel] compiling FreeType with C++

2006-02-25 Thread Werner LEMBERG
David, please fix compilation with a C++ compiler! For example, `make devel CC=g++' fails currently. Otherwise we get zillions of bug reports from Nelson Beebe :-) If there isn't an easy fix there should be a snippet in the configure script (or directly in the Makefiles) which activates the

Re: [ft-devel] compiling FreeType with C++

2006-02-25 Thread David Turner
Hi Behdad, funny, I've received your e-mail from the mailing lists seconds after committing the same fixes :-). Your patch is deeper though, because it also involves the -Wmissing-prototypes warnings. I'll apply it manually to get rid of these as well. Thanks, - David Turner - The FreeType