[Bf-committers] Compiling Blender fails: FTGLPixmapFont.h missing

Stefan Gartner bf-committers@blender.org
Mon, 16 Jun 2003 00:33:38 +0200


Hi,

FTGLPixmapFont.h is part of ftgl 
(http://homepages.paradise.net.nz/henryj/code/#FTGL) which is used for 
antialiased fonts in the UI and internationalisation. In order for blender to 
work correctly, you need to make a minor change to the ftgl source, which is 
mentioned in blender's README file.

sgefant


On Sunday 15 June 2003 22:58, Christian Plessl wrote:
> Today, I tried building blender for Intel Linux for the first time using
> NaN makefiles instead of autotools. I use a fresh checkout of the sources
> from cvs.
>
> The compilation of source/blender/ftfont/intern fails with the following
> error:
>
> ====> make all in source/blender/ftfont/intern
> g++ -c -pipe -fPIC -DNDEBUG -O2 -DMOZ_NOT_NET -I../Physics/common
> -I../Physics/Dummy -I../../makesdna -I../../blenkernel -I../../blenlib
> -I/home/plessl/pack/blender-cvs-src/blender-cvs-checkout/blender/../lib/lin
>ux-glibc2.3.1-i386/ftgl/include -I/usr/include -I/usr/include
> -I/usr/include/freetype2 -I.. FTF_Api.cpp -o
> /home/plessl/pack/blender-cvs-src/blender-cvs-checkout/blender/obj/linux-gl
>ibc2.3.1-i386/blender/ftfont/FTF_Api.o FTF_TTFont.h:40:28: FTGLPixmapFont.h:
> No such file or directory
> FTF_TTFont.h:102: syntax error before `*' token
> make[3]: ***
> [/home/plessl/pack/blender-cvs-src/blender-cvs-checkout/blender/obj/linux-g
>libc2.3.1-i386/blender/ftfont/FTF_Api.o] Error 1
> make[2]: *** [all] Error 1
> make[1]: *** [all] Error 1
> make: *** [all] Error 1
>
>
> Indeed, the file FTGLPixmapFont.h that FTF_TTFont.h is trying to include is
> really missing.
>
> I use the following freetype realated options for building blender:
>
>   export INTERNATIONAL=true
>   export WITH_FREETYPE2=true
>
>
> Does anyone have a solution for this problem?
>
> Best regards,
>  Christian
>
> _______________________________________________
> Bf-committers mailing list
> Bf-committers@blender.org
> http://www.blender.org/mailman/listinfo/bf-committers