On Thu, 2003-06-19 at 16:38, Magic Page wrote: > Marjan Andonovski wrote: > > >This is error which I receive when I try to compile Scribus. What do I > >miss? > >I'm compiling Scribus 0.9.11.1 on SuSE 8.0. > > > >Making all in plugins > >make[3]: Entering directory `/razmena/scribus-0.9.11.1/scribus/plugins' > >Making all in libchar > >make[4]: Entering directory > >`/razmena/scribus-0.9.11.1/scribus/plugins/libchar' > >/usr/lib/qt3/bin/moc ./charselect.h -o charselect.moc > >source='charselect.cpp' object='charselect.lo' libtool=yes \ > >depfile='.deps/charselect.Plo' tmpdepfile='.deps/charselect.TPlo' \ > >depmode=gcc /bin/sh ../../../admin/depcomp \ > >/bin/sh ../../../libtool --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. > >-I. -I../../.. -I/usr/include/freetype2 -I/usr/lib/qt3/include > >-I/usr/X11R6/include -I../../../scribus -DQT_THREAD_SUPPORT -D_REENTRANT > >-O2 -fno-exceptions -fno-check-new -c -o charselect.lo `test -f > >'charselect.cpp' || echo './'`charselect.cpp > >mkdir .libs > >g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/include/freetype2 > >-I/usr/lib/qt3/include -I/usr/X11R6/include -I../../../scribus > >-DQT_THREAD_SUPPORT -D_REENTRANT -O2 -fno-exceptions -fno-check-new -c > >charselect.cpp -Wp,-MD,.deps/charselect.TPlo -fPIC -DPIC -o > >.libs/charselect.o > >charselect.cpp: In method `ZAuswahl::ZAuswahl(QWidget *, preV *, PageItem *, > >ScribusApp *)': > >charselect.cpp:71: implicit declaration of function `int > >FT_Get_First_Char(...)' > >charselect.cpp:76: implicit declaration of function `int > >FT_Get_Next_Char(...)' > >make[4]: *** [charselect.lo] Error 1 > >make[4]: Leaving directory > >`/razmena/scribus-0.9.11.1/scribus/plugins/libchar' > >make[3]: *** [all-recursive] Error 1 > >make[3]: Leaving directory `/razmena/scribus-0.9.11.1/scribus/plugins' > >make[2]: *** [all-recursive] Error 1 > >make[2]: Leaving directory `/razmena/scribus-0.9.11.1/scribus' > >make[1]: *** [all-recursive] Error 1 > >make[1]: Leaving directory `/razmena/scribus-0.9.11.1' > >make: *** [all] Error 2 > > > > > ================= > > Marjan, > I think you will find that this is a qt3 problem and that you are > running an older version than > is needed to compile Scribus. I don't remember which version came with > SuSE 8.0 or if you have > updated anything since installing, but if you have, check to see that > you have the qt3-devel files installed as well. If you have not updated > yet, then certainly go to the SuSE ftp mirrors and do so > for more reasons than just compiling Scribus, you won't regret it!
You can find Qt 3.1.2 here :ftp://ftp.kde.org/pub/kde/stable/latest/SuSE/ix86/8.0 > > Patrick
