From koffice Mon Jan 13 14:58:21 2003 From: Patrick Julien Date: Mon, 13 Jan 2003 14:58:21 +0000 To: koffice Subject: Re: compile error with koffice cvs X-MARC-Message: https://marc.info/?l=koffice&m=104246988700365 On January 13, 2003 07:53 am, Thomas Gufler wrote: > Hello, > > when I try to compile koffice cvs head I get the following error: > > make[2]: Entering directory `/opt/koffice/filters/krita' > Making install in magick > make[3]: Entering directory `/opt/koffice/filters/krita/magick' > /bin/sh ../../../libtool --silent --mode=link --tag=CXX g++ > -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W > -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi > -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion > -Wchar-subscripts -Wformat-security -fno-builtin -g -O2 > -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common > -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_COMPAT -o > libmagickimport.la.closure libmagickimport_la_closure.lo -module > -avoid-version -module -no-undefined -R /usr/kde/3.1/lib -R /usr/qt/3/lib > -R /usr/X11R6/lib magickimport.lo ../../../lib/kofficeui/libkofficeui.la > ../../../lib/kofficecore/libkofficecore.la ../../../lib/store/libkstore.la > ../../../krita/libkritapart.la > ../../../krita/.libs/libkritapart.so: undefined reference to > `GetLocaleMessage' > ../../../krita/.libs/libkritapart.so: undefined reference to > `KisSideBar::slotSetKrayon(KisKrayon&)' > collect2: ld returned 1 exit status > make[3]: *** [libmagickimport.la.closure] Fehler 1 > make[3]: Leaving directory `/opt/koffice/filters/krita/magick' > make[2]: *** [install-recursive] Fehler 1 > make[2]: Leaving directory `/opt/koffice/filters/krita' > make[1]: *** [install-recursive] Fehler 1 > make[1]: Leaving directory `/opt/koffice/filters' > make: *** [install-recursive] Fehler 1 > > I have ImageMagick 5.5.3-2 installed (>=5.5.2 needed). > Any suggestions? the problem is that I forgot to remove slotSetKrayon from the header, I had only remove it from the implementation. This was causing the linking error. However, in my haste, I committed all my changes to the ui directory instead of only that header, I fear I only have complicated things further. I'm in the middle of modifying Krita to use Gimp brushes and redesigning the resource model. I'm not sure it will even be compilable now ;( > > Second Question: Karbon crashs when I load svg files(icons). Are bug > reports at this stage of development welcome or not? > > Tom > > ____________________________________ > koffice mailing list > koffice@mail.kde.org > To unsubscribe please visit: > http://mail.kde.org/mailman/listinfo/koffice ____________________________________ koffice mailing list koffice@mail.kde.org To unsubscribe please visit: http://mail.kde.org/mailman/listinfo/koffice