Jump to content

dekorator-0.3


Recommended Posts

hi all i have installed various devel packages and still can not get this to work! I can configure but then get errors when i do make..

 

can anyone help?

 

im running mandriva 2007, kde 3.5

 

 

 

[moved from Software by spinynorman]

Link to comment
Share on other sites

I have already compiled it, and have found that you need libkdebase4-devel and its depends installed, before you run make. The configure script does not pick this up and give an error.

Link to comment
Share on other sites

If you have no errors when you do ./configure, then please post the errors from make.

 

 

hope you understand this coz i dont!!!

 

[root@localhost dekorator-0.3]# make

cd . && make -f admin/Makefile.common configure.in ;

make all-recursive

make[1]: Entering directory `/home/jeffrey/tmp/dekorator-0.3'

cd . && make -f admin/Makefile.common configure.in ;

Making all in client

make[2]: Entering directory `/home/jeffrey/tmp/dekorator-0.3/client'

Making all in config

make[3]: Entering directory `/home/jeffrey/tmp/dekorator-0.3/client/config'

make[3]: Nothing to be done for `all'.

make[3]: Leaving directory `/home/jeffrey/tmp/dekorator-0.3/client/config'

make[3]: Entering directory `/home/jeffrey/tmp/dekorator-0.3/client'

if /bin/sh ../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I. -I/usr/include/kwin -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_PLUGIN -MT deKoratorclient.lo -MD -MP -MF ".deps/deKoratorclient.Tpo" -c -o deKoratorclient.lo deKoratorclient.cc; \

then mv -f ".deps/deKoratorclient.Tpo" ".deps/deKoratorclient.Plo"; else rm -f ".deps/deKoratorclient.Tpo"; exit 1; fi

In file included from deKoratorclient.cc:38:

deKoratorclient.h:49:25: error: kdecoration.h: No such file or directory

deKoratorclient.h:50:32: error: kdecorationfactory.h: No such file or directory

