Created
June 6, 2010 05:53
-
-
Save bitboxer/427342 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew install Gource | |
==> Downloading http://downloads.sourceforge.net/project/ftgl/FTGL%20Source/2.1.3~rc5/ftgl-2.1.3-rc5.tar.gz | |
File already downloaded and cached to /Users/bodo/Library/Caches/Homebrew | |
==> ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/ftgl/2.1.3-rc5 --disable-freetype | |
==> make install | |
Making install in src | |
/bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/local/include/freetype2 -I/usr/local/include -O3 -march=core2 -w -pipe -c -o libftgl_la-FTBuffer.lo `test -f 'FTBuffer.cpp' || echo './'`FTBuffer.cpp | |
/bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/local/include/freetype2 -I/usr/local/include -O3 -march=core2 -w -pipe -c -o libftgl_la-FTCharmap.lo `test -f 'FTCharmap.cpp' || echo './'`FTCharmap.cpp | |
mkdir .libs | |
mkdir .libs | |
mkdir: .libs: File exists | |
/usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/local/include/freetype2 -I/usr/local/include -O3 -march=core2 -w -pipe -c FTBuffer.cpp -fno-common -DPIC -o .libs/libftgl_la-FTBuffer.o | |
/usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/local/include/freetype2 -I/usr/local/include -O3 -march=core2 -w -pipe -c FTCharmap.cpp -fno-common -DPIC -o .libs/libftgl_la-FTCharmap.o | |
In file included from FTFace.h:29, | |
from FTCharmap.cpp:29: | |
/usr/X11R6/include/ft2build.h:56:38: error: freetype/config/ftheader.h: No such file or directory | |
In file included from FTCharmap.cpp:29: | |
FTFace.h:30:10: error: #include expects "FILENAME" or <FILENAME> | |
FTFace.h:31:10: error: #include expects "FILENAME" or <FILENAME> | |
In file included from FTFace.h:33, | |
from FTCharmap.cpp:29: | |
FTGL/ftgl.h:33:10: error: #include expects "FILENAME" or <FILENAME> | |
FTGL/ftgl.h:34:10: error: #include expects "FILENAME" or <FILENAME> | |
FTGL/ftgl.h:35:10: error: #include expects "FILENAME" or <FILENAME> | |
In file included from FTGL/ftgl.h:32, | |
from FTBuffer.cpp:28: | |
/usr/X11R6/include/ft2build.h:56:38: error: freetype/config/ftheader.h: No such file or directory | |
In file included from FTBuffer.cpp:28: | |
FTGL/ftgl.h:33:10: error: #include expects "FILENAME" or <FILENAME> | |
FTGL/ftgl.h:34:10: error: #include expects "FILENAME" or <FILENAME> | |
FTGL/ftgl.h:35:10: error: #include expects "FILENAME" or <FILENAME> | |
In file included from FTFace.h:35, | |
from FTCharmap.cpp:29: | |
FTSize.h:31:10: error: #include expects "FILENAME" or <FILENAME> | |
In file included from FTCharmap.cpp:30: | |
FTCharmap.h:31:10: error: #include expects "FILENAME" or <FILENAME> | |
FTCharmap.h:32:10: error: #include expects "FILENAME" or <FILENAME> | |
In file included from FTGL/ftgl.h:110, | |
from FTBuffer.cpp:28: | |
./FTGL/FTPoint.h:75: error: expected ‘,’ or ‘...’ before ‘&’ token | |
./FTGL/FTPoint.h:75: error: ISO C++ forbids declaration of ‘FT_Vector’ with no type | |
./FTGL/FTPoint.h: In constructor ‘FTPoint::FTPoint(int)’: | |
./FTGL/FTPoint.h:77: error: ‘ft_vector’ was not declared in this scope | |
In file included from FTGL/ftgl.h:111, | |
from FTBuffer.cpp:28: | |
./FTGL/FTBBox.h: At global scope: | |
./FTGL/FTBBox.h:75: error: expected `)' before ‘glyph’ | |
In file included from FTGL/ftgl.h:114, | |
from FTBuffer.cpp:28: | |
./FTGL/FTGlyph.h:58: error: expected `)' before ‘glyph’ | |
./FTGL/FTGlyph.h:112: error: ‘FT_Error’ does not name a type | |
./FTGL/FTGlyph.h:196: error: ‘FT_Error’ does not name a type | |
In file included from FTGL/ftgl.h:115, | |
from FTBuffer.cpp:28: | |
./FTGL/FTBitmapGlyph.h:50: error: expected `)' before ‘glyph’ | |
./FTGL/FTBitmapGlyph.h:77: error: ‘FT_GlyphSlot’ was not declared in this scope | |
In file included from FTGL/ftgl.h:116, | |
from FTBuffer.cpp:28: | |
./FTGL/FTBufferGlyph.h:49: error: expected `)' before ‘glyph’ | |
In file included from FTGL/ftgl.h:117, | |
from FTBuffer.cpp:28: | |
./FTGL/FTExtrdGlyph.h:59: error: expected `)' before ‘glyph’ | |
./FTGL/FTExtrdGlyph.h:97: error: ‘FT_GlyphSlot’ was not declared in this scope | |
./FTGL/FTExtrdGlyph.h:97: error: expected primary-expression before ‘float’ | |
./FTGL/FTExtrdGlyph.h:98: error: expected primary-expression before ‘float’ | |
./FTGL/FTExtrdGlyph.h:98: error: expected primary-expression before ‘float’ | |
./FTGL/FTExtrdGlyph.h:99: error: expected primary-expression before ‘int’ | |
./FTGL/FTExtrdGlyph.h:99: error: initializer expression list treated as compound expression | |
In file included from FTGL/ftgl.h:118, | |
from FTBuffer.cpp:28: | |
./FTGL/FTOutlineGlyph.h:56: error: expected `)' before ‘glyph’ | |
./FTGL/FTOutlineGlyph.h:88: error: ‘FT_GlyphSlot’ was not declared in this scope | |
./FTGL/FTOutlineGlyph.h:88: error: expected primary-expression before ‘float’ | |
./FTGL/FTOutlineGlyph.h:89: error: expected primary-expression before ‘int’ | |
./FTGL/FTOutlineGlyph.h:89: error: initializer expression list treated as compound expression | |
In file included from FTGL/ftgl.h:119, | |
from FTBuffer.cpp:28: | |
./FTGL/FTPixmapGlyph.h:50: error: expected `)' before ‘glyph’ | |
./FTGL/FTPixmapGlyph.h:77: error: ‘FT_GlyphSlot’ was not declared in this scope | |
In file included from FTGL/ftgl.h:120, | |
from FTBuffer.cpp:28: | |
./FTGL/FTPolyGlyph.h:57: error: expected `)' before ‘glyph’ | |
./FTGL/FTPolyGlyph.h:92: error: ‘FT_GlyphSlot’ was not declared in this scope | |
./FTGL/FTPolyGlyph.h:92: error: expected primary-expression before ‘float’ | |
./FTGL/FTPolyGlyph.h:93: error: expected primary-expression before ‘int’ | |
./FTGL/FTPolyGlyph.h:93: error: initializer expression list treated as compound expression | |
In file included from FTGL/ftgl.h:121, | |
from FTBuffer.cpp:28: | |
./FTGL/FTTextureGlyph.h:59: error: expected `)' before ‘glyph’ | |
./FTGL/FTTextureGlyph.h:92: error: ‘FT_GlyphSlot’ was not declared in this scope | |
./FTGL/FTTextureGlyph.h:92: error: expected primary-expression before ‘int’ | |
./FTGL/FTTextureGlyph.h:93: error: expected primary-expression before ‘int’ | |
./FTGL/FTTextureGlyph.h:93: error: expected primary-expression before ‘int’ | |
./FTGL/FTTextureGlyph.h:94: error: expected primary-expression before ‘int’ | |
./FTGL/FTTextureGlyph.h:94: error: expected primary-expression before ‘int’ | |
./FTGL/FTTextureGlyph.h:94: error: initializer expression list treated as compound expression | |
In file included from FTGL/ftgl.h:123, | |
from FTBuffer.cpp:28: | |
./FTGL/FTFont.h:74: error: ‘size_t’ has not been declared | |
./FTGL/FTFont.h:119: error: ‘size_t’ has not been declared | |
./FTGL/FTFont.h:128: error: ‘FT_Int’ has not been declared | |
./FTGL/FTFont.h:137: error: ‘FT_Encoding’ has not been declared | |
./FTGL/FTFont.h:151: error: ISO C++ forbids declaration of ‘FT_Encoding’ with no type | |
./FTGL/FTFont.h:151: error: ‘FT_Encoding’ declared as a ‘virtual’ field | |
./FTGL/FTFont.h:151: error: expected ‘;’ before ‘*’ token | |
./FTGL/FTFont.h:363: error: ‘FT_Error’ does not name a type | |
./FTGL/FTFont.h:378: error: ‘MakeGlyph’ declared as a ‘virtual’ field | |
./FTGL/FTFont.h:378: error: expected ‘;’ before ‘(’ token | |
./FTGL/FTFont.h:411: error: expected ‘,’ or ‘...’ before ‘(’ token | |
./FTGL/FTFont.h:442: error: ‘size_t’ has not been declared | |
./FTGL/FTFont.h:451: error: ‘FT_Encoding’ has not been declared | |
./FTGL/FTFont.h:467: error: expected constructor, destructor, or type conversion before ‘*’ token | |
./FTGL/FTFont.h:579: error: ‘FT_Error’ does not name a type | |
In file included from FTGL/ftgl.h:124, | |
from FTBuffer.cpp:28: | |
./FTGL/FTGLBitmapFont.h:64: error: ‘size_t’ has not been declared | |
./FTGL/FTGLBitmapFont.h:81: error: ‘MakeGlyph’ declared as a ‘virtual’ field | |
./FTGL/FTGLBitmapFont.h:81: error: expected ‘;’ before ‘(’ token | |
In file included from FTGL/ftgl.h:110, | |
from FTFace.h:33, | |
from FTCharmap.cpp:29: | |
./FTGL/FTPoint.h:75: error: expected ‘,’ or ‘...’ before ‘&’ token | |
./FTGL/FTPoint.h:75: error: ISO C++ forbids declaration of ‘FT_Vector’ with no type | |
In file included from FTGL/ftgl.h:125, | |
from FTBuffer.cpp:28: | |
./FTGL/FTBufferFont.h:62: error: ‘size_t’ has not been declared | |
./FTGL/FTBufferFont.h:79: error: ‘MakeGlyph’ declared as a ‘virtual’ field | |
./FTGL/FTBufferFont.h:79: error: expected ‘;’ before ‘(’ token | |
In file included from FTGL/ftgl.h:126, | |
from FTBuffer.cpp:28: | |
./FTGL/FTGLExtrdFont.h:65: error: ‘size_t’ has not been declared | |
./FTGL/FTGLExtrdFont.h:82: error: ‘MakeGlyph’ declared as a ‘virtual’ field | |
./FTGL/FTGLExtrdFont.h:82: error: expected ‘;’ before ‘(’ token | |
In file included from FTGL/ftgl.h:127, | |
from FTBuffer.cpp:28: | |
./FTGL/FTGLOutlineFont.h:64: error: ‘size_t’ has not been declared | |
./FTGL/FTGLOutlineFont.h:81: error: ‘MakeGlyph’ declared as a ‘virtual’ field | |
./FTGL/FTGLOutlineFont.h:81: error: expected ‘;’ before ‘(’ token | |
In file included from FTGL/ftgl.h:128, | |
from FTBuffer.cpp:28: | |
./FTGL/FTGLPixmapFont.h:64: error: ‘size_t’ has not been declared | |
./FTGL/FTGLPixmapFont.h:81: error: ‘MakeGlyph’ declared as a ‘virtual’ field | |
./FTGL/FTGLPixmapFont.h:81: error: expected ‘;’ before ‘(’ token | |
In file included from FTGL/ftgl.h:129, | |
from FTBuffer.cpp:28: | |
./FTGL/FTGLPolygonFont.h:64: error: ‘size_t’ has not been declared | |
./FTGL/FTGLPolygonFont.h:81: error: ‘MakeGlyph’ declared as a ‘virtual’ field | |
./FTGL/FTGLPolygonFont.h:81: error: expected ‘;’ before ‘(’ token | |
In file included from FTGL/ftgl.h:130, | |
from FTBuffer.cpp:28: | |
./FTGL/FTGLTextureFont.h:64: error: ‘size_t’ has not been declared | |
./FTGL/FTPoint.h: In constructor ‘FTPoint::FTPoint(int)’: | |
./FTGL/FTPoint.h:77: error: ‘ft_vector’ was not declared in this scope | |
./FTGL/FTGLTextureFont.h:81: error: ‘MakeGlyph’ declared as a ‘virtual’ field | |
./FTGL/FTGLTextureFont.h:81: error: expected ‘;’ before ‘(’ token | |
In file included from FTGL/ftgl.h:132, | |
from FTBuffer.cpp:28: | |
./FTGL/FTLayout.h:134: error: ‘FT_Error’ does not name a type | |
./FTGL/FTLayout.h:187: error: ‘FT_Error’ does not name a type | |
FTBuffer.cpp: In member function ‘void FTBuffer::Size(int, int)’: | |
FTBuffer.cpp:65: error: ‘memset’ was not declared in this scope | |
make[1]: *** [libftgl_la-FTBuffer.lo] Error 1 | |
make[1]: *** Waiting for unfinished jobs.... | |
In file included from FTGL/ftgl.h:111, | |
from FTFace.h:33, | |
from FTCharmap.cpp:29: | |
./FTGL/FTBBox.h: At global scope: | |
./FTGL/FTBBox.h:75: error: expected `)' before ‘glyph’ | |
In file included from FTGL/ftgl.h:114, | |
from FTFace.h:33, | |
from FTCharmap.cpp:29: | |
./FTGL/FTGlyph.h:58: error: expected `)' before ‘glyph’ | |
./FTGL/FTGlyph.h:112: error: ‘FT_Error’ does not name a type | |
./FTGL/FTGlyph.h:196: error: ‘FT_Error’ does not name a type | |
In file included from FTGL/ftgl.h:115, | |
from FTFace.h:33, | |
from FTCharmap.cpp:29: | |
./FTGL/FTBitmapGlyph.h:50: error: expected `)' before ‘glyph’ | |
./FTGL/FTBitmapGlyph.h:77: error: ‘FT_GlyphSlot’ was not declared in this scope | |
In file included from FTGL/ftgl.h:116, | |
from FTFace.h:33, | |
from FTCharmap.cpp:29: | |
./FTGL/FTBufferGlyph.h:49: error: expected `)' before ‘glyph’ | |
In file included from FTGL/ftgl.h:117, | |
from FTFace.h:33, | |
from FTCharmap.cpp:29: | |
./FTGL/FTExtrdGlyph.h:59: error: expected `)' before ‘glyph’ | |
./FTGL/FTExtrdGlyph.h:97: error: ‘FT_GlyphSlot’ was not declared in this scope | |
./FTGL/FTExtrdGlyph.h:97: error: expected primary-expression before ‘float’ | |
./FTGL/FTExtrdGlyph.h:98: error: expected primary-expression before ‘float’ | |
./FTGL/FTExtrdGlyph.h:98: error: expected primary-expression before ‘float’ | |
./FTGL/FTExtrdGlyph.h:99: error: expected primary-expression before ‘int’ | |
./FTGL/FTExtrdGlyph.h:99: error: initializer expression list treated as compound expression | |
In file included from FTGL/ftgl.h:118, | |
from FTFace.h:33, | |
from FTCharmap.cpp:29: | |
./FTGL/FTOutlineGlyph.h:56: error: expected `)' before ‘glyph’ | |
./FTGL/FTOutlineGlyph.h:88: error: ‘FT_GlyphSlot’ was not declared in this scope | |
./FTGL/FTOutlineGlyph.h:88: error: expected primary-expression before ‘float’ | |
./FTGL/FTOutlineGlyph.h:89: error: expected primary-expression before ‘int’ | |
./FTGL/FTOutlineGlyph.h:89: error: initializer expression list treated as compound expression | |
In file included from FTGL/ftgl.h:119, | |
from FTFace.h:33, | |
from FTCharmap.cpp:29: | |
./FTGL/FTPixmapGlyph.h:50: error: expected `)' before ‘glyph’ | |
./FTGL/FTPixmapGlyph.h:77: error: ‘FT_GlyphSlot’ was not declared in this scope | |
In file included from FTGL/ftgl.h:120, | |
from FTFace.h:33, | |
from FTCharmap.cpp:29: | |
./FTGL/FTPolyGlyph.h:57: error: expected `)' before ‘glyph’ | |
./FTGL/FTPolyGlyph.h:92: error: ‘FT_GlyphSlot’ was not declared in this scope | |
./FTGL/FTPolyGlyph.h:92: error: expected primary-expression before ‘float’ | |
./FTGL/FTPolyGlyph.h:93: error: expected primary-expression before ‘int’ | |
./FTGL/FTPolyGlyph.h:93: error: initializer expression list treated as compound expression | |
In file included from FTGL/ftgl.h:121, | |
from FTFace.h:33, | |
from FTCharmap.cpp:29: | |
./FTGL/FTTextureGlyph.h:59: error: expected `)' before ‘glyph’ | |
./FTGL/FTTextureGlyph.h:92: error: ‘FT_GlyphSlot’ was not declared in this scope | |
./FTGL/FTTextureGlyph.h:92: error: expected primary-expression before ‘int’ | |
./FTGL/FTTextureGlyph.h:93: error: expected primary-expression before ‘int’ | |
./FTGL/FTTextureGlyph.h:93: error: expected primary-expression before ‘int’ | |
./FTGL/FTTextureGlyph.h:94: error: expected primary-expression before ‘int’ | |
./FTGL/FTTextureGlyph.h:94: error: expected primary-expression before ‘int’ | |
./FTGL/FTTextureGlyph.h:94: error: initializer expression list treated as compound expression | |
In file included from FTGL/ftgl.h:123, | |
from FTFace.h:33, | |
from FTCharmap.cpp:29: | |
./FTGL/FTFont.h:74: error: ‘size_t’ has not been declared | |
./FTGL/FTFont.h:119: error: ‘size_t’ has not been declared | |
./FTGL/FTFont.h:128: error: ‘FT_Int’ has not been declared | |
./FTGL/FTFont.h:137: error: ‘FT_Encoding’ has not been declared | |
./FTGL/FTFont.h:151: error: ISO C++ forbids declaration of ‘FT_Encoding’ with no type | |
./FTGL/FTFont.h:151: error: ‘FT_Encoding’ declared as a ‘virtual’ field | |
./FTGL/FTFont.h:151: error: expected ‘;’ before ‘*’ token | |
./FTGL/FTFont.h:363: error: ‘FT_Error’ does not name a type | |
./FTGL/FTFont.h:378: error: ‘MakeGlyph’ declared as a ‘virtual’ field | |
./FTGL/FTFont.h:378: error: expected ‘;’ before ‘(’ token | |
./FTGL/FTFont.h:411: error: expected ‘,’ or ‘...’ before ‘(’ token | |
./FTGL/FTFont.h:442: error: ‘size_t’ has not been declared | |
./FTGL/FTFont.h:451: error: ‘FT_Encoding’ has not been declared | |
./FTGL/FTFont.h:467: error: expected constructor, destructor, or type conversion before ‘*’ token | |
./FTGL/FTFont.h:579: error: ‘FT_Error’ does not name a type | |
In file included from FTGL/ftgl.h:124, | |
from FTFace.h:33, | |
from FTCharmap.cpp:29: | |
./FTGL/FTGLBitmapFont.h:64: error: ‘size_t’ has not been declared | |
./FTGL/FTGLBitmapFont.h:81: error: ‘MakeGlyph’ declared as a ‘virtual’ field | |
./FTGL/FTGLBitmapFont.h:81: error: expected ‘;’ before ‘(’ token | |
In file included from FTGL/ftgl.h:125, | |
from FTFace.h:33, | |
from FTCharmap.cpp:29: | |
./FTGL/FTBufferFont.h:62: error: ‘size_t’ has not been declared | |
./FTGL/FTBufferFont.h:79: error: ‘MakeGlyph’ declared as a ‘virtual’ field | |
./FTGL/FTBufferFont.h:79: error: expected ‘;’ before ‘(’ token | |
In file included from FTGL/ftgl.h:126, | |
from FTFace.h:33, | |
from FTCharmap.cpp:29: | |
./FTGL/FTGLExtrdFont.h:65: error: ‘size_t’ has not been declared | |
./FTGL/FTGLExtrdFont.h:82: error: ‘MakeGlyph’ declared as a ‘virtual’ field | |
./FTGL/FTGLExtrdFont.h:82: error: expected ‘;’ before ‘(’ token | |
In file included from FTGL/ftgl.h:127, | |
from FTFace.h:33, | |
from FTCharmap.cpp:29: | |
./FTGL/FTGLOutlineFont.h:64: error: ‘size_t’ has not been declared | |
./FTGL/FTGLOutlineFont.h:81: error: ‘MakeGlyph’ declared as a ‘virtual’ field | |
./FTGL/FTGLOutlineFont.h:81: error: expected ‘;’ before ‘(’ token | |
In file included from FTGL/ftgl.h:128, | |
from FTFace.h:33, | |
from FTCharmap.cpp:29: | |
./FTGL/FTGLPixmapFont.h:64: error: ‘size_t’ has not been declared | |
./FTGL/FTGLPixmapFont.h:81: error: ‘MakeGlyph’ declared as a ‘virtual’ field | |
./FTGL/FTGLPixmapFont.h:81: error: expected ‘;’ before ‘(’ token | |
In file included from FTGL/ftgl.h:129, | |
from FTFace.h:33, | |
from FTCharmap.cpp:29: | |
./FTGL/FTGLPolygonFont.h:64: error: ‘size_t’ has not been declared | |
./FTGL/FTGLPolygonFont.h:81: error: ‘MakeGlyph’ declared as a ‘virtual’ field | |
./FTGL/FTGLPolygonFont.h:81: error: expected ‘;’ before ‘(’ token | |
In file included from FTGL/ftgl.h:130, | |
from FTFace.h:33, | |
from FTCharmap.cpp:29: | |
./FTGL/FTGLTextureFont.h:64: error: ‘size_t’ has not been declared | |
./FTGL/FTGLTextureFont.h:81: error: ‘MakeGlyph’ declared as a ‘virtual’ field | |
./FTGL/FTGLTextureFont.h:81: error: expected ‘;’ before ‘(’ token | |
In file included from FTGL/ftgl.h:132, | |
from FTFace.h:33, | |
from FTCharmap.cpp:29: | |
./FTGL/FTLayout.h:134: error: ‘FT_Error’ does not name a type | |
./FTGL/FTLayout.h:187: error: ‘FT_Error’ does not name a type | |
In file included from FTFace.h:35, | |
from FTCharmap.cpp:29: | |
FTSize.h:68: error: ‘FT_Face’ has not been declared | |
FTSize.h:128: error: ‘FT_Error’ does not name a type | |
FTSize.h:134: error: ISO C++ forbids declaration of ‘FT_Face’ with no type | |
FTSize.h:134: error: expected ‘;’ before ‘*’ token | |
FTSize.h:139: error: ‘FT_Size’ does not name a type | |
FTSize.h:159: error: ‘FT_Error’ does not name a type | |
In file included from FTCharmap.cpp:29: | |
FTFace.h:59: error: ‘size_t’ has not been declared | |
FTFace.h:87: error: ‘size_t’ has not been declared | |
FTFace.h:94: error: ISO C++ forbids declaration of ‘FT_Face’ with no type | |
FTFace.h:94: error: expected ‘;’ before ‘*’ token | |
FTFace.h:106: error: expected `;' before ‘const’ | |
FTFace.h:120: error: ISO C++ forbids declaration of ‘FT_Encoding’ with no type | |
FTFace.h:120: error: expected ‘;’ before ‘*’ token | |
FTFace.h:130: error: ‘FT_GlyphSlot’ does not name a type | |
FTFace.h:142: error: ‘FT_Error’ does not name a type | |
FTFace.h:148: error: ISO C++ forbids declaration of ‘FT_Face’ with no type | |
FTFace.h:148: error: expected ‘;’ before ‘*’ token | |
FTFace.h:160: error: ISO C++ forbids declaration of ‘FT_Encoding’ with no type | |
FTFace.h:160: error: expected ‘;’ before ‘*’ token | |
FTFace.h:177: error: ‘FT_Error’ does not name a type | |
In file included from FTCharmap.cpp:30: | |
FTCharmap.h:71: error: ‘FT_Encoding’ does not name a type | |
FTCharmap.h:94: error: ‘FT_Encoding’ has not been declared | |
FTCharmap.h:131: error: ‘FT_Error’ does not name a type | |
FTCharmap.h:137: error: ‘FT_Encoding’ does not name a type | |
FTCharmap.h:142: error: ‘FT_Face’ does not name a type | |
FTCharmap.h:161: error: ‘FT_Error’ does not name a type | |
FTCharmap.cpp: In constructor ‘FTCharmap::FTCharmap(FTFace*)’: | |
FTCharmap.cpp:34: error: class ‘FTCharmap’ does not have any field named ‘ftFace’ | |
FTCharmap.cpp:34: error: ‘class FTFace’ has no member named ‘Face’ | |
FTCharmap.cpp:35: error: class ‘FTCharmap’ does not have any field named ‘err’ | |
FTCharmap.cpp:37: error: ‘ftFace’ was not declared in this scope | |
FTCharmap.cpp:42: error: ‘err’ was not declared in this scope | |
FTCharmap.cpp:46: error: ‘err’ was not declared in this scope | |
FTCharmap.cpp:46: error: ‘FT_Set_Charmap’ was not declared in this scope | |
FTCharmap.cpp:49: error: ‘ftEncoding’ was not declared in this scope | |
FTCharmap.cpp:49: error: ‘ftFace’ was not declared in this scope | |
FTCharmap.cpp:53: error: ‘FT_Get_Char_Index’ was not declared in this scope | |
FTCharmap.cpp: At global scope: | |
FTCharmap.cpp:64: error: ‘bool FTCharmap::CharMap’ is not a static member of ‘class FTCharmap’ | |
FTCharmap.cpp:64: error: ‘FT_Encoding’ was not declared in this scope | |
FTCharmap.cpp:65: error: expected ‘,’ or ‘;’ before ‘{’ token | |
make[1]: *** [libftgl_la-FTCharmap.lo] Error 1 | |
make: *** [install-recursive] Error 1 | |
Exit status: 2 | |
http://github.com/mxcl/homebrew/blob/master/Library/Formula/ftgl.rb#L28 | |
==> Environment | |
HOMEBREW_VERSION: 0.6 | |
HEAD: f7dd8eb9ca54db74b8b2012ff8e57400afcc9a83 | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
HOMEBREW_CACHE: /Users/bodo/Library/Caches/Homebrew | |
HOMEBREW_REPOSITORY: /usr/local | |
HOMEBREW_LIBRARY_PATH: /usr/local/Library/Homebrew | |
Hardware: dual-core 64-bit core2 | |
OS X: 10.6.3 | |
Kernel Architecture: i386 | |
Ruby: 1.8.7-173 | |
GCC-4.0: build 5493 (5493 or newer recommended) | |
GCC-4.2: build 5659 (5646 or newer recommended) | |
LLVM: build 2207 (2206 or newer recommended) | |
MacPorts or Fink? false | |
X11 installed? true | |
PATH: /usr/local/apache-maven/bin:~/bin:/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:/usr/local/git/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin | |
==> Build Flags | |
CC: /usr/bin/cc | |
CXX: /usr/bin/c++ | |
LD: /usr/bin/cc | |
CFLAGS: -O3 -march=core2 -w -pipe | |
CXXFLAGS: -O3 -march=core2 -w -pipe | |
CPPFLAGS: -I/usr/X11R6/include | |
LDFLAGS: -L/usr/X11R6/lib | |
MAKEFLAGS: -j2 | |
PATH: /usr/local/apache-maven/bin:~/bin:/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:/usr/local/git/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin | |
Error: Failure while executing: make install | |
Please report this bug at http://github.com/mxcl/homebrew/issues | |
Consider running `brew doctor` if a large number of installs are failing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment