From koffice Sun Dec 30 17:33:04 2001 From: owner () bugs ! kde ! org (Stephan Kulow) Date: Sun, 30 Dec 2001 17:33:04 +0000 To: koffice Subject: Bug#31059: marked as done (Compilation Error in Koscript_locale.cc) by Werner Trobin To: submit@bugs.kde.org Subject: Compilation Error in Koscript_locale.cc From: avalys@optonline.net Package: general Version: KOffice - CVS as of 11:21 Eastern Time (using KDE 2.2.0 ) Severity: normal Installed from: Compiled From Sources Compiler: gcc version 2.95.3 20010315 (release) OS: Linux OS/Compiler notes: Slackware 8.0 When compiling Koffice from CVS (I checked out the whole koffice modules from scratch at 11:21 AM Eastern Time ), I get the following errors, and the build fails. g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/kde/include -I/usr/local/qt/inc lude -I/usr/X11R6/include -O2 -fno-exceptions -fno-check-new -DQT_CLEAN_NAMESPAC E -DQT_NO_COMPAT -DQT_NO_ASCII_CAST -Wp,-MD,.deps/koscript_locale.pp -c koscript _locale.cc -fPIC -DPIC -o .libs/koscript_locale.o koscript_locale.cc: In method `KSLocale::KSLocale()': koscript_locale.cc:6: implicit declaration of function `int setDecimalSymbol(... )' koscript_locale.cc:7: implicit declaration of function `int setThousandsSeparato r(...)' koscript_locale.cc:8: implicit declaration of function `int setMonetaryDecimalSy mbol(...)' koscript_locale.cc:9: implicit declaration of function `int setMonetaryThousands Separator(...)' koscript_locale.cc:10: implicit declaration of function `int setPositiveSign(... )' koscript_locale.cc:11: implicit declaration of function `int setNegativeSign(... )' koscript_locale.cc:12: implicit declaration of function `int setWeekStartsMonday (...)' koscript_locale.cc:13: implicit declaration of function `int setTimeFormat(...)' koscript_locale.cc:14: implicit declaration of function `int setDateFormat(...)' koscript_locale.cc:15: implicit declaration of function `int setDateFormatShort( ...)' make[3]: *** [koscript_locale.lo] Error 1 And then an error 2 after a few more error 1s. (Submitted via bugs.kde.org)