On Wed, 22 Dec 2004, Paul Pogonyshev wrote: > Arend wrote: > > Hi Paul, > > > > when I load the attached sgf-file (from the madlab test suite), I get loads > > of warnings > > > > ** (quarry:15484): WARNING **: Invalid UTF8 string passed to > > pango_layout_set_text() > > > > when resizing the window. > > Does this patch fix the problem? My copy of Quarry is not compilable > right now because it contains unfinished changes.
Turns out I cannot compile quarry at all currently: gcc -g -O2 -march=pentium3 -o quarry quarry.o gui-gtk/libguigtk.a gui-utils/libguiutils.a gtp/libgtp.a sgf/libsgf.a board/libboard.a utils/libutils.a -Wl,--export-dynamic -L/usr/local/lib -L/opt/gnome/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -pthread -L/opt/gnome/lib -lgthread-2.0 -lglib-2.0 -lm /opt/gnome/lib/libgsf-1.so.1: undefined reference to `g_assert_warning' /opt/gnome/lib/libgsf-1.so.1: undefined reference to `g_return_if_fail_warning' collect2: ld returned 1 exit status This seems weird to me. Arend Library-related output of ./configure: checking for gtk+-2.0 >= 2.0.0 librsvg-2.0 >= 2.5.0... yes checking QUARRY_GTK_CFLAGS... -I/usr/local/include/librsvg-2 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include checking QUARRY_GTK_LIBS... -Wl,--export-dynamic -L/usr/local/lib -L/opt/gnome/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 checking for gthread-2.0 >= 2.0.0... yes checking QUARRY_GTHREAD_CFLAGS... -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include checking QUARRY_GTHREAD_LIBS... -pthread -L/opt/gnome/lib -lgthread-2.0 -lglib-2.0
