Sounds like one of your includes doesnt have the alarm function defined on your system. Everything compiles fine here.
You could try adding in an include for <unistd.h>. I *think* that is the library you might need to include.. In the worst case, you can comment the line out temporarily and let Scribus crash horribly rather than nicely, if that is possible. Should happen less and less though. Commenting this out may affect the emergency save feature with the new Crash Handler function of course. Paul? Franz?... can u please confirm this one? Craig On Sat, 2003-12-20 at 10:25, Martin Grohman wrote: > I got this error message on Slackware 9.1. Is there something what can I > do to solve it? > > Thanks for any help. > Martin Grohman > > source='scribus.cpp' object='scribus.o' libtool=no \ > depfile='.deps/scribus.Po' tmpdepfile='.deps/scribus.TPo' \ > depmode=gcc3 /bin/sh ../admin/depcomp \ > g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libart-2.0 > -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include > -I/usr/lib/qt-3.2.1/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT > -D_REENTRANT -O2 -fno-exceptions -fno-check-new -c -o scribus.o `test > -f 'scribus.cpp' || echo './'`scribus.cpp > scribus.cpp: In static member function `static void > ScribusApp::defaultCrashHandler(int)': > scribus.cpp:7004: `alarm' undeclared (first use this function) > scribus.cpp:7004: (Each undeclared identifier is reported only once for > each > function it appears in.) > make[3]: *** [scribus.o] Error 1 > make[3]: Leaving directory `/opt/soft/scribus-1.1.4/scribus' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/opt/soft/scribus-1.1.4/scribus' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/opt/soft/scribus-1.1.4' > make: *** [all] Error 2 > > > > ______________________________________________________________________ > _______________________________________________ > Scribus mailing list > Scribus at nashi.altmuehlnet.de > http://nashi.altmuehlnet.de/mailman/listinfo/scribus
