[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-devel
Subject:    kdebase compile problem
From:       "Richard Bos" <rjmbos () hotmail ! com>
Date:       2000-06-16 10:27:43
[Download RAW message or body]


I get the following error from today's cvs-snapshot:

(and although it was said in a previous mail by Thomas Leitner
that it was fixed, I still have the problem).  Do I need to
make clean, are anythin else?

I've the latest version of QT (cvs), kdelibs and kdebase of
1 hour ago.

g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/home/rbos/mydt/kde/cvs/include 
-I/home/rbos/mydt/kde/cvs/qt-copy/include -I/usr/openwin/include 
-I/home/rbos/mydt/include -I.. -DQT_NO_CAST_ASCII -DQT_NO_ASCII_CAST 
-DQT_NO_COMPAT -I/home/rbos/mydt/include -L/home/rbos/mydt/lib -O2 
-fno-exceptions -fno-rtti -fno-check-new -Wall -pedantic -W -Wpointer-arith 
-Wmissing-prototypes -Wwrite-strings -Wno-long-long -fno-builtin 
-Wp,-MD,.deps/klocaleadv.pp -c klocaleadv.cpp  -fPIC -DPIC -o 
.libs/klocaleadv.o
klocaleadv.cpp: In method `void KLocaleAdvanced::setChset(const QString &)':
/home/rbos/mydt/kde/cvs/include/klocale.h:499: `class QString 
KLocale::chset' is private
klocaleadv.cpp:36: within this context
klocaleadv.cpp: In method `void KLocaleAdvanced::setDateFormat(const QString 
&)':
/home/rbos/mydt/kde/cvs/include/klocale.h:518: `class QString 
KLocale::_datefmt' is private
klocaleadv.cpp:41: within this context
klocaleadv.cpp: In method `void KLocaleAdvanced::setDateFormatShort(const 
QString &)':
/home/rbos/mydt/kde/cvs/include/klocale.h:519: `class QString 
KLocale::_datefmtshort' is private
klocaleadv.cpp:46: within this context
klocaleadv.cpp: In method `void KLocaleAdvanced::setTimeFormat(const QString 
&)':
/home/rbos/mydt/kde/cvs/include/klocale.h:517: `class QString 
KLocale::_timefmt' is private
klocaleadv.cpp:51: within this context
klocaleadv.cpp: In method `void KLocaleAdvanced::setWeekStartsMonday(bool)':
/home/rbos/mydt/kde/cvs/include/klocale.h:500: `bool 
KLocale::m_weekStartsMonday' is private
klocaleadv.cpp:56: within this context
klocaleadv.cpp: In method `class QString KLocaleAdvanced::dateFormat() 
const':
/home/rbos/mydt/kde/cvs/include/klocale.h:518: `class QString 
KLocale::_datefmt' is private
klocaleadv.cpp:61: within this context
klocaleadv.cpp:62: warning: control reaches end of non-void function 
`KLocaleAdvanced::dateFormat() const'
klocaleadv.cpp: In method `class QString KLocaleAdvanced::dateFormatShort() 
const':
/home/rbos/mydt/kde/cvs/include/klocale.h:519: `class QString 
KLocale::_datefmtshort' is private
klocaleadv.cpp:66: within this context
klocaleadv.cpp:67: warning: control reaches end of non-void function 
`KLocaleAdvanced::dateFormatShort() const'
klocaleadv.cpp: In method `class QString KLocaleAdvanced::timeFormat() 
const':
/home/rbos/mydt/kde/cvs/include/klocale.h:517: `class QString 
KLocale::_timefmt' is private
klocaleadv.cpp:71: within this context
klocaleadv.cpp:72: warning: control reaches end of non-void function 
`KLocaleAdvanced::timeFormat() const'
klocaleadv.cpp: In method `void KLocaleAdvanced::setDecimalSymbol(const 
QString &)':
/home/rbos/mydt/kde/cvs/include/klocale.h:503: `class QString 
KLocale::_decimalSymbol' is private
klocaleadv.cpp:81: within this context
klocaleadv.cpp: In method `void KLocaleAdvanced::setThousandsSeparator(const 
QString &)':
/home/rbos/mydt/kde/cvs/include/klocale.h:504: `class QString 
KLocale::_thousandsSeparator' is private
klocaleadv.cpp:86: within this context
klocaleadv.cpp: In method `void KLocaleAdvanced::setPositiveSign(const 
QString &)':
/home/rbos/mydt/kde/cvs/include/klocale.h:508: `class QString 
KLocale::_positiveSign' is private
klocaleadv.cpp:91: within this context
klocaleadv.cpp: In method `void KLocaleAdvanced::setNegativeSign(const 
QString &)':
/home/rbos/mydt/kde/cvs/include/klocale.h:509: `class QString 
KLocale::_negativeSign' is private
klocaleadv.cpp:96: within this context
klocaleadv.cpp: In method `void 
KLocaleAdvanced::setPositiveMonetarySignPosition(KLocale::SignPosition)':
/home/rbos/mydt/kde/cvs/include/klocale.h:513: `enum KLocale::SignPosition 
KLocale::_positiveMonetarySignPosition' is private
klocaleadv.cpp:101: within this context
klocaleadv.cpp: In method `void 
KLocaleAdvanced::setNegativeMonetarySignPosition(KLocale::SignPosition)':
/home/rbos/mydt/kde/cvs/include/klocale.h:514: `enum KLocale::SignPosition 
KLocale::_negativeMonetarySignPosition' is private
klocaleadv.cpp:106: within this context
klocaleadv.cpp: In method `void 
KLocaleAdvanced::setPositivePrefixCurrencySymbol(bool)':
/home/rbos/mydt/kde/cvs/include/klocale.h:511: `bool 
KLocale::_positivePrefixCurrencySymbol' is private
klocaleadv.cpp:111: within this context
klocaleadv.cpp: In method `void 
KLocaleAdvanced::setNegativePrefixCurrencySymbol(bool)':
/home/rbos/mydt/kde/cvs/include/klocale.h:512: `bool 
KLocale::_negativePrefixCurrencySymbol' is private
klocaleadv.cpp:116: within this context
klocaleadv.cpp: In method `void KLocaleAdvanced::setFracDigits(int)':
/home/rbos/mydt/kde/cvs/include/klocale.h:510: `int KLocale::_fracDigits' is 
private
klocaleadv.cpp:121: within this context
klocaleadv.cpp: In method `void 
KLocaleAdvanced::setMonetaryThousandsSeparator(const QString &)':
/home/rbos/mydt/kde/cvs/include/klocale.h:507: `class QString 
KLocale::_monetaryThousandsSeparator' is private
klocaleadv.cpp:126: within this context
klocaleadv.cpp: In method `void 
KLocaleAdvanced::setMonetaryDecimalSymbol(const QString &)':
/home/rbos/mydt/kde/cvs/include/klocale.h:506: `class QString 
KLocale::_monetaryDecimalSymbol' is private
klocaleadv.cpp:131: within this context
klocaleadv.cpp: In method `void KLocaleAdvanced::setCurrencySymbol(const 
QString &)':
/home/rbos/mydt/kde/cvs/include/klocale.h:505: `class QString 
KLocale::_currencySymbol' is private
klocaleadv.cpp:136: within this context
make[4]: *** [klocaleadv.lo] Error 1
make[4]: Leaving directory `/home/rbos/mydt/kde/cvs/kdebase/kcontrol/locale'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/rbos/mydt/kde/cvs/kdebase/kcontrol/locale'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/rbos/mydt/kde/cvs/kdebase/kcontrol'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/rbos/mydt/kde/cvs/kdebase'
make: *** [all-recursive-am] Error 2


Richard Bos

________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com

 
>> Visit http://master.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic