Re: pesky pango_xft_renderer_get_type

2005-05-11 Thread Alex Liberman
works now for no apparent reason :D On Tue, May 10, 2005 at 08:02:23PM -0700, Alex Liberman wrote: hello, when I compile gtk+-2.6.7 against pango-1.8.1 compiler complains about gtk+-2.6.7/gdk/.libs/libgdk-x11-2.0.so: undefined reference to `pango_xft_renderer_get_type moreover I see

pesky pango_xft_renderer_get_type

2005-05-10 Thread Alex Liberman
hello, when I compile gtk+-2.6.7 against pango-1.8.1 compiler complains about gtk+-2.6.7/gdk/.libs/libgdk-x11-2.0.so: undefined reference to `pango_xft_renderer_get_type moreover I see the declaration in pangoxft-render.h but don't see the corresponding definition in any of the .c files. Any