Your message with subj: Compilation Error in Koscript_locale.cc Thank you for your bug report. The bug that you reported has been identified, and has been fixed in the latest development (CVS) version of KDE. The bug report will be closed. has caused the attached bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I'm talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Stephan Kulow (administrator, KDE bugs database) Received: (at submit) by bugs.kde.org; 19 Aug 2001 15:26:20 +0000 Received: (qmail 32273 invoked by uid 33); 19 Aug 2001 15:26:20 -0000 Date: 19 Aug 2001 15:26:20 -0000 Message-ID: <20010819152620.32272.qmail@master.kde.org> 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)