Skip to content

Instantly share code, notes, and snippets.

@avilleret
Created July 21, 2014 12:20
Show Gist options
  • Save avilleret/fe01b9c9d9a90d88b757 to your computer and use it in GitHub Desktop.
Save avilleret/fe01b9c9d9a90d88b757 to your computer and use it in GitHub Desktop.
configure script did not add freetype2 include path, so this happens...
make
Making all in src
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive
Making all in Gem
UNUSED SOURCES:
Making all in RTE
UNUSED SOURCES:
Making all in Utils
UNUSED SOURCES:
Making all in Base
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -DGEM_INTERNAL -DGLEW_BUILD -DGLEW_MX -DPD -I/Applications/Pd-extended.app/Contents/Resources/src -arch i386 -I/usr/local/Cellar/ftgl/2.1.3-rc5/include -I/usr/local/Cellar/ftgl/2.1.3-rc5/include/FTGL -g -O2 -Os -ffast-math -mmmx -fpascal-strings -MT libBase_la-TextBaseFTGL.lo -MD -MP -MF .deps/libBase_la-TextBaseFTGL.Tpo -c -o libBase_la-TextBaseFTGL.lo `test -f 'TextBaseFTGL.cpp' || echo './'`TextBaseFTGL.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -DGEM_INTERNAL -DGLEW_BUILD -DGLEW_MX -DPD -I/Applications/Pd-extended.app/Contents/Resources/src -arch i386 -I/usr/local/Cellar/ftgl/2.1.3-rc5/include -I/usr/local/Cellar/ftgl/2.1.3-rc5/include/FTGL -g -O2 -Os -ffast-math -mmmx -fpascal-strings -MT libBase_la-TextBaseFTGL.lo -MD -MP -MF .deps/libBase_la-TextBaseFTGL.Tpo -c TextBaseFTGL.cpp -fno-common -DPIC -o .libs/libBase_la-TextBaseFTGL.o
In file included from TextBaseFTGL.cpp:24:
In file included from ./TextBase.h:38:
/usr/local/Cellar/ftgl/2.1.3-rc5/include/FTGL/FTFont.h:29:5: warning: This header is deprecated. Please use <FTGL/ftgl.h> from now. [-W#warnings]
# warning This header is deprecated. Please use <FTGL/ftgl.h> from now.
^
In file included from TextBaseFTGL.cpp:24:
In file included from ./TextBase.h:38:
In file included from /usr/local/Cellar/ftgl/2.1.3-rc5/include/FTGL/FTFont.h:30:
/usr/local/Cellar/ftgl/2.1.3-rc5/include/FTGL/ftgl.h:32:10: fatal error: 'ft2build.h' file not found
#include <ft2build.h>
^
1 warning and 1 error generated.
make[3]: *** [libBase_la-TextBaseFTGL.lo] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
make: *** [all-recursive] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment