issues with vte - pango_font_get_font_map



Hey all... I'm a fair chunk of the way building garnome 2.12 on a gentoo
stable system and am having a bit of an issue building VTE.  When I
build it it gives me this error:

cc -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API
-I/home/alan/garnome/include -I/home/alan/garnome/include/freetype2
-I/home/alan/garnome/include/glib-2.0
-I/home/alan/garnome/lib/glib-2.0/include
-I/home/alan/garnome/include/gtk-2.0
-I/home/alan/garnome/lib/gtk-2.0/include
-I/home/alan/garnome/include/atk-1.0 -I/home/alan/garnome/include/cairo
-I/home/alan/garnome/include/pango-1.0 -I/home/alan/garnome/include -O2
-pipe -I/home/alan/garnome/include -O2 -pipe -Wl,--export-dynamic
-Wl,--export-dynamic -o reflect-zvt reflect_zvt-reflect.o
-Wl,--export-dynamic  -L/home/alan/garnome/lib -L/usr/X11R6/lib
/usr/lib/libzvt-2.0.so /usr/lib/libgtk-x11-2.0.so
/usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so
/usr/lib/libgdk_pixbuf-2.0.so /usr/lib/libpangoxft-1.0.so
/usr/lib/libpangox-1.0.so /usr/lib/libpango-1.0.so
/usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so
/usr/lib/libglib-2.0.so /usr/lib/libart_lgpl_2.so -lutil
/home/alan/garnome/lib/libgtk-x11-2.0.so
/home/alan/garnome/lib/libart_lgpl_2.so
/home/alan/garnome/lib/libgdk-x11-2.0.so -lXrandr -lXi -lXinerama -lXext
/home/alan/garnome/lib/libatk-1.0.so
/home/alan/garnome/lib/libgdk_pixbuf-2.0.so
/home/alan/garnome/lib/libpangocairo-1.0.so
/home/alan/garnome/lib/libpangoft2-1.0.so -lXcursor -lXfixes
/home/alan/garnome/lib/libpango-1.0.so
/home/alan/garnome/lib/libcairo.so -lpng12
/home/alan/garnome/lib/libfontconfig.so /usr/lib/libexpat.so
/home/alan/garnome/lib/libfreetype.so -lz
/home/alan/garnome/lib/libXrender.so
/home/alan/garnome/lib/libgobject-2.0.so
/home/alan/garnome/lib/libgmodule-2.0.so -ldl
/home/alan/garnome/lib/libglib-2.0.so -lncurses -lSM -lICE -lX11 -lm
-Wl,--rpath -Wl,/home/alan/garnome/lib -Wl,--rpath
-Wl,/home/alan/garnome/lib
/home/alan/garnome/lib/libpangocairo-1.0.so: undefined reference to
`pango_font_get_font_map'
collect2: ld returned 1 exit status
make[3]: *** [reflect-zvt] Error 1

I know that the function pango_font_get_font_map is there because:

$ nm /home/alan/garnome/lib/libpangocairo-1.0.so | grep pango_font_get_font_map
         U pango_font_get_font_map

Though the 'U' indicates 'undefined' (no idea, sadly nm and libs aren't
my thing :( ).

The closest I could find to a similar issue was a reference to gaim 1.5
not building with the same error, however I couldn't see a way to make
the fix for that work for this case.  I've fixed this so far by removing
the vte requirments from various makefiles, however that only worked
until I got to gnome-terminal which gave me:

/home/alan/garnome/lib/libpangocairo-1.0.so: undefined reference to `pango_font_get_font_map'
/home/alan/garnome/lib/libXft.so: undefined reference to `FT_GlyphSlot_Embolden'
collect2: ld returned 1 exit status

Any thoughts, suggestions, additions...

TIA

Alan

-- 
Alan <alan ufies org> - http://arcterex.net
--------------------------------------------------------------------
"Backups are for people who don't pray."                 -- big Mike



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