[Scribus] compiling problems 1.1.0
Markus Roduner
markus
Thu Sep 11 11:47:10 CEST 2003
Yesterday, I tried to compile scribus 1.1.0 on my suse-8.2 box. ./configure
went fine, it said that all is there. But doing make stopped with an error,
it said:
make[4]: Leaving directory
`/home/markus/scribus-1.1.0/scribus/plugins/svgexplug
in'
Making all in svgimplugin
make[4]: Entering directory
`/home/markus/scribus-1.1.0/scribus/plugins/svgimplu
gin'
/usr/lib/qt3/bin/moc ./svgplugin.h -o svgplugin.moc
if /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 -MT svgplugin.lo -MD -MP -MF ".deps/svgplugin.Tpo" \
-c -o svgplugin.lo `test -f 'svgplugin.cpp' || echo
'./'`svgplugin.cpp
; \
then mv ".deps/svgplugin.Tpo" ".deps/svgplugin.Plo"; \
else rm -f ".deps/svgplugin.Tpo"; exit 1; \
fi
mkdir .libs
g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/include/freetype2
-I/usr/lib/qt3/i
nclude -I/usr/X11R6/include -I../../../scribus -DQT_THREAD_SUPPORT
-D_REENTRANT
-O2 -fno-exceptions -fno-check-new -MT svgplugin.lo -MD -MP -MF
.deps/svgplugin.
Tpo -c svgplugin.cpp -fPIC -DPIC -o .libs/svgplugin.o
svgplugin.cpp: In member function `QWMatrix SVGPlug::parseTransform(const
QString&)':
svgplugin.cpp:521: error: `tan' undeclared (first use this function)
svgplugin.cpp:521: error: (Each undeclared identifier is reported only once
for
each function it appears in.)
svgplugin.cpp: In member function `const char* SVGPlug::getCoord(const char*,
double&)':
svgplugin.cpp:587: error: `pow' undeclared (first use this function)
svgplugin.cpp: In member function `void SVGPlug::calculateArc(FPointArray*,
bool, double&, double&, double, double, double, double, double, bool, bool)
':
svgplugin.cpp:819: error: `M_PI' undeclared (first use this function)
svgplugin.cpp:819: error: `sin' undeclared (first use this function)
svgplugin.cpp:820: error: `cos' undeclared (first use this function)
svgplugin.cpp:841: error: `sqrt' undeclared (first use this function)
svgplugin.cpp:874: error: `atan2' undeclared (first use this function)
svgplugin.cpp:881: error: `fabs' undeclared (first use this function)
svgplugin.cpp:881: error: `ceil' undeclared (first use this function)
make[4]: *** [svgplugin.lo] Fehler 1
make[4]: Leaving directory
`/home/markus/scribus-1.1.0/scribus/plugins/svgimplug
in'
make[3]: *** [all-recursive] Fehler 1
make[3]: Leaving directory `/home/markus/scribus-1.1.0/scribus/plugins'
make[2]: *** [all-recursive] Fehler 1
make[2]: Leaving directory `/home/markus/scribus-1.1.0/scribus'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/markus/scribus-1.1.0'
make: *** [all] Fehler 2
Do I maybe miss some packages. All previous versions compiled without any
problems.
Thanks for any help on this,
Markus
More information about the scribus
mailing list