Hi,
to compile the VM with FT2Plugin on Linux I have to:
1. FT2Plugin class >> declareCVarsIn:
change
cg addHeaderFile: '<tttables.h>'.
to
cg addHeaderFile: '<freetype/tttables.h>'.
2. Patch unix/cmake/Plugins.cmake with this patch
http://lolgzs.free.fr/pharo/Plugins.cmake.patch
3. Create unix/plugins/FT2Plugin/config.cmake with:
PLUGIN_REQUIRE_PACKAGE(FT2 freetype2)
Are these issues Linux specific ? Is it possible to integrate these changes ?