Hi!
Im trying to compile gtk+-2.6.1 to run gaim-vv.
Configuration completes without errors and compilation runs. After a few minutes of compilation i get an error, about pango (i think). I have Pango 1.8.0 and this is the error when compiling gtk+:
Code:
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pango-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/X11R6/include -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/X11R6/include -g -O2-Wall -MT gdkpango-x11.lo -MD -MP -MF .deps/gdkpango-x11.Tpo -c gdkpango-x11.c-fPIC -DPIC -o .libs/gdkpango-x11.o
gdkpango-x11.c:28:35: pango/pangoxft-render.h: No such file or directory
gdkpango-x11.c:46: error: parse error before "PangoXftRenderer"
gdkpango-x11.c:46: warning: no semicolon at end of struct or union
gdkpango-x11.c:52: error: parse error before '}' token
gdkpango-x11.c:56: error: parse error before "PangoXftRendererClass"
gdkpango-x11.c:56: warning: no semicolon at end of struct or union
gdkpango-x11.c: In function `_gdk_x11_renderer_get_type':
gdkpango-x11.c:59: error: invalid application of `sizeof' to an incomplete type
gdkpango-x11.c:59: error: invalid application of `sizeof' to an incomplete type
gdkpango-x11.c:59: error: `PANGO_TYPE_XFT_RENDERER' undeclared (first use in this function)
gdkpango-x11.c:59: error: (Each undeclared identifier is reported only once
gdkpango-x11.c:59: error: for each function it appears in.)
gdkpango-x11.c: At top level:
gdkpango-x11.c:68: error: parse error before '*' token
gdkpango-x11.c: In function `gdk_x11_renderer_composite_trapezoids':
gdkpango-x11.c:77: error: `xftrenderer' undeclared (first use in this function)
gdkpango-x11.c:79: error: dereferencing pointer to incomplete type
gdkpango-x11.c:80: error: dereferencing pointer to incomplete type
gdkpango-x11.c:81: error: `trapezoids' undeclared (first use in this function)
gdkpango-x11.c:81: error: `n_trapezoids' undeclared (first use in this function)
gdkpango-x11.c: At top level:
gdkpango-x11.c:86: error: parse error before '*' token
gdkpango-x11.c: In function `gdk_x11_renderer_composite_glyphs':
gdkpango-x11.c:91: error: `xftrenderer' undeclared (first use in this function)
gdkpango-x11.c:93: error: dereferencing pointer to incomplete type
gdkpango-x11.c:94: error: dereferencing pointer to incomplete type
gdkpango-x11.c:95: error: `xft_font' undeclared (first use in this function)
gdkpango-x11.c:95: error: `glyphs' undeclared (first use in this function)
gdkpango-x11.c:95: error: `n_glyphs' undeclared (first use in this function)
gdkpango-x11.c: In function `_gdk_x11_renderer_class_init':
gdkpango-x11.c:106: error: `PangoXftRendererClass' undeclared (first use in this function)
gdkpango-x11.c:106: error: `xftrenderer_class' undeclared (first use in this function)
gdkpango-x11.c:106: warning: implicit declaration of function `PANGO_XFT_RENDERER_CLASS'
gdkpango-x11.c: In function `_gdk_x11_renderer_get':
gdkpango-x11.c:133: error: dereferencing pointer to incomplete type
gdkpango-x11.c:134: error: dereferencing pointer to incomplete type
make[4]: *** [gdkpango-x11.lo] Error 1
make[4]: Leaving directory `/root/src/gtk+-2.6.1/gdk/x11'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/root/src/gtk+-2.6.1/gdk'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/root/src/gtk+-2.6.1/gdk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/src/gtk+-2.6.1'
make: *** [all] Error 2