
|
|
Auteur
|
Message
|
1
|
Apprenti manchot sous Linux...
|
|
|
Bonjour à tous!
Voila je suis ici parce que j'ai un problème : quel que soit la compilation que j'effectue, même toute bête pour l'installation d'un thème, lors du make, cela se termine inévitablement par un "make: *** [all] Error 2".
Ewemple: les dernières lignes du make pour installer le thème baghira:
make[3]: *** [baghiraclient.lo] Error 1
make[3]: Leaving directory `/home/thomax/Desktop/baghira-0.8/deco'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/thomax/Desktop/baghira-0.8/deco'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/thomax/Desktop/baghira-0.8'
make: *** [all] Error 2
Une idée??
-->Message édité par Bibliorock le 12/06/2008 10:33:44<--
-------
"L'informatique n'est pas plus la science des ordinateurs que l'astronomie n'est celle des télescopes."
|
|
i love vim
|
|
|
tu as un configure ?
L'erreur se trouve sans doute avant alors donne un peu plus de message.
Il te manque sans doute un paquet.
-------
gnu/debian lenny kernel 2.6.24
|
|
Apprenti manchot sous Linux...
|
|
|
Le configure se déroule sans problème...
Heu... Le message en entier est un peu long...
Enjoy:
thomax@thomax-laptop:~/Desktop/baghira-0.8/baghira-0.8$ make
make all-recursive
make[1]: Entering directory `/home/thomax/Desktop/baghira-0.8/baghira-0.8'
Making all in bab
make[2]: Entering directory `/home/thomax/Desktop/baghira-0.8/baghira-0.8/bab'
/usr/share/qt3/bin/moc ./bab.h -o bab.moc
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/share/qt3/include -I. -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 -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o main.cpp; \
then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 1; fi
main.cpp: In constructor ‘bab::bab()’:
main.cpp:160: warning: unused variable ‘DefStyleLabel’
main.cpp: In constructor ‘BabSwitcher::BabSwitcher(bab*, const char*)’:
main.cpp:336: warning: base ‘KSystemTray’ will be initialized after
main.cpp:336: warning: base ‘DCOPObject’
main.cpp:335: warning: when initialized here
In file included from main.cpp:615:
main.cpp: In member function ‘virtual QString BabSwitcher::deco()’:
main.cpp:461: warning: control reaches end of non-void function
main.cpp: In member function ‘virtual QString BabSwitcher::style()’:
main.cpp:444: warning: control reaches end of non-void function
/usr/share/qt3/bin/moc ./styleconfdialog.h -o styleconfdialog.moc
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/share/qt3/include -I. -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 -MT styleconfdialog.o -MD -MP -MF ".deps/styleconfdialog.Tpo" -c -o styleconfdialog.o styleconfdialog.cpp; \
then mv -f ".deps/styleconfdialog.Tpo" ".deps/styleconfdialog.Po"; else rm -f ".deps/styleconfdialog.Tpo"; exit 1; fi
/usr/bin/dcopidl ./bab_iface.h > bab_iface.kidl || ( rm -f bab_iface.kidl ; false )
/usr/bin/dcopidl2cpp --c++-suffix cpp --no-signals --no-stub bab_iface.kidl
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/share/qt3/include -I. -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 -MT bab_iface_skel.o -MD -MP -MF ".deps/bab_iface_skel.Tpo" -c -o bab_iface_skel.o bab_iface_skel.cpp; \
then mv -f ".deps/bab_iface_skel.Tpo" ".deps/bab_iface_skel.Po"; else rm -f ".deps/bab_iface_skel.Tpo"; exit 1; fi
/bin/bash ../libtool --silent --mode=link --tag=CXX g++ -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 -o bab -R /usr/lib -R /usr/lib -R /usr/share/qt3/lib -R /usr/lib -L/usr/share/qt3/lib -L/usr/lib main.o styleconfdialog.o bab_iface_skel.o -lkdeui
make[2]: Leaving directory `/home/thomax/Desktop/baghira-0.8/baghira-0.8/bab'
Making all in colorscheme
make[2]: Entering directory `/home/thomax/Desktop/baghira-0.8/baghira-0.8/colorscheme'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/thomax/Desktop/baghira-0.8/baghira-0.8/colorscheme'
Making all in config
make[2]: Entering directory `/home/thomax/Desktop/baghira-0.8/baghira-0.8/config'
rm -rf configdialog.h;
/usr/share/qt3/bin/uic -L /usr/lib/kde3/plugins/designer -nounload ./configdialog.ui | /usr/bin/perl -pi -e "s,public QWizard,public KWizard,g; s,#include <qwizard.h>,#include <kwizard.h>,g" >> configdialog.h ;
rm -rf help.h;
/usr/share/qt3/bin/uic -L /usr/lib/kde3/plugins/designer -nounload ./help.ui | /usr/bin/perl -pi -e "s,public QWizard,public KWizard,g; s,#include <qwizard.h>,#include <kwizard.h>,g" >> help.h ;
rm -rf about.h;
/usr/share/qt3/bin/uic -L /usr/lib/kde3/plugins/designer -nounload ./about.ui | /usr/bin/perl -pi -e "s,public QWizard,public KWizard,g; s,#include <qwizard.h>,#include <kwizard.h>,g" >> about.h ;
/usr/share/qt3/bin/moc ./kstyle_baghira_config.h -o kstyle_baghira_config.moc
/bin/bash ./generatePixmaps.sh ..
if /bin/bash ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/share/qt3/include -I. -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 -MT kstyle_baghira_config.lo -MD -MP -MF ".deps/kstyle_baghira_config.Tpo" -c -o kstyle_baghira_config.lo kstyle_baghira_config.cpp; \
then mv -f ".deps/kstyle_baghira_config.Tpo" ".deps/kstyle_baghira_config.Plo"; else rm -f ".deps/kstyle_baghira_config.Tpo"; exit 1; fi
if /bin/bash ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/share/qt3/include -I. -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 -MT colordialog.lo -MD -MP -MF ".deps/colordialog.Tpo" -c -o colordialog.lo colordialog.cpp; \
then mv -f ".deps/colordialog.Tpo" ".deps/colordialog.Plo"; else rm -f ".deps/colordialog.Tpo"; exit 1; fi
if /bin/bash ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/share/qt3/include -I. -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 -MT colorpicker.lo -MD -MP -MF ".deps/colorpicker.Tpo" -c -o colorpicker.lo colorpicker.cpp; \
then mv -f ".deps/colorpicker.Tpo" ".deps/colorpicker.Plo"; else rm -f ".deps/colorpicker.Tpo"; exit 1; fi
/usr/share/qt3/bin/moc configdialog.h -o configdialog.moc
rm -f configdialog.cpp
echo '#include <kdialog.h>' > configdialog.cpp
echo '#include <klocale.h>' >> configdialog.cpp
/usr/share/qt3/bin/uic -L /usr/lib/kde3/plugins/designer -nounload -tr tr2i18n -i configdialog.h ./configdialog.ui > configdialog.cpp.temp ; ret=$?; \
/usr/bin/perl -pe "s,tr2i18n( \"\" ),QString::null,g" configdialog.cpp.temp | /usr/bin/perl -pe "s,tr2i18n( \"\"\, \"\" ),QString::null,g" | /usr/bin/perl -pe "s,image([0-9][0-9]*)_data,img\$1_configdialog,g" | /usr/bin/perl -pe "s,: QWizard\(,: KWizard(,g" >> configdialog.cpp ;\
rm -f configdialog.cpp.temp ;\
if test "$ret" = 0; then echo '#include "configdialog.moc"' >> configdialog.cpp; else rm -f configdialog.cpp ; exit $ret ; fi
if /bin/bash ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/share/qt3/include -I. -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 -MT configdialog.lo -MD -MP -MF ".deps/configdialog.Tpo" -c -o configdialog.lo configdialog.cpp; \
then mv -f ".deps/configdialog.Tpo" ".deps/configdialog.Plo"; else rm -f ".deps/configdialog.Tpo"; exit 1; fi
/usr/share/qt3/bin/moc help.h -o help.moc
rm -f help.cpp
echo '#include <kdialog.h>' > help.cpp
echo '#include <klocale.h>' >> help.cpp
/usr/share/qt3/bin/uic -L /usr/lib/kde3/plugins/designer -nounload -tr tr2i18n -i help.h ./help.ui > help.cpp.temp ; ret=$?; \
/usr/bin/perl -pe "s,tr2i18n( \"\" ),QString::null,g" help.cpp.temp | /usr/bin/perl -pe "s,tr2i18n( \"\"\, \"\" ),QString::null,g" | /usr/bin/perl -pe "s,image([0-9][0-9]*)_data,img\$1_help,g" | /usr/bin/perl -pe "s,: QWizard\(,: KWizard(,g" >> help.cpp ;\
rm -f help.cpp.temp ;\
if test "$ret" = 0; then echo '#include "help.moc"' >> help.cpp; else rm -f help.cpp ; exit $ret ; fi
if /bin/bash ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/share/qt3/include -I. -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 -MT help.lo -MD -MP -MF ".deps/help.Tpo" -c -o help.lo help.cpp; \
then mv -f ".deps/help.Tpo" ".deps/help.Plo"; else rm -f ".deps/help.Tpo"; exit 1; fi
/usr/share/qt3/bin/moc about.h -o about.moc
rm -f about.cpp
echo '#include <kdialog.h>' > about.cpp
echo '#include <klocale.h>' >> about.cpp
/usr/share/qt3/bin/uic -L /usr/lib/kde3/plugins/designer -nounload -tr tr2i18n -i about.h ./about.ui > about.cpp.temp ; ret=$?; \
/usr/bin/perl -pe "s,tr2i18n( \"\" ),QString::null,g" about.cpp.temp | /usr/bin/perl -pe "s,tr2i18n( \"\"\, \"\" ),QString::null,g" | /usr/bin/perl -pe "s,image([0-9][0-9]*)_data,img\$1_about,g" | /usr/bin/perl -pe "s,: QWizard\(,: KWizard(,g" >> about.cpp ;\
rm -f about.cpp.temp ;\
if test "$ret" = 0; then echo '#include "about.moc"' >> about.cpp; else rm -f about.cpp ; exit $ret ; fi
if /bin/bash ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/share/qt3/include -I. -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 -MT about.lo -MD -MP -MF ".deps/about.Tpo" -c -o about.lo about.cpp; \
then mv -f ".deps/about.Tpo" ".deps/about.Plo"; else rm -f ".deps/about.Tpo"; exit 1; fi
/usr/share/qt3/bin/moc ./colorpicker.h -o colorpicker.moc.cpp
if /bin/bash ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/share/qt3/include -I. -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 -MT colorpicker.moc.lo -MD -MP -MF ".deps/colorpicker.moc.Tpo" -c -o colorpicker.moc.lo colorpicker.moc.cpp; \
then mv -f ".deps/colorpicker.moc.Tpo" ".deps/colorpicker.moc.Plo"; else rm -f ".deps/colorpicker.moc.Tpo"; exit 1; fi
/usr/share/qt3/bin/moc ./colordialog.h -o colordialog.moc.cpp
if /bin/bash ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/share/qt3/include -I. -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 -MT colordialog.moc.lo -MD -MP -MF ".deps/colordialog.moc.Tpo" -c -o colordialog.moc.lo colordialog.moc.cpp; \
then mv -f ".deps/colordialog.moc.Tpo" ".deps/colordialog.moc.Plo"; else rm -f ".deps/colordialog.moc.Tpo"; exit 1; fi
/bin/bash ../libtool --silent --mode=link --tag=CXX g++ -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 -o kstyle_baghira_config.la -rpath /usr/lib/kde3 -module -avoid-version -L/usr/share/qt3/lib -L/usr/lib -no-undefined -Wl,--no-undefined -Wl,--allow-shlib-undefined -avoid-version -module -no-undefined -Wl,--no-undefined -Wl,--allow-shlib-undefined -R /usr/lib -R /usr/lib -R /usr/share/qt3/lib -R /usr/lib kstyle_baghira_config.lo colordialog.lo colorpicker.lo configdialog.lo help.lo about.lo colorpicker.moc.lo colordialog.moc.lo -lkdeui -lkio
make[2]: Leaving directory `/home/thomax/Desktop/baghira-0.8/baghira-0.8/config'
Making all in deco
make[2]: Entering directory `/home/thomax/Desktop/baghira-0.8/baghira-0.8/deco'
Making all in config
make[3]: Entering directory `/home/thomax/Desktop/baghira-0.8/baghira-0.8/deco/config'
rm -rf configdialog.h;
/usr/share/qt3/bin/uic -L /usr/lib/kde3/plugins/designer -nounload ./configdialog.ui | /usr/bin/perl -pi -e "s,public QWizard,public KWizard,g; s,#include <qwizard.h>,#include <kwizard.h>,g" >> configdialog.h ;
/usr/share/qt3/bin/moc ./baghiraconfig.h -o baghiraconfig.moc
/bin/bash ./generatePixmaps.sh ../..
if /bin/bash ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/kde -I/usr/share/qt3/include -I. -I./../../config -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 baghiraconfig.lo -MD -MP -MF ".deps/baghiraconfig.Tpo" -c -o baghiraconfig.lo baghiraconfig.cc; \
then mv -f ".deps/baghiraconfig.Tpo" ".deps/baghiraconfig.Plo"; else rm -f ".deps/baghiraconfig.Tpo"; exit 1; fi
if /bin/bash ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/kde -I/usr/share/qt3/include -I. -I./../../config -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 aquariusbutton.lo -MD -MP -MF ".deps/aquariusbutton.Tpo" -c -o aquariusbutton.lo aquariusbutton.cc; \
then mv -f ".deps/aquariusbutton.Tpo" ".deps/aquariusbutton.Plo"; else rm -f ".deps/aquariusbutton.Tpo"; exit 1; fi
aquariusbutton.cc: In member function 'void AquariusButton::tint(QColor&)':
aquariusbutton.cc:138: warning: converting to 'int' from 'double'
aquariusbutton.cc: At global scope:
aquariusbutton.cc:152: warning: unused parameter 'e'
aquariusbutton.cc:156: warning: unused parameter 'e'
if /bin/bash ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/kde -I/usr/share/qt3/include -I. -I./../../config -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 colorpicker.lo -MD -MP -MF ".deps/colorpicker.Tpo" -c -o colorpicker.lo colorpicker.cc; \
then mv -f ".deps/colorpicker.Tpo" ".deps/colorpicker.Plo"; else rm -f ".deps/colorpicker.Tpo"; exit 1; fi
colorpicker.cc:124:2: warning: no newline at end of file
/usr/share/qt3/bin/moc configdialog.h -o configdialog.moc
rm -f configdialog.cc
echo '#include <kdialog.h>' > configdialog.cc
echo '#include <klocale.h>' >> configdialog.cc
/usr/share/qt3/bin/uic -L /usr/lib/kde3/plugins/designer -nounload -tr tr2i18n -i configdialog.h ./configdialog.ui > configdialog.cc.temp ; ret=$?; \
/usr/bin/perl -pe "s,tr2i18n( \"\" ),QString::null,g" configdialog.cc.temp | /usr/bin/perl -pe "s,tr2i18n( \"\"\, \"\" ),QString::null,g" | /usr/bin/perl -pe "s,image([0-9][0-9]*)_data,img\$1_configdialog,g" | /usr/bin/perl -pe "s,: QWizard\(,: KWizard(,g" >> configdialog.cc ;\
rm -f configdialog.cc.temp ;\
if test "$ret" = 0; then echo '#include "configdialog.moc"' >> configdialog.cc; else rm -f configdialog.cc ; exit $ret ; fi
if /bin/bash ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/kde -I/usr/share/qt3/include -I. -I./../../config -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 configdialog.lo -MD -MP -MF ".deps/configdialog.Tpo" -c -o configdialog.lo configdialog.cc; \
then mv -f ".deps/configdialog.Tpo" ".deps/configdialog.Plo"; else rm -f ".deps/configdialog.Tpo"; exit 1; fi
/usr/share/qt3/bin/moc ./colorpicker.h -o colorpicker.moc.cc
if /bin/bash ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/kde -I/usr/share/qt3/include -I. -I./../../config -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 colorpicker.moc.lo -MD -MP -MF ".deps/colorpicker.moc.Tpo" -c -o colorpicker.moc.lo colorpicker.moc.cc; \
then mv -f ".deps/colorpicker.moc.Tpo" ".deps/colorpicker.moc.Plo"; else rm -f ".deps/colorpicker.moc.Tpo"; exit 1; fi
/usr/share/qt3/bin/moc ./aquariusbutton.h -o aquariusbutton.moc.cc
if /bin/bash ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/kde -I/usr/share/qt3/include -I. -I./../../config -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 aquariusbutton.moc.lo -MD -MP -MF ".deps/aquariusbutton.moc.Tpo" -c -o aquariusbutton.moc.lo aquariusbutton.moc.cc; \
then mv -f ".deps/aquariusbutton.moc.Tpo" ".deps/aquariusbutton.moc.Plo"; else rm -f ".deps/aquariusbutton.moc.Tpo"; exit 1; fi
/bin/bash ../../libtool --silent --mode=link --tag=CXX g++ -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 -o kwin_baghira_config.la -rpath /usr/lib/kde3 -L/usr/share/qt3/lib -L/usr/lib -avoid-version -module -no-undefined -Wl,--no-undefined -Wl,--allow-shlib-undefined -R /usr/lib -R /usr/lib -R /usr/share/qt3/lib -R /usr/lib -module baghiraconfig.lo aquariusbutton.lo colorpicker.lo configdialog.lo colorpicker.moc.lo aquariusbutton.moc.lo -lkdeui
make[3]: Leaving directory `/home/thomax/Desktop/baghira-0.8/baghira-0.8/deco/config'
make[3]: Entering directory `/home/thomax/Desktop/baghira-0.8/baghira-0.8/deco'
/usr/share/qt3/bin/moc ./baghiraclient.h -o baghiraclient.moc
/bin/bash ./generatePixmaps.sh ..
if /bin/bash ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/share/qt3/include -I. -I/usr/include/kde/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 baghiraclient.lo -MD -MP -MF ".deps/baghiraclient.Tpo" -c -o baghiraclient.lo baghiraclient.cc; \
then mv -f ".deps/baghiraclient.Tpo" ".deps/baghiraclient.Plo"; else rm -f ".deps/baghiraclient.Tpo"; exit 1; fi
In file included from baghiraclient.cc:34:
baghiraclient.h:32:25: error: kdecoration.h: No such file or directory
baghiraclient.h:33:32: error: kdecorationfactory.h: No such file or directory
In file included from baghiraclient.cc:34:
baghiraclient.h:154: error: expected class-name before '{' token
baghiraclient.h:158: error: ISO C++ forbids declaration of 'KDecoration' with no type
baghiraclient.h:158: error: 'KDecoration' declared as a 'virtual' field
baghiraclient.h:158: error: expected ';' before '*' token
baghiraclient.h:160: error: 'BorderSize' was not declared in this scope
baghiraclient.h:160: error: template argument 1 is invalid
baghiraclient.h:376: error: expected class-name before '{' token
baghiraclient.h:381: error: expected `)' before '*' token
baghiraclient.h:398: error: 'Position' does not name a type
baghiraclient.cc:130: error: expected constructor, destructor, or type conversion before '*' token
baghiraclient.cc: In member function 'void Baghira::DeMaximizer::setClient(Baghira::BaghiraClient*)':
baghiraclient.cc:185: error: no matching function for call to 'Baghira::DeMaximizer::disconnect(Baghira::BaghiraClient*&, const char [8], Baghira::DeMaximizer* const, const char [8])'
/usr/share/qt3/include/qobject.h:123: note: candidates are: static bool QObject::disconnect(const QObject*, const char*, const QObject*, const char*)
/usr/share/qt3/include/qobject.h:236: note: bool QObject::disconnect(const char*, const QObject*, const char*)
/usr/share/qt3/include/qobject.h:242: note: bool QObject::disconnect(const QObject*, const char*)
baghiraclient.cc:191: error: no matching function for call to 'Baghira::DeMaximizer::connect(Baghira::BaghiraClient*&, const char [8], const char [8])'
/usr/share/qt3/include/qobject.h:119: note: candidates are: static bool QObject::connect(const QObject*, const char*, const QObject*, const char*)
/usr/share/qt3/include/qobject.h:229: note: bool QObject::connect(const QObject*, const char*, const char*) const
baghiraclient.cc: In constructor 'Baghira::ResizeHandle::ResizeHandle(Baghira::BaghiraClient*)':
baghiraclient.cc:202: error: 'class Baghira::BaghiraClient' has no member named 'widget'
baghiraclient.cc:204: error: 'class Baghira::BaghiraClient' has no member named 'widget'
baghiraclient.cc:213: error: 'class Baghira::BaghiraClient' has no member named 'windowId'
baghiraclient.cc:217: error: 'class Baghira::BaghiraClient' has no member named 'width'
baghiraclient.cc:217: error: 'class Baghira::BaghiraClient' has no member named 'height'
baghiraclient.cc:219: error: 'class Baghira::BaghiraClient' has no member named 'widget'
baghiraclient.cc: In member function 'void Baghira::ResizeHandle::updateLook(bool)':
baghiraclient.cc:228: error: 'class Baghira::BaghiraClient' has no member named 'isActive'
baghiraclient.cc:229: error: 'class Baghira::BaghiraClient' has no member named 'isActive'
baghiraclient.cc: In member function 'virtual bool Baghira::ResizeHandle::eventFilter(QObject*, QEvent*)':
baghiraclient.cc:260: error: 'class Baghira::BaghiraClient' has no member named 'maximizeMode'
baghiraclient.cc:260: error: 'MaximizeFull' is not a member of 'Baghira::BaghiraClient'
baghiraclient.cc:261: error: 'class Baghira::BaghiraClient' has no member named 'width'
baghiraclient.cc:261: error: 'class Baghira::BaghiraClient' has no member named 'height'
baghiraclient.cc:263: error: 'class Baghira::BaghiraClient' has no member named 'width'
baghiraclient.cc:263: error: 'class Baghira::BaghiraClient' has no member named 'height'
baghiraclient.cc: In member function 'virtual void Baghira::ResizeHandle::mousePressEvent(QMouseEvent*)':
baghiraclient.cc:272: error: 'class Baghira::BaghiraClient' has no member named 'performWindowOperation'
baghiraclient.cc:272: error: 'KDecoration' has not been declared
baghiraclient.cc: In member function 'virtual void Baghira::ResizeHandle::mouseReleaseEvent(QMouseEvent*)':
baghiraclient.cc:276: error: 'class Baghira::BaghiraClient' has no member named 'performWindowOperation'
baghiraclient.cc:276: error: 'KDecoration' has not been declared
baghiraclient.cc: At global scope:
baghiraclient.cc:329: error: expected constructor, destructor, or type conversion before '*' token
baghiraclient.cc: In member function 'virtual bool Baghira::BaghiraFactory::reset(long unsigned int)':
baghiraclient.cc:350: error: 'SettingColors' was not declared in this scope
baghiraclient.cc:350: error: 'SettingDecoration' was not declared in this scope
baghiraclient.cc:350: error: 'SettingBorder' was not declared in this scope
baghiraclient.cc:355: error: 'SettingColors' was not declared in this scope
baghiraclient.cc:355: error: 'SettingDecoration' was not declared in this scope
baghiraclient.cc:355: error: 'SettingFont' was not declared in this scope
baghiraclient.cc:356: error: 'SettingButtons' was not declared in this scope
baghiraclient.cc:356: error: 'SettingBorder' was not declared in this scope
baghiraclient.cc:359: error: 'resetDecorations' was not declared in this scope
baghiraclient.cc: In member function 'long unsigned int Baghira::BaghiraFactory::readConfig()':
baghiraclient.cc:386: error: 'SettingColors' was not declared in this scope
baghiraclient.cc:391: error: 'SettingColors' was not declared in this scope
baghiraclient.cc:402: error: 'SettingDecoration' was not declared in this scope
baghiraclient.cc:407: error: 'SettingDecoration' was not declared in this scope
baghiraclient.cc:413: error: 'options' was not declared in this scope
baghiraclient.cc:415: error: 'SettingFont' was not declared in this scope
baghiraclient.cc:416: error: 'SettingDecoration' was not declared in this scope
baghiraclient.cc:422: error: 'SettingDecoration' was not declared in this scope
baghiraclient.cc:427: error: 'SettingDecoration' was not declared in this scope
baghiraclient.cc:432: error: 'SettingDecoration' was not declared in this scope
baghiraclient.cc:449: error: 'SettingFont' was not declared in this scope
baghiraclient.cc:454: error: 'SettingBorder' was not declared in this scope
baghiraclient.cc:454: error: 'SettingDecoration' was not declared in this scope
baghiraclient.cc:478: error: 'SettingBorder' was not declared in this scope
baghiraclient.cc:489: error: 'SettingBorder' was not declared in this scope
baghiraclient.cc:495: error: 'SettingBorder' was not declared in this scope
baghiraclient.cc:501: error: 'SettingBorder' was not declared in this scope
baghiraclient.cc:507: error: 'SettingBorder' was not declared in this scope
baghiraclient.cc:514: error: 'SettingFont' was not declared in this scope
baghiraclient.cc:539: error: 'SettingColors' was not declared in this scope
baghiraclient.cc:544: error: 'SettingColors' was not declared in this scope
baghiraclient.cc:561: error: 'SettingColors' was not declared in this scope
baghiraclient.cc:566: error: 'SettingColors' was not declared in this scope
baghiraclient.cc:573: error: 'SettingColors' was not declared in this scope
baghiraclient.cc:578: error: 'SettingColors' was not declared in this scope
baghiraclient.cc:583: error: 'SettingColors' was not declared in this scope
baghiraclient.cc:588: error: 'SettingColors' was not declared in this scope
baghiraclient.cc:593: error: 'SettingColors' was not declared in this scope
baghiraclient.cc:597: error: 'SettingColors' was not declared in this scope
baghiraclient.cc:602: error: 'SettingColors' was not declared in this scope
baghiraclient.cc:607: error: 'SettingColors' was not declared in this scope
baghiraclient.cc:612: error: 'SettingColors' was not declared in this scope
baghiraclient.cc: In member function 'QImage* Baghira::BaghiraFactory::tintGlossy(const QImage&, const QColor&) const':
baghiraclient.cc:646: warning: converting to 'int' from 'double'
baghiraclient.cc:648: warning: converting to 'int' from 'double'
baghiraclient.cc: In member function 'void Baghira::BaghiraFactory::createPixmaps()':
baghiraclient.cc:1124: error: 'options' was not declared in this scope
baghiraclient.cc: At global scope:
baghiraclient.cc:1210: error: 'BorderSize' is not a member of 'Baghira::BaghiraFactory'
baghiraclient.cc:1210: error: 'BorderSize' is not a member of 'Baghira::BaghiraFactory'
baghiraclient.cc:1210: error: template argument 1 is invalid
baghiraclient.cc: In member function 'virtual int Baghira::BaghiraFactory::borderSizes() const':
baghiraclient.cc:1211: error: 'BorderSize' was not declared in this scope
baghiraclient.cc:1211: error: template argument 1 is invalid
baghiraclient.cc:1211: error: 'BorderTiny' was not declared in this scope
baghiraclient.cc:1211: error: 'BorderNormal' was not declared in this scope
baghiraclient.cc:1212: error: 'BorderLarge' was not declared in this scope
baghiraclient.cc:1212: error: 'BorderVeryLarge' was not declared in this scope
baghiraclient.cc:1213: error: 'BorderHuge' was not declared in this scope
baghiraclient.cc:1213: error: 'BorderVeryHuge' was not declared in this scope
baghiraclient.cc: In constructor 'Baghira::BaghiraButton::BaghiraButton(Baghira::BaghiraClient*, const char*, const QString&, bool, Baghira::ButtonType, int)':
baghiraclient.cc:1226: error: 'class Baghira::BaghiraClient' has no member named 'widget'
baghiraclient.h:363: warning: 'Baghira::BaghiraButton::mouseover_' will be initialized after
baghiraclient.h:355: warning: 'bool Baghira::BaghiraButton::_blocked'
baghiraclient.cc:1225: warning: when initialized here
baghiraclient.cc: In member function 'Baghira::ButtonState Baghira::BaghiraButton::state()':
baghiraclient.cc:1368: error: 'class Baghira::BaghiraClient' has no member named 'isActive'
baghiraclient.cc: In member function 'virtual void Baghira::BaghiraButton::drawButton(QPainter*)':
baghiraclient.cc:1383: error: 'class Baghira::BaghiraClient' has no member named 'isActive'
baghiraclient.cc:1385: error: 'class Baghira::BaghiraClient' has no member named 'isOnAllDesktops'
baghiraclient.cc:1392: error: 'class Baghira::BaghiraClient' has no member named 'keepAbove'
baghiraclient.cc:1396: error: 'class Baghira::BaghiraClient' has no member named 'keepBelow'
baghiraclient.cc: At global scope:
baghiraclient.cc:1418: error: expected `)' before '*' token
baghiraclient.cc: In member function 'virtual void Baghira::BaghiraClient::init()':
baghiraclient.cc:1443: error: 'isModal' was not declared in this scope
baghiraclient.cc:1443: error: 'isMinimizable' was not declared in this scope
baghiraclient.cc:1443: error: 'isResizable' was not declared in this scope
baghiraclient.cc:1446: error: 'WResizeNoErase' was not declared in this scope
baghiraclient.cc:1446: error: 'WRepaintNoErase' was not declared in this scope
baghiraclient.cc:1446: error: 'createMainWidget' was not declared in this scope
baghiraclient.cc:1447: error: 'widget' was not declared in this scope
baghiraclient.cc:1447: error: 'NoBackground' was not declared in this scope
baghiraclient.cc:1458: error: 'windowId' was not declared in this scope
baghiraclient.cc:1520: error: 'WResizeNoErase' was not declared in this scope
baghiraclient.cc:1520: error: 'WRepaintNoErase' was not declared in this scope
baghiraclient.cc:1520: error: 'createMainWidget' was not declared in this scope
baghiraclient.cc:1521: error: 'widget' was not declared in this scope
baghiraclient.cc:1522: error: 'NoBackground' was not declared in this scope
baghiraclient.cc:1540: error: 'isPreview' was not declared in this scope
baghiraclient.cc:1555: error: 'options' was not declared in this scope
baghiraclient.cc:1565: error: 'isActive' was not declared in this scope
baghiraclient.cc: In member function 'QString Baghira::BaghiraClient::caption() const':
baghiraclient.cc:1593: error: 'KDecoration' has not been declared
baghiraclient.cc:1597: error: 'KDecoration' has not been declared
baghiraclient.cc: In member function 'void Baghira::BaghiraClient::addButtons(QBoxLayout*, const QString&)':
baghiraclient.cc:1675: error: 'connect' was not declared in this scope
baghiraclient.cc:1685: error: 'isOnAllDesktops' was not declared in this scope
baghiraclient.cc:1693: error: 'connect' was not declared in this scope
baghiraclient.cc:1702: error: 'providesContextHelp' was not declared in this scope
baghiraclient.cc:1706: error: 'connect' was not declared in this scope
baghiraclient.cc:1715: error: 'isMinimizable' was not declared in this scope
baghiraclient.cc:1719: error: 'connect' was not declared in this scope
baghiraclient.cc:1728: error: 'isMaximizable' was not declared in this scope
baghiraclient.cc:1729: error: 'maximizeMode' was not declared in this scope
baghiraclient.cc:1729: error: 'MaximizeFull' was not declared in this scope
baghiraclient.cc:1737: error: 'connect' was not declared in this scope
baghiraclient.cc:1746: error: 'isCloseable' was not declared in this scope
baghiraclient.cc:1750: error: 'connect' was not declared in this scope
baghiraclient.cc:1767: error: 'keepAbove' was not declared in this scope
baghiraclient.cc:1767: error: 'keepBelow' was not declared in this scope
baghiraclient.cc:1768: error: 'connect' was not declared in this scope
baghiraclient.cc:1776: error: 'isShadeable' was not declared in this scope
baghiraclient.cc:1777: error: 'isSetShade' was not declared in this scope
baghiraclient.cc:1778: error: 'isShade' was not declared in this scope
baghiraclient.cc:1779: error: 'connect' was not declared in this scope
baghiraclient.cc: In member function 'bool Baghira::BaghiraClient::eventFilter(QObject*, QEvent*)':
baghiraclient.cc:1817: error: 'widget' was not declared in this scope
baghiraclient.cc:1830: error: 'windowId' was not declared in this scope
baghiraclient.cc:1832: error: 'widget' was not declared in this scope
baghiraclient.cc:1887: error: 'maximizeMode' was not declared in this scope
baghiraclient.cc:1887: error: 'MaximizeFull' was not declared in this scope
baghiraclient.cc:1887: error: 'isActive' was not declared in this scope
baghiraclient.cc:1889: error: 'processMousePressEvent' was not declared in this scope
baghiraclient.cc:1891: error: 'processMousePressEvent' was not declared in this scope
baghiraclient.cc:1895: error: 'maximizeMode' was not declared in this scope
baghiraclient.cc:1895: error: 'MaximizeFull' was not declared in this scope
baghiraclient.cc:1896: error: 'closeWindow' was not declared in this scope
baghiraclient.cc:1912: error: 'isResizable' was not declared in this scope
baghiraclient.cc: In member function 'void Baghira::BaghiraClient::mouseDoubleClickEvent(QMouseEvent*)':
baghiraclient.cc:1940: error: 'titlebarDblClickOperation' was not declared in this scope
baghiraclient.cc: In member function 'void Baghira::BaghiraClient::wheelEvent(QWheelEvent*)':
baghiraclient.cc:1954: error: 'setDesktop' was not declared in this scope
baghiraclient.cc: In member function 'void Baghira::BaghiraClient::paintEvent(QPaintEvent*)':
baghiraclient.cc:1969: error: 'widget' was not declared in this scope
baghiraclient.cc:1972: error: 'width' was not declared in this scope
baghiraclient.cc:1973: error: 'height' was not declared in this scope
baghiraclient.cc:1985: error: 'isActive' was not declared in this scope
baghiraclient.cc:2005: error: 'isActive' was not declared in this scope
baghiraclient.cc:2012: error: 'maximizeMode' was not declared in this scope
baghiraclient.cc:2012: error: 'MaximizeFull' was not declared in this scope
baghiraclient.cc:2035: error: 'maximizeMode' was not declared in this scope
baghiraclient.cc:2035: error: 'MaximizeFull' was not declared in this scope
baghiraclient.cc:2042: error: 'maximizeMode' was not declared in this scope
baghiraclient.cc:2042: error: 'MaximizeFull' was not declared in this scope
baghiraclient.cc:2079: error: 'options' was not declared in this scope
baghiraclient.cc:2080: error: 'ColorFont' was not declared in this scope
baghiraclient.cc:2084: error: 'AlignVCenter' was not declared in this scope
baghiraclient.cc:2092: error: 'icon' was not declared in this scope
baghiraclient.cc:2092: error: 'QIconSet' has not been declared
baghiraclient.cc:2092: error: 'QIconSet' has not been declared
baghiraclient.cc:2102: error: 'AlignVCenter' was not declared in this scope
baghiraclient.cc:2111: error: 'icon' was not declared in this scope
baghiraclient.cc:2111: error: 'QIconSet' has not been declared
baghiraclient.cc:2111: error: 'QIconSet' has not been declared
baghiraclient.cc:2115: error: 'isShade' was not declared in this scope
baghiraclient.cc:2171: warning: passing 'double' for argument 1 to 'QColor QColor::dark(int) const'
baghiraclient.cc:2173: error: 'maximizeMode' was not declared in this scope
baghiraclient.cc:2173: error: 'MaximizeFull' was not declared in this scope
baghiraclient.cc:2194: warning: passing 'double' for argument 1 to 'QColor QColor::dark(int) const'
baghiraclient.cc:2196: error: 'maximizeMode' was not declared in this scope
baghiraclient.cc:2196: error: 'MaximizeFull' was not declared in this scope
baghiraclient.cc:2227: error: 'maximizeMode' was not declared in this scope
baghiraclient.cc:2227: error: 'MaximizeFull' was not declared in this scope
baghiraclient.cc:2234: error: 'maximizeMode' was not declared in this scope
baghiraclient.cc:2234: error: 'MaximizeFull' was not declared in this scope
baghiraclient.cc: In member function 'void Baghira::BaghiraClient::doShape()':
baghiraclient.cc:2283: error: 'maximizeMode' was not declared in this scope
baghiraclient.cc:2283: error: 'MaximizeFull' was not declared in this scope
baghiraclient.cc:2284: error: 'width' was not declared in this scope
baghiraclient.cc:2285: error: 'height' was not declared in this scope
baghiraclient.cc:2318: error: 'setMask' was not declared in this scope
baghiraclient.cc: In member function 'void Baghira::BaghiraClient::showEvent(QShowEvent*)':
baghiraclient.cc:2332: error: 'widget' was not declared in this scope
baghiraclient.cc: In member function 'virtual void Baghira::BaghiraClient::activeChange()':
baghiraclient.cc:2344: error: 'maximizeMode' was not declared in this scope
baghiraclient.cc:2344: error: 'MaximizeFull' was not declared in this scope
baghiraclient.cc:2346: error: 'isActive' was not declared in this scope
baghiraclient.cc:2359: error: 'isActive' was not declared in this scope
baghiraclient.cc:2363: error: 'widget' was not declared in this scope
baghiraclient.cc: In member function 'virtual void Baghira::BaghiraClient::captionChange()':
baghiraclient.cc:2380: error: 'KDecoration' has not been declared
baghiraclient.cc:2395: error: 'widget' was not declared in this scope
baghiraclient.cc: In member function 'virtual void Baghira::BaghiraClient::desktopChange()':
baghiraclient.cc:2408: error: 'isOnAllDesktops' was not declared in this scope
baghiraclient.cc: In member function 'virtual void Baghira::BaghiraClient::iconChange()':
baghiraclient.cc:2427: error: 'widget' was not declared in this scope
baghiraclient.cc: In member function 'virtual void Baghira::BaghiraClient::maximizeChange()':
baghiraclient.cc:2439: error: 'maximizeMode' was not declared in this scope
baghiraclient.cc:2439: error: 'MaximizeFull' was not declared in this scope
baghiraclient.cc:2441: error: 'isActive' was not declared in this scope
baghiraclient.cc: In member function 'virtual void Baghira::BaghiraClient::borders(int&, int&, int&, int&) const':
baghiraclient.cc:2479: error: 'maximizeMode' was not declared in this scope
baghiraclient.cc:2479: error: 'MaximizeFull' was not declared in this scope
baghiraclient.cc:2481: error: 'MaximizeHorizontal' was not declared in this scope
baghiraclient.cc:2485: error: 'isShade' was not declared in this scope
baghiraclient.cc:2485: error: 'MaximizeVertical' was not declared in this scope
baghiraclient.cc: In member function 'virtual void Baghira::BaghiraClient::resize(const QSize&)':
baghiraclient.cc:2500: error: 'widget' was not declared in this scope
baghiraclient.cc: At global scope:
baghiraclient.cc:2518: error: 'KDecoration' has not been declared
baghiraclient.cc:2518: error: expected constructor, destructor, or type conversion before 'BaghiraClient'
make[3]: *** [baghiraclient.lo] Error 1
make[3]: Leaving directory `/home/thomax/Desktop/baghira-0.8/baghira-0.8/deco'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/thomax/Desktop/baghira-0.8/baghira-0.8/deco'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/thomax/Desktop/baghira-0.8/baghira-0.8'
make: *** [all] Error 2
-------
"L'informatique n'est pas plus la science des ordinateurs que l'astronomie n'est celle des télescopes."
|
|
Apprenti manchot sous Linux...
|
|
|
Alors?
-------
"L'informatique n'est pas plus la science des ordinateurs que l'astronomie n'est celle des télescopes."
|
|
Apprenti manchot sous Linux...
|
|
|
Voila les lignes d'erreur que j'obtient lorsque je souhaite installer un fond d'écran. (J'ai réussis à compiler un logiciel, ca serait donc lié au serveur X?)
kmatrix3d.cpp:36:21: error: GL/glut.h: No such file or directory
kmatrix3d.cpp: In member function ‘void mQGL::abort_(const char*, ...)’:
kmatrix3d.cpp:332: warning: function might be possible candidate for ‘printf’ format attribute
make[2]: *** [kmatrix3d.o] Error 1
make[2]: Leaving directory `/home/thomax/Desktop/kmatrix3d/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/thomax/Desktop/kmatrix3d'
make: *** [all] Error 2
-------
"L'informatique n'est pas plus la science des ordinateurs que l'astronomie n'est celle des télescopes."
|
|
i love vim
|
|
|
glut.h appartient au paquet freeglut3-dev.
as tu installé freeglut3-dev ?
sinon essaye avec une autre version de gcc.
edit: par exemple pour rechercher un paquet tu peux utiliser pour debian http://www.debian.org/distrib/packages#search_packages
Il y a le même site pour ubuntu.
-->Message édité par limax le 08/06/2008 21:22:49<--
-------
gnu/debian lenny kernel 2.6.24
|
|
Apprenti manchot sous Linux...
|
|
|
Merci ca a résolu mon problème d'économiseur d'écran, et en fait j'ai découvert que baghira était dans les dépôts!
Donc voila, merci!
-------
"L'informatique n'est pas plus la science des ordinateurs que l'astronomie n'est celle des télescopes."
|
|
1
|
|

|

|