deKoratorclient.h:138: error: expected class-name before ‘{’ token

deKoratorclient.h:142: error: ISO C++ forbids declaration of ‘KDecoration’ with no type

deKoratorclient.h:142: error: ‘KDecoration’ declared as a ‘virtual’ field

deKoratorclient.h:142: error: expected ‘;’ before ‘*’ token

deKoratorclient.h:259: error: expected class-name before ‘{’ token

deKoratorclient.h:262: error: expected `)' before ‘*’ token

deKoratorclient.h:277: error: ‘Position’ does not name a type

deKoratorclient.cc:179: error: expected constructor, destructor, or type conversion before ‘*’ token

deKoratorclient.cc:249: error: expected constructor, destructor, or type conversion before ‘*’ token

deKoratorclient.cc: In member function ‘virtual bool DeKorator::DeKoratorFactory::reset(long unsigned int)’:

deKoratorclient.cc:268: error: ‘SettingDecoration’ was not declared in this scope

deKoratorclient.cc:268: error: ‘SettingButtons’ was not declared in this scope

deKoratorclient.cc:268: error: ‘SettingBorder’ was not declared in this scope

deKoratorclient.cc:268: error: ‘SettingColors’ was not declared in this scope

deKoratorclient.cc:318: error: ‘resetDecorations’ was not declared in this scope

deKoratorclient.cc: In member function ‘void DeKorator::DeKoratorFactory::colorizeDecoPixmaps(bool)’:

deKoratorclient.cc:735: error: ‘options’ was not declared in this scope

deKoratorclient.cc:735: error: ‘KDecoration’ has not been declared

deKoratorclient.cc: In member function ‘void DeKorator::DeKoratorFactory::colorizeButtonsPixmaps(bool)’:

deKoratorclient.cc:765: error: ‘options’ was not declared in this scope

deKoratorclient.cc:765: error: ‘KDecoration’ has not been declared

deKoratorclient.cc: In constructor ‘DeKorator::DeKoratorButton::DeKoratorButton(bool, int, int, DeKorator::DeKoratorClient*, const char*, const QString&, DeKorator::ButtonType, DeKorator::buttonTypeAll)’:

deKoratorclient.cc:1190: error: ‘class DeKorator::DeKoratorClient’ has no member named ‘widget’

deKoratorclient.cc: In member function ‘virtual void DeKorator::DeKoratorButton::drawButton(QPainter*)’:

deKoratorclient.cc:1342: error: ‘class DeKorator::DeKoratorClient’ has no member named ‘isActive’

deKoratorclient.cc:1356: error: ‘class DeKorator::DeKoratorClient’ has no member named ‘icon’

deKoratorclient.cc:1356: error: incomplete type ‘QIconSet’ used in nested name specifier

deKoratorclient.cc:1356: error: incomplete type ‘QIconSet’ used in nested name specifier

deKoratorclient.cc:1368: error: ‘class DeKorator::DeKoratorFactory’ has no member named ‘options’

deKoratorclient.cc:1368: error: ‘KDecoration’ has not been declared

deKoratorclient.cc:1381: error: ‘class DeKorator::DeKoratorFactory’ has no member named ‘options’

deKoratorclient.cc:1381: error: ‘KDecoration’ has not been declared

deKoratorclient.cc:1432: error: ‘class DeKorator::DeKoratorClient’ has no member named ‘isShade’

deKoratorclient.cc: In member function ‘QImage* DeKorator::DeKoratorButton::chooseRightHoverEffect(QImage*, QString)’:

deKoratorclient.cc:1459: error: ‘class DeKorator::DeKoratorClient’ has no member named ‘isActive’

deKoratorclient.cc:1470: error: ‘class DeKorator::DeKoratorClient’ has no member named ‘isActive’

deKoratorclient.cc:1499: error: ‘class DeKorator::DeKoratorClient’ has no member named ‘isActive’

deKoratorclient.cc: At global scope:

deKoratorclient.cc:1584: error: expected `)' before ‘*’ token

deKoratorclient.cc: In member function ‘virtual void DeKorator::DeKoratorClient::init()’:

deKoratorclient.cc:1623: error: ‘WNoAutoErase’ was not declared in this scope

deKoratorclient.cc:1623: error: ‘createMainWidget’ was not declared in this scope

deKoratorclient.cc:1624: error: ‘widget’ was not declared in this scope

deKoratorclient.cc:1627: error: ‘NoBackground’ was not declared in this scope

deKoratorclient.cc:1676: error: ‘isSetShade’ was not declared in this scope

deKoratorclient.cc:1687: error: ‘options’ was not declared in this scope

deKoratorclient.cc:1695: error: ‘isPreview’ was not declared in this scope

deKoratorclient.cc:1711: error: ‘connect’ was not declared in this scope

deKoratorclient.cc: In member function ‘void DeKorator::DeKoratorClient::addButtons(QBoxLayout*, const QString&, bool)’:

deKoratorclient.cc:1743: error: ‘connect’ was not declared in this scope

deKoratorclient.cc:1754: error: ‘isOnAllDesktops’ was not declared in this scope

deKoratorclient.cc:1772: error: ‘connect’ was not declared in this scope

deKoratorclient.cc:1779: error: ‘providesContextHelp’ was not declared in this scope

deKoratorclient.cc:1785: error: ‘connect’ was not declared in this scope

deKoratorclient.cc:1792: error: ‘isMinimizable’ was not declared in this scope

deKoratorclient.cc:1797: error: ‘connect’ was not declared in this scope

deKoratorclient.cc:1804: error: ‘isMaximizable’ was not declared in this scope

deKoratorclient.cc:1806: error: ‘maximizeMode’ was not declared in this scope

deKoratorclient.cc:1806: error: ‘MaximizeFull’ was not declared in this scope

deKoratorclient.cc:1831: error: ‘connect’ was not declared in this scope

deKoratorclient.cc:1838: error: ‘isCloseable’ was not declared in this scope

deKoratorclient.cc:1844: error: ‘connect’ was not declared in this scope

deKoratorclient.cc:1853: error: ‘keepAbove’ was not declared in this scope

deKoratorclient.cc:1867: error: ‘connect’ was not declared in this scope

deKoratorclient.cc:1876: error: ‘keepBelow’ was not declared in this scope

deKoratorclient.cc:1890: error: ‘connect’ was not declared in this scope

deKoratorclient.cc:1897: error: ‘isShadeable’ was not declared in this scope

deKoratorclient.cc:1899: error: ‘isSetShade’ was not declared in this scope

deKoratorclient.cc:1912: error: ‘connect’ was not declared in this scope

deKoratorclient.cc: In member function ‘virtual void DeKorator::DeKoratorClient::activeChange()’:

deKoratorclient.cc:1934: error: ‘widget’ was not declared in this scope

deKoratorclient.cc: In member function ‘virtual void DeKorator::DeKoratorClient::captionChange()’:

deKoratorclient.cc:1944: error: ‘widget’ was not declared in this scope

deKoratorclient.cc: In member function ‘virtual void DeKorator::DeKoratorClient::desktopChange()’:

deKoratorclient.cc:1953: error: ‘isOnAllDesktops’ was not declared in this scope

deKoratorclient.cc: In member function ‘virtual void DeKorator::DeKoratorClient::maximizeChange()’:

deKoratorclient.cc:1993: error: ‘maximizeMode’ was not declared in this scope

deKoratorclient.cc:1993: error: ‘MaximizeFull’ was not declared in this scope

deKoratorclient.cc: In member function ‘virtual void DeKorator::DeKoratorClient::shadeChange()’:

deKoratorclient.cc:2020: error: ‘isSetShade’ was not declared in this scope

deKoratorclient.cc:2044: error: ‘widget’ was not declared in this scope

deKoratorclient.cc: In member function ‘virtual void DeKorator::DeKoratorClient::borders(int&, int&, int&, int&) const’:

deKoratorclient.cc:2109: error: ‘isShade’ was not declared in this scope

deKoratorclient.cc:2119: error: ‘widget’ was not declared in this scope

deKoratorclient.cc: In member function ‘virtual void DeKorator::DeKoratorClient::resize(const QSize&)’:

deKoratorclient.cc:2128: error: ‘widget’ was not declared in this scope

deKoratorclient.cc: In member function ‘virtual QSize DeKorator::DeKoratorClient::minimumSize() const’:

deKoratorclient.cc:2137: error: ‘widget’ was not declared in this scope

deKoratorclient.cc: At global scope:

deKoratorclient.cc:2148: error: ‘KDecoration’ has not been declared

deKoratorclient.cc:2148: error: expected constructor, destructor, or type conversion before ‘DeKoratorClient’

deKoratorclient.cc: In member function ‘bool DeKorator::DeKoratorClient::eventFilter(QObject*, QEvent*)’:

deKoratorclient.cc:2242: error: ‘widget’ was not declared in this scope

deKoratorclient.cc:2260: error: ‘processMousePressEvent’ was not declared in this scope

deKoratorclient.cc: In member function ‘void DeKorator::DeKoratorClient::mouseDoubleClickEvent(QMouseEvent*)’:

deKoratorclient.cc:2296: error: ‘titlebarDblClickOperation’ was not declared in this scope

deKoratorclient.cc: In member function ‘void DeKorator::DeKoratorClient::wheelEvent(QWheelEvent*)’:

deKoratorclient.cc:2306: error: ‘titlebarMouseWheelOperation’ was not declared in this scope

deKoratorclient.cc: In member function ‘void DeKorator::DeKoratorClient::paintEvent(QPaintEvent*)’:

deKoratorclient.cc:2323: error: ‘widget’ was not declared in this scope

deKoratorclient.cc:2325: error: ‘width’ was not declared in this scope

deKoratorclient.cc:2325: error: ‘height’ was not declared in this scope

deKoratorclient.cc:2339: error: ‘isActive’ was not declared in this scope

deKoratorclient.cc:2394: error: ‘caption’ was not declared in this scope

deKoratorclient.cc:2395: error: ‘options’ was not declared in this scope

deKoratorclient.cc:2426: error: ‘KDecoration’ has not been declared

deKoratorclient.cc:2432: error: ‘AlignVCenter’ was not declared in this scope

deKoratorclient.cc:2439: error: ‘isShade’ was not declared in this scope

deKoratorclient.cc:2450: error: ‘isActive’ was not declared in this scope

deKoratorclient.cc:2508: error: ‘isActive’ was not declared in this scope

deKoratorclient.cc: In member function ‘void DeKorator::DeKoratorClient::updateCaptionBuffer()’:

deKoratorclient.cc:2549: error: ‘caption’ was not declared in this scope

deKoratorclient.cc:2550: error: ‘options’ was not declared in this scope

deKoratorclient.cc:2550: error: ‘isActive’ was not declared in this scope

deKoratorclient.cc:2561: error: ‘white’ was not declared in this scope

deKoratorclient.cc:2562: error: ‘AlignCenter’ was not declared in this scope

deKoratorclient.cc: In member function ‘void DeKorator::DeKoratorClient::resizeEvent(QResizeEvent*)’:

deKoratorclient.cc:2581: error: ‘widget’ was not declared in this scope

deKoratorclient.cc: In member function ‘void DeKorator::DeKoratorClient::showEvent(QShowEvent*)’:

deKoratorclient.cc:2618: error: ‘widget’ was not declared in this scope

deKoratorclient.cc: In member function ‘void DeKorator::DeKoratorClient::maxButtonPressed()’:

deKoratorclient.cc:2632: error: ‘maximize’ was not declared in this scope

deKoratorclient.cc: In member function ‘void DeKorator::DeKoratorClient::shadeButtonPressed()’:

deKoratorclient.cc:2660: error: ‘isSetShade’ was not declared in this scope

deKoratorclient.cc:2660: error: ‘setShade’ was not declared in this scope

deKoratorclient.cc: In member function ‘void DeKorator::DeKoratorClient::aboveButtonPressed()’:

deKoratorclient.cc:2672: error: ‘keepAbove’ was not declared in this scope

deKoratorclient.cc:2672: error: ‘setKeepAbove’ was not declared in this scope

deKoratorclient.cc: In member function ‘void DeKorator::DeKoratorClient::belowButtonPressed()’:

deKoratorclient.cc:2684: error: ‘keepBelow’ was not declared in this scope

deKoratorclient.cc:2684: error: ‘setKeepBelow’ was not declared in this scope

deKoratorclient.cc: In member function ‘void DeKorator::DeKoratorClient::menuButtonPressed()’:

deKoratorclient.cc:2715: error: ‘KDecorationFactory’ was not declared in this scope

deKoratorclient.cc:2715: error: ‘f’ was not declared in this scope

deKoratorclient.cc:2715: error: ‘factory’ was not declared in this scope

deKoratorclient.cc:2716: error: ‘showWindowMenu’ was not declared in this scope

deKoratorclient.cc: In member function ‘void DeKorator::DeKoratorClient::menuButtonReleased()’:

deKoratorclient.cc:2732: error: ‘closeWindow’ was not declared in this scope

deKoratorclient.cc: In member function ‘void DeKorator::DeKoratorClient::doShape()’:

deKoratorclient.cc:2741: error: ‘width’ was not declared in this scope

deKoratorclient.cc:2742: error: ‘height’ was not declared in this scope

deKoratorclient.cc:2787: error: ‘isShade’ was not declared in this scope

deKoratorclient.cc:2827: error: ‘setMask’ was not declared in this scope

deKoratorclient.moc: In static member function ‘static QMetaObject* DeKorator::DeKoratorClient::staticMetaObject()’:

deKoratorclient.moc:136: error: ‘KDecoration’ has not been declared

deKoratorclient.moc: In member function ‘virtual void* DeKorator::DeKoratorClient::qt_cast(const char*)’:

deKoratorclient.moc:178: error: ‘KDecoration’ has not been declared

deKoratorclient.moc: In member function ‘virtual bool DeKorator::DeKoratorClient::qt_invoke(int, QUObject*)’:

deKoratorclient.moc:193: error: ‘KDecoration’ has not been declared

deKoratorclient.moc: In member function ‘virtual bool DeKorator::DeKoratorClient::qt_emit(int, QUObject*)’:

deKoratorclient.moc:200: error: ‘KDecoration’ has not been declared

deKoratorclient.moc: In member function ‘virtual bool DeKorator::DeKoratorClient::qt_property(int, int, QVariant*)’:

deKoratorclient.moc:206: error: ‘KDecoration’ has not been declared

deKoratorclient.cc: In member function ‘virtual bool DeKorator::DeKoratorFactory::reset(long unsigned int)’:

deKoratorclient.cc:321: warning: control reaches end of non-void function

make[3]: *** [deKoratorclient.lo] Error 1

make[3]: Leaving directory `/home/jeffrey/tmp/dekorator-0.3/client'

make[2]: *** [all-recursive] Error 1

make[2]: Leaving directory `/home/jeffrey/tmp/dekorator-0.3/client'

make[1]: *** [all-recursive] Error 1

make[1]: Leaving directory `/home/jeffrey/tmp/dekorator-0.3'

make: *** [all] Error 2

[root@localhost dekorator-0.3]#

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...