-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hello,
I have this error when i try to compile Gem : $ make ... libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src -I../../src - -DGEM_INTERNAL -DGLEW_BUILD -DGLEW_MX -DPD -g -O2 -freg-struct-return - -O3 -falign-loops -falign-functions -falign-jumps -funroll-loops - -ffast-math -mmmx -MT libBase_la-TextBaseFTGL.lo -MD -MP -MF .deps/libBase_la-TextBaseFTGL.Tpo -c TextBaseFTGL.cpp -fPIC -DPIC -o .libs/libBase_la-TextBaseFTGL.o In file included from TextBaseFTGL.cpp:24:0: TextBase.h:38:22: fatal error: FTFont.h: No such file or directory # include "FTFont.h"
libftgl-dev and ftgl-dev are installed with apt-get install libftgl-dev ftgl-dev
ftgl.h is in /usr/include/FTGL/ftgl.h
So Gem doesn't compile even with $ make -k
Any help ?
Config : Ubuntu 14.04.2 LTS Pd-0.46.5 last Gem from git.code.sf.net/p/pd-gem/gem ++
Jack