[Vm-dev] Problems with building a freetype plugin on linux

Igor Stasenko siguctua at gmail.com
Wed Apr 28 01:11:28 UTC 2010


If you mean this fix, which changes
        cg addHeaderFile: '<tttables.h>'.

to
        cg addHeaderFile: '<freetype/tttables.h>'.

it is fine and i changed it.

But read carefully please.. For some unknown reason, CMAKE does not
adds the include directive with
freetype path.
So, a compilation fails at including ft2build.h file, because it can't find it!

I manually hacked the Makefile and added the
 -I/usr/include/freetype2

so, after that i can compile.



-- 
Best regards,
Igor Stasenko AKA sig.


More information about the Vm-dev mailing list