Re: Another build error on vte...



I have encountered very much this error trying to build vte acording to the instructions in blfs (beyond linux from scratch). The FT_... macros are defined in freetype/ftimage.h. Freetype2 has the header freetype.h which includes ft2build.h which in turn defines macros which specify the appropriate header for the particular font driver being hosted. Some how or other the VTE build setup can cause this system to trip up. I know that this doesn't really answer your query but could perhaps help you or someone else on the list track down the source of
the problem.

Olivier Lecarme wrote:

I have another error in building vte :
if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..
-I/reserve/GAR/garnome/include -I/usr/X11R6/include
-I/reserve/GAR/garnome/include/glib-2.0
-I/reserve/GAR/garnome/lib/glib-2.0/include
-I/reserve/GAR/garnome/include/gtk-2.0
-I/reserve/GAR/garnome/lib/gtk-2.0/include
-I/reserve/GAR/garnome/include/atk-1.0
-I/reserve/GAR/garnome/include/pango-1.0 -I/usr/local/include
-I/usr/X11R6/include -I/usr/X11R6/include/freetype2
-I/home/src/garnome/include -I/home/src/garnome/include/freetype2
-I/usr/X11R6/include  -g -I/reserve/GAR/garnome/include
-I/usr/X11R6/include -L/reserve/GAR/garnome/lib -L/usr/X11R6/lib -O2
-pipe -I/usr/X11R6/include  -I/usr/X11R6/include  -g
-I/reserve/GAR/garnome/include -I/usr/X11R6/include
-L/reserve/GAR/garnome/lib -L/usr/X11R6/lib -O2 -pipe -MT vteglyph.lo
-MD -MP -MF ".deps/vteglyph.Tpo" \
 -c -o vteglyph.lo `test -f 'vteglyph.c' || echo './'`vteglyph.c; \
then mv -f ".deps/vteglyph.Tpo" ".deps/vteglyph.Plo"; \
else rm -f ".deps/vteglyph.Tpo"; exit 1; \
fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -I/reserve/GAR/garnome/include
-I/usr/X11R6/include -I/reserve/GAR/garnome/include/glib-2.0
-I/reserve/GAR/garnome/lib/glib-2.0/include
-I/reserve/GAR/garnome/include/gtk-2.0
-I/reserve/GAR/garnome/lib/gtk-2.0/include
-I/reserve/GAR/garnome/include/atk-1.0
-I/reserve/GAR/garnome/include/pango-1.0 -I/usr/local/include
-I/usr/X11R6/include -I/usr/X11R6/include/freetype2
-I/home/src/garnome/include -I/home/src/garnome/include/freetype2
-I/usr/X11R6/include -g -I/reserve/GAR/garnome/include
-I/usr/X11R6/include -L/reserve/GAR/garnome/lib -L/usr/X11R6/lib -O2
-pipe -I/usr/X11R6/include -I/usr/X11R6/include -g
-I/reserve/GAR/garnome/include -I/usr/X11R6/include
-L/reserve/GAR/garnome/lib -L/usr/X11R6/lib -O2 -pipe -MT vteglyph.lo
-MD -MP -MF .deps/vteglyph.Tpo -c vteglyph.c  -fPIC -DPIC -o
.libs/vteglyph.o
vteglyph.c: In function `_vte_glyph_cache_set_font_description':
vteglyph.c:245: error: `FT_RENDER_MODE_MONO' undeclared (first use in
this function)
vteglyph.c:245: error: (Each undeclared identifier is reported only once
vteglyph.c:245: error: for each function it appears in.)
vteglyph.c: In function `_vte_glyph_get_uncached':
vteglyph.c:528: error: `FT_PIXEL_MODE_MONO' undeclared (first use in
this function)
vteglyph.c:541: error: `FT_PIXEL_MODE_GRAY2' undeclared (first use in
this function)
vteglyph.c:548: error: `FT_PIXEL_MODE_GRAY4' undeclared (first use in
this function)
vteglyph.c:555: error: `FT_PIXEL_MODE_LCD' undeclared (first use in this
function)
vteglyph.c:556: error: `FT_PIXEL_MODE_LCD_V' undeclared (first use in
this function)
vteglyph.c:564: error: `FT_PIXEL_MODE_GRAY' undeclared (first use in
this function)

Any explanation ?





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]