Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 53738 - kdegraphics-3.2.3 ebuild has compile errors
Summary: kdegraphics-3.2.3 ebuild has compile errors
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-12 12:38 UTC by Forza
Modified: 2004-09-03 07:41 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Forza 2004-06-12 12:38:22 UTC
When I emerge I get these compile errors (I am using gcc 3.4):


make[3]: Entering directory `/var/tmp/portage/kdegraphics-3.2.3/work/kdegraphics-3.2.3/ksvg/dom'
/bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../ksvg/core -I../../ksvg/ecma -I../../ksvg/impl -I../../ksvg/impl/libs/libtext2path/src -I../../impl/ -I/usr/kde/3.2/include -I/usr/qt/3/include -I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -DNDEBUG -DNO_DEBUG -O2 -O3 -march=athlon-xp -mfpmath=sse -funroll-loops -fprefetch-loop-arrays -pipe -fomit-frame-pointer -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -c -o SVGLength.lo SVGLength.cc
/bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../ksvg/core -I../../ksvg/ecma -I../../ksvg/impl -I../../ksvg/impl/libs/libtext2path/src -I../../impl/ -I/usr/kde/3.2/include -I/usr/qt/3/include -I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -DNDEBUG -DNO_DEBUG -O2 -O3 -march=athlon-xp -mfpmath=sse -funroll-loops -fprefetch-loop-arrays -pipe -fomit-frame-pointer -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -c -o SVGAnimatedLength.lo SVGAnimatedLength.cc
In file included from ../../ksvg/impl/SVGLengthImpl.h:26,
                 from ../../ksvg/impl/SVGAnimatedLengthImpl.h:26,
                 from SVGAnimatedLength.cc:22:
../../ksvg/ecma/ksvg_lookup.h: In function `KJS::Value KSVG::lookupGetValue(KJS::ExecState*, const KJS::Identifier&, const KJS::HashTable*, const ThisImp*, const KJS::ObjectImp*)':
../../ksvg/ecma/ksvg_lookup.h:180: error: there are no arguments to `kdError' that depend on a template parameter, so a declaration of `kdError' must be available
../../ksvg/ecma/ksvg_lookup.h:180: error: (if you use `-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated)
../../ksvg/ecma/ksvg_lookup.h:180: error: `endl' undeclared (first use this function)
../../ksvg/ecma/ksvg_lookup.h:180: error: (Each undeclared identifier is reported only once for each function it appears in.)
../../ksvg/ecma/ksvg_lookup.h: In function `bool KSVG::lookupPut(KJS::ExecState*, const KJS::Identifier&, const KJS::Value&, int, const KJS::HashTable*, ThisImp*)':
../../ksvg/ecma/ksvg_lookup.h:214: error: invalid use of undefined type `struct KSVGScriptInterpreter'
../../ksvg/ecma/ksvg_lookup.h:28: error: forward declaration of `struct KSVGScriptInterpreter'
make[3]: *** [SVGAnimatedLength.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
In file included from ../../ksvg/impl/SVGEcma.h:29,
                 from ../../ksvg/impl/SVGElementImpl.h:32,
                 from ../../ksvg/impl/SVGShapeImpl.h:24,
                 from SVGLength.cc:23:
../../ksvg/ecma/ksvg_lookup.h: In function `bool KSVG::lookupPut(KJS::ExecState*, const KJS::Identifier&, const KJS::Value&, int, const KJS::HashTable*, ThisImp*)':
../../ksvg/ecma/ksvg_lookup.h:214: error: invalid use of undefined type `struct KSVGScriptInterpreter'
../../ksvg/ecma/ksvg_lookup.h:28: error: forward declaration of `struct KSVGScriptInterpreter'
make[3]: *** [SVGLength.lo] Error 1
make[3]: Leaving directory `/var/tmp/portage/kdegraphics-3.2.3/work/kdegraphics-3.2.3/ksvg/dom'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/kdegraphics-3.2.3/work/kdegraphics-3.2.3/ksvg'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kdegraphics-3.2.3/work/kdegraphics-3.2.3'
make: *** [all] Error 2


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Caleb Tennis (RETIRED) gentoo-dev 2004-09-03 07:25:02 UTC
assume this has been fixed in 3.3.0
Comment 2 Forza 2004-09-03 07:41:22 UTC
Yes, at least on my system KDE 3.3.0 compiled and install correct.