Still having problems
Oct.3,build I even used a new directory and downloaded everything again. But I keep getting the same error. Using Mandrake 9.2 with qt 3.1.2 compiler is gcc version 3.3.1 My last successful build was /26/09/04. -------------------------------------------------------------------- After I do the make -f Makefile.dist I get the following 6 messages. ----------------------------------- FreeType2 installed: Yes CUPS installed: No LittleCMS installed: No TiffLib installed: Yes Libxml2 installed: Yes Using Python 2.3 ------------------------------------------------ Then after I do a ./configure -prefix="/home/tom/CVS/" Next a 'make' It compiles for about 5-10 minutes then exits with the following (near the end). ------------------------------------------------------------------------------------ mkdir .libs g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/include/freetype2 -I/usr/lib/qt3//include -I/usr/X11R6/include -I../../../scribus -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -O2 -fno-exceptions -fno-check-new -MT valuedialog.lo -MD -MP -MF .deps/valuedialog.Tpo -c valuedialog.cpp -fPIC -DPIC -o .libs/valuedialog.o valuedialog.cpp: In constructor `ValueDialog::ValueDialog(QWidget*, const char*, bool, unsigned int)': valuedialog.cpp:17: error: `setModal' undeclared (first use this function) valuedialog.cpp:17: error: (Each undeclared identifier is reported only once for each function it appears in.) make[5]: *** [valuedialog.lo] Error 1 make[5]: Leaving directory `/home/tom/cvs-new/Scribus/scribus/plugins/scriptplugin' make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory `/home/tom/cvs-new/Scribus/scribus/plugins/scriptplugin' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/tom/cvs-new/Scribus/scribus/plugins' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/tom/cvs-new/Scribus/scribus' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/tom/cvs-new/Scribus' make: *** [all] Error 2 ------------------------------------------------------------------------------------------------- Any help would be appreciated. Thanks Tom
