On Sam, 2017-04-29 at 22:49 +0200, Csaba Láng wrote:
Anyway stucked at compilation. ./TextBase.h:38:12: fatal error: 'FTFont.h' file not found Something with freetype, but reinstalling did not solve the problem.
On Debian and derivatives, I'd do something like:
$ apt-file search FTFont.h emscripten: /usr/share/emscripten/tests/poppler/splash/SplashFTFont.h libftgl-dev: /usr/include/FTGL/FTFont.h libftgl-dev: /usr/share/doc/libftgl-dev/html/classFTFont.html liboce-visualization-dev: /usr/include/oce/Font_FTFont.hxx libpoppler-private-dev: /usr/include/poppler/splash/SplashFTFont.h pike8.0-doc: /usr/share/doc/pike8.0-doc/html/reference/ex/predef_3A_3A/Image/Fonts/FTFont.html
$ sudo apt install libftgl-dev
Now try to compile again.
You can also do this to get all build dependencies of gem installed:
$ sudo apt-get build-dep gem
Roman