Ho! GLib in KDE. OK. But why was it working before, and is now broken? Was there no assert in the arts code before? I asked him to install glib-devel and so... Le jeu 10/03/2005 à 20:01, Christian Loose a écrit : > Am Donnerstag, 10. März 2005 18:34 schrieb Sébastien Laoût: > > Hello, > > > > Today a user of my program reported that it was compiling on KDE 3.3 but > > not on KDE 3.4RC1. > > > > I'm not yet running such KDE version but I can't find why it doesn't > > compile. > > > > Here are the log: > > > Entering directory > > > `/home/woelfel/software/src/kde/basket/basket-0.5.0/src' /bin/sh > > > ../libtool --silent --mode=link --tag=CXX g++ -Wnon-virtual-dtor > > > -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wwrite-strings > > > -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion > > > -Wchar-subscripts -O2 -Wformat-security -Wmissing-format-attribute > > > -fno-exceptions -fno-check-new -fno-common -o basket -R /opt/kde3/lib > > > -R /usr/lib/qt3/lib -R /usr/X11R6/lib -L/usr/X11R6/lib -L/usr/lib/qt3/lib > > > -L/opt/kde3/lib additemdialog.o basket.o basketproperties.o container.o > > > debugwindow.o item.o itemdrag.o itemedit.o itemfactory.o linklabel.o > > > onclickaction.o variouswidgets.o main.o addbasketwizard.o xmlwork.o > > > search.o keyboard.o global.o settings.o focusedwidgets.o popupmenu.o > > > basketfactory.o clickcursorfeedback.o kdirwatch.o exporterdialog.o > > > clipboardpoll.o popupmenu.moc.o -lartskde -lkio -lkdeui -lkdecore > > > -lqt-mt -lz -lpng -lz -lm -lXext -lX11 -lSM -lICE -lpthread > > > /opt/kde3/lib/libartsflow.so: undefined reference to `g_assert_warning' > > > /opt/kde3/lib/libartsflow.so: undefined reference to > > > `g_return_if_fail_warning' > > > collect2: ld returned 1 exit status > > > > Judging by the name, I think it's not a "Binary Compatibility" issue. > > But I don't understand why a simple program running on KDE 3.3 doesn't work > > anymore. > > > > What was changed in KDE? > > g_assert_warning <-- That is glib.