henkm
March 14th, 2008, 03:53 PM
I'm trying to build blender on ubuntu 7.10 on my dual core.
I have download the blender-2.45 source files
I searched everywhere for the necessary dependencies.
I tried to build blender with scons, according to
http://wiki.blender.org/index.php/Blender_3D:_ActionBook/Blender_Compiling
Yet the following errors appear:
Compiling ==> 'BSP_MeshPrimitives.cpp'
Linking library ==> 'libblender_BSP.a'
Compiling ==> 'FTGlyphContainer.cpp'
In file included from extern/bFTGL/src/FTGlyphContainer.cpp:1:
extern/bFTGL/include/FTGlyphContainer.h:4:22: error: ft2build.h: No such file or directory
extern/bFTGL/include/FTGlyphContainer.h:5:10: error: #include expects "FILENAME" or <FILENAME>
extern/bFTGL/include/FTGlyphContainer.h:6:10: error: #include expects "FILENAME" or <FILENAME>
extern/bFTGL/src/FTGlyphContainer.cpp:30: error: expected ‘,’ or ‘;’ before ‘{’ token
extern/bFTGL/src/FTGlyphContainer.cpp: In member function ‘FTPoint FTGlyphContainer::Render(unsigned int, unsigned int, FTPoint)’:
extern/bFTGL/src/FTGlyphContainer.cpp:85: error: ‘class FTFace’ has no member named ‘Error’
scons: *** [/home/henk/compile/build/linux2/extern/bFTGL/src/FTGlyphContainer.o] Error 1
scons: building terminated because of errors.
Does somebody have a clue
I have download the blender-2.45 source files
I searched everywhere for the necessary dependencies.
I tried to build blender with scons, according to
http://wiki.blender.org/index.php/Blender_3D:_ActionBook/Blender_Compiling
Yet the following errors appear:
Compiling ==> 'BSP_MeshPrimitives.cpp'
Linking library ==> 'libblender_BSP.a'
Compiling ==> 'FTGlyphContainer.cpp'
In file included from extern/bFTGL/src/FTGlyphContainer.cpp:1:
extern/bFTGL/include/FTGlyphContainer.h:4:22: error: ft2build.h: No such file or directory
extern/bFTGL/include/FTGlyphContainer.h:5:10: error: #include expects "FILENAME" or <FILENAME>
extern/bFTGL/include/FTGlyphContainer.h:6:10: error: #include expects "FILENAME" or <FILENAME>
extern/bFTGL/src/FTGlyphContainer.cpp:30: error: expected ‘,’ or ‘;’ before ‘{’ token
extern/bFTGL/src/FTGlyphContainer.cpp: In member function ‘FTPoint FTGlyphContainer::Render(unsigned int, unsigned int, FTPoint)’:
extern/bFTGL/src/FTGlyphContainer.cpp:85: error: ‘class FTFace’ has no member named ‘Error’
scons: *** [/home/henk/compile/build/linux2/extern/bFTGL/src/FTGlyphContainer.o] Error 1
scons: building terminated because of errors.
Does somebody have a clue