Ik ben dus net nieuw met linux (gebruik nu Mandrake 10) en nu wil ik Superkaramba installeren wat niet echt wil lukken. Ik voer dit uit:
cd /home/redlizard/Documents/
tar -xvzf superkaramba-0.34-1.tar.gz
cd /home/redlizard/Documents/superkaramba-0.34/
./configure
- Tot zover loop hij nog goed.
Dan type ik make, en krijg ik dit: (sorry voor extreem lange code)
[redlizard@localhost superkaramba-0.34]$ make
make all-recursive
make[1]: Entering directory `/home/redlizard/Documents/superkaramba-0.34'
Making all in doc
make[2]: Entering directory `/home/redlizard/Documents/superkaramba-0.34/doc'
Making all in .
make[3]: Entering directory `/home/redlizard/Documents/superkaramba-0.34/doc'
make[3]: Niets te doen voor `all-am'.
make[3]: Leaving directory `/home/redlizard/Documents/superkaramba-0.34/doc'
Making all in en
make[3]: Entering directory `/home/redlizard/Documents/superkaramba-0.34/doc/en'
/usr/bin/meinproc --check --cache index.cache.bz2 ./index.docbook
make[3]: Leaving directory `/home/redlizard/Documents/superkaramba-0.34/doc/en'
make[2]: Leaving directory `/home/redlizard/Documents/superkaramba-0.34/doc'
Making all in po
make[2]: Entering directory `/home/redlizard/Documents/superkaramba-0.34/po'
make[2]: Niets te doen voor `all'.
make[2]: Leaving directory `/home/redlizard/Documents/superkaramba-0.34/po'
Making all in src
make[2]: Entering directory `/home/redlizard/Documents/superkaramba-0.34/src'
make[3]: Entering directory `/home/redlizard/Documents/superkaramba-0.34/src'
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT main.o -MD -MP -MF ".deps/main.Tpo" \
-c -o main.o `test -f 'main.cpp' || echo './'`main.cpp; \
then mv -f ".deps/main.Tpo" ".deps/main.Po"; \
else rm -f ".deps/main.Tpo"; exit 1; \
fi
In file included from /usr/include/python2.3/Python.h:8,
from main.cpp:6:
/usr/include/python2.3/pyconfig.h:859:1: warning: "_XOPEN_SOURCE" redefined
<command line>:8:1: warning: this is the location of the previous definition
/usr/lib/qt3//bin/moc ./karamba.h -o karamba.moc
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT karamba.o -MD -MP -MF ".deps/karamba.Tpo" \
-c -o karamba.o `test -f 'karamba.cpp' || echo './'`karamba.cpp; \
then mv -f ".deps/karamba.Tpo" ".deps/karamba.Po"; \
else rm -f ".deps/karamba.Tpo"; exit 1; \
fi
In file included from /usr/include/python2.3/Python.h:8,
from karamba.cpp:7:
/usr/include/python2.3/pyconfig.h:859:1: warning: "_XOPEN_SOURCE" redefined
<command line>:8:1: warning: this is the location of the previous definition
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT meter.o -MD -MP -MF ".deps/meter.Tpo" \
-c -o meter.o `test -f 'meter.cpp' || echo './'`meter.cpp; \
then mv -f ".deps/meter.Tpo" ".deps/meter.Po"; \
else rm -f ".deps/meter.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT bar.o -MD -MP -MF ".deps/bar.Tpo" \
-c -o bar.o `test -f 'bar.cpp' || echo './'`bar.cpp; \
then mv -f ".deps/bar.Tpo" ".deps/bar.Po"; \
else rm -f ".deps/bar.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT sensor.o -MD -MP -MF ".deps/sensor.Tpo" \
-c -o sensor.o `test -f 'sensor.cpp' || echo './'`sensor.cpp; \
then mv -f ".deps/sensor.Tpo" ".deps/sensor.Po"; \
else rm -f ".deps/sensor.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT datesensor.o -MD -MP -MF ".deps/datesensor.Tpo" \
-c -o datesensor.o `test -f 'datesensor.cpp' || echo './'`datesensor.cpp; \
then mv -f ".deps/datesensor.Tpo" ".deps/datesensor.Po"; \
else rm -f ".deps/datesensor.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT textlabel.o -MD -MP -MF ".deps/textlabel.Tpo" \
-c -o textlabel.o `test -f 'textlabel.cpp' || echo './'`textlabel.cpp; \
then mv -f ".deps/textlabel.Tpo" ".deps/textlabel.Po"; \
else rm -f ".deps/textlabel.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT memsensor.o -MD -MP -MF ".deps/memsensor.Tpo" \
-c -o memsensor.o `test -f 'memsensor.cpp' || echo './'`memsensor.cpp; \
then mv -f ".deps/memsensor.Tpo" ".deps/memsensor.Po"; \
else rm -f ".deps/memsensor.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT uptimesensor.o -MD -MP -MF ".deps/uptimesensor.Tpo" \
-c -o uptimesensor.o `test -f 'uptimesensor.cpp' || echo './'`uptimesensor.cpp; \
then mv -f ".deps/uptimesensor.Tpo" ".deps/uptimesensor.Po"; \
else rm -f ".deps/uptimesensor.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT cpusensor.o -MD -MP -MF ".deps/cpusensor.Tpo" \
-c -o cpusensor.o `test -f 'cpusensor.cpp' || echo './'`cpusensor.cpp; \
then mv -f ".deps/cpusensor.Tpo" ".deps/cpusensor.Po"; \
else rm -f ".deps/cpusensor.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT networksensor.o -MD -MP -MF ".deps/networksensor.Tpo" \
-c -o networksensor.o `test -f 'networksensor.cpp' || echo './'`networksensor.cpp; \
then mv -f ".deps/networksensor.Tpo" ".deps/networksensor.Po"; \
else rm -f ".deps/networksensor.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT imagelabel.o -MD -MP -MF ".deps/imagelabel.Tpo" \
-c -o imagelabel.o `test -f 'imagelabel.cpp' || echo './'`imagelabel.cpp; \
then mv -f ".deps/imagelabel.Tpo" ".deps/imagelabel.Po"; \
else rm -f ".deps/imagelabel.Tpo"; exit 1; \
fi
In file included from /usr/include/python2.3/Python.h:8,
from imagelabel.cpp:11:
/usr/include/python2.3/pyconfig.h:859:1: warning: "_XOPEN_SOURCE" redefined
<command line>:8:1: warning: this is the location of the previous definition
imagelabel.cpp: In member function `virtual void ImageLabel::setValue(QString)':
imagelabel.cpp:250: warning: `download' is deprecated (declared at /usr/include/kio/netaccess.h:115)
imagelabel.cpp: In member function `void ImageLabel::parseImages(QString, QString, int, int, int, int)':
imagelabel.cpp:411: warning: `download' is deprecated (declared at /usr/include/kio/netaccess.h:115)
imagelabel.cpp:455: warning: `download' is deprecated (declared at /usr/include/kio/netaccess.h:115)
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT graph.o -MD -MP -MF ".deps/graph.Tpo" \
-c -o graph.o `test -f 'graph.cpp' || echo './'`graph.cpp; \
then mv -f ".deps/graph.Tpo" ".deps/graph.Po"; \
else rm -f ".deps/graph.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT xmmssensor.o -MD -MP -MF ".deps/xmmssensor.Tpo" \
-c -o xmmssensor.o `test -f 'xmmssensor.cpp' || echo './'`xmmssensor.cpp; \
then mv -f ".deps/xmmssensor.Tpo" ".deps/xmmssensor.Po"; \
else rm -f ".deps/xmmssensor.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT programsensor.o -MD -MP -MF ".deps/programsensor.Tpo" \
-c -o programsensor.o `test -f 'programsensor.cpp' || echo './'`programsensor.cpp; \
then mv -f ".deps/programsensor.Tpo" ".deps/programsensor.Po"; \
else rm -f ".deps/programsensor.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT disksensor.o -MD -MP -MF ".deps/disksensor.Tpo" \
-c -o disksensor.o `test -f 'disksensor.cpp' || echo './'`disksensor.cpp; \
then mv -f ".deps/disksensor.Tpo" ".deps/disksensor.Po"; \
else rm -f ".deps/disksensor.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT sensorparams.o -MD -MP -MF ".deps/sensorparams.Tpo" \
-c -o sensorparams.o `test -f 'sensorparams.cpp' || echo './'`sensorparams.cpp; \
then mv -f ".deps/sensorparams.Tpo" ".deps/sensorparams.Po"; \
else rm -f ".deps/sensorparams.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT sensorsensor.o -MD -MP -MF ".deps/sensorsensor.Tpo" \
-c -o sensorsensor.o `test -f 'sensorsensor.cpp' || echo './'`sensorsensor.cpp; \
then mv -f ".deps/sensorsensor.Tpo" ".deps/sensorsensor.Po"; \
else rm -f ".deps/sensorsensor.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT textfilesensor.o -MD -MP -MF ".deps/textfilesensor.Tpo" \
-c -o textfilesensor.o `test -f 'textfilesensor.cpp' || echo './'`textfilesensor.cpp; \
then mv -f ".deps/textfilesensor.Tpo" ".deps/textfilesensor.Po"; \
else rm -f ".deps/textfilesensor.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT clickarea.o -MD -MP -MF ".deps/clickarea.Tpo" \
-c -o clickarea.o `test -f 'clickarea.cpp' || echo './'`clickarea.cpp; \
then mv -f ".deps/clickarea.Tpo" ".deps/clickarea.Po"; \
else rm -f ".deps/clickarea.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT noatunsensor.o -MD -MP -MF ".deps/noatunsensor.Tpo" \
-c -o noatunsensor.o `test -f 'noatunsensor.cpp' || echo './'`noatunsensor.cpp; \
then mv -f ".deps/noatunsensor.Tpo" ".deps/noatunsensor.Po"; \
else rm -f ".deps/noatunsensor.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT karambarootpixmap.o -MD -MP -MF ".deps/karambarootpixmap.Tpo" \
-c -o karambarootpixmap.o `test -f 'karambarootpixmap.cpp' || echo './'`karambarootpixmap.cpp; \
then mv -f ".deps/karambarootpixmap.Tpo" ".deps/karambarootpixmap.Po"; \
else rm -f ".deps/karambarootpixmap.Tpo"; exit 1; \
fi
In file included from /usr/include/python2.3/Python.h:8,
from karambarootpixmap.cpp:11:
/usr/include/python2.3/pyconfig.h:859:1: warning: "_XOPEN_SOURCE" redefined
<command line>:8:1: warning: this is the location of the previous definition
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT clickmap.o -MD -MP -MF ".deps/clickmap.Tpo" \
-c -o clickmap.o `test -f 'clickmap.cpp' || echo './'`clickmap.cpp; \
then mv -f ".deps/clickmap.Tpo" ".deps/clickmap.Po"; \
else rm -f ".deps/clickmap.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT rsssensor.o -MD -MP -MF ".deps/rsssensor.Tpo" \
-c -o rsssensor.o `test -f 'rsssensor.cpp' || echo './'`rsssensor.cpp; \
then mv -f ".deps/rsssensor.Tpo" ".deps/rsssensor.Po"; \
else rm -f ".deps/rsssensor.Tpo"; exit 1; \
fi
rsssensor.cpp: In member function `virtual void RssSensor::update()':
rsssensor.cpp:49: warning: `download' is deprecated (declared at /usr/include/kio/netaccess.h:115)
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT textfield.o -MD -MP -MF ".deps/textfield.Tpo" \
-c -o textfield.o `test -f 'textfield.cpp' || echo './'`textfield.cpp; \
then mv -f ".deps/textfield.Tpo" ".deps/textfield.Po"; \
else rm -f ".deps/textfield.Tpo"; exit 1; \
fi
/usr/lib/qt3//bin/moc ./taskmanager.h -o taskmanager.moc
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT taskmanager.o -MD -MP -MF ".deps/taskmanager.Tpo" \
-c -o taskmanager.o `test -f 'taskmanager.cpp' || echo './'`taskmanager.cpp; \
then mv -f ".deps/taskmanager.Tpo" ".deps/taskmanager.Po"; \
else rm -f ".deps/taskmanager.Tpo"; exit 1; \
fi
taskmanager.cpp: In member function `void TaskManager::windowAdded(long unsigned int)':
taskmanager.cpp:115: warning: `windowType' is deprecated (declared at /usr/include/netwm.h:956)
taskmanager.cpp:116: warning: `windowType' is deprecated (declared at /usr/include/netwm.h:956)
taskmanager.cpp:117: warning: `windowType' is deprecated (declared at /usr/include/netwm.h:956)
taskmanager.cpp:118: warning: `windowType' is deprecated (declared at /usr/include/netwm.h:956)
taskmanager.cpp: In constructor `Task::Task(long unsigned int, TaskManager*, const char*)':
taskmanager.cpp:329: warning: `info' is deprecated (declared at /usr/include/kwin.h:427)
taskmanager.cpp: In member function `void Task::refresh(bool)':
taskmanager.cpp:351: warning: `info' is deprecated (declared at /usr/include/kwin.h:427)
taskmanager.cpp: In member function `void Task::toDesktop(int)':
taskmanager.cpp:641: warning: `setActiveWindow' is deprecated (declared at /usr/include/kwin.h:111)
taskmanager.cpp:649: warning: `setActiveWindow' is deprecated (declared at /usr/include/kwin.h:111)
/usr/lib/qt3//bin/moc ./showdesktop.h -o showdesktop.moc
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT showdesktop.o -MD -MP -MF ".deps/showdesktop.Tpo" \
-c -o showdesktop.o `test -f 'showdesktop.cpp' || echo './'`showdesktop.cpp; \
then mv -f ".deps/showdesktop.Tpo" ".deps/showdesktop.Po"; \
else rm -f ".deps/showdesktop.Tpo"; exit 1; \
fi
showdesktop.cpp: In member function `void ShowDesktop::slotWindowChanged(long unsigned int, unsigned int)':
showdesktop.cpp:65: warning: `windowType' is deprecated (declared at /usr/include/netwm.h:956)
showdesktop.cpp:65: warning: `windowType' is deprecated (declared at /usr/include/netwm.h:956)
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT richtextlabel.o -MD -MP -MF ".deps/richtextlabel.Tpo" \
-c -o richtextlabel.o `test -f 'richtextlabel.cpp' || echo './'`richtextlabel.cpp; \
then mv -f ".deps/richtextlabel.Tpo" ".deps/richtextlabel.Po"; \
else rm -f ".deps/richtextlabel.Tpo"; exit 1; \
fi
In file included from /usr/include/python2.3/Python.h:8,
from richtextlabel.cpp:11:
/usr/include/python2.3/pyconfig.h:859:1: warning: "_XOPEN_SOURCE" redefined
<command line>:8:1: warning: this is the location of the previous definition
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT karambasessionmanaged.o -MD -MP -MF ".deps/karambasessionmanaged.Tpo" \
-c -o karambasessionmanaged.o `test -f 'karambasessionmanaged.cpp' || echo './'`karambasessionmanaged.cpp; \
then mv -f ".deps/karambasessionmanaged.Tpo" ".deps/karambasessionmanaged.Po"; \
else rm -f ".deps/karambasessionmanaged.Tpo"; exit 1; \
fi
In file included from /usr/include/python2.3/Python.h:8,
from karambasessionmanaged.cpp:1:
/usr/include/python2.3/pyconfig.h:859:1: warning: "_XOPEN_SOURCE" redefined
<command line>:8:1: warning: this is the location of the previous definition
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT welcomeform.o -MD -MP -MF ".deps/welcomeform.Tpo" \
-c -o welcomeform.o `test -f 'welcomeform.cpp' || echo './'`welcomeform.cpp; \
then mv -f ".deps/welcomeform.Tpo" ".deps/welcomeform.Po"; \
else rm -f ".deps/welcomeform.Tpo"; exit 1; \
fi
In file included from /usr/include/python2.3/Python.h:8,
from welcomeform.cpp:9:
/usr/include/python2.3/pyconfig.h:859:1: warning: "_XOPEN_SOURCE" redefined
<command line>:8:1: warning: this is the location of the previous definition
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT systemtray.o -MD -MP -MF ".deps/systemtray.Tpo" \
-c -o systemtray.o `test -f 'systemtray.cpp' || echo './'`systemtray.cpp; \
then mv -f ".deps/systemtray.Tpo" ".deps/systemtray.Po"; \
else rm -f ".deps/systemtray.Tpo"; exit 1; \
fi
systemtray.cpp: In member function `virtual void Systemtray::initSystray()':
systemtray.cpp:85: warning: `info' is deprecated (declared at /usr/include/kwin.h:427)
systemtray.cpp: In member function `void Systemtray::systemTrayWindowAdded(long unsigned int)':
systemtray.cpp:198: warning: `info' is deprecated (declared at /usr/include/kwin.h:427)
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT bar_python.o -MD -MP -MF ".deps/bar_python.Tpo" \
-c -o bar_python.o `test -f 'bar_python.cpp' || echo './'`bar_python.cpp; \
then mv -f ".deps/bar_python.Tpo" ".deps/bar_python.Po"; \
else rm -f ".deps/bar_python.Tpo"; exit 1; \
fi
In file included from /usr/include/python2.3/Python.h:8,
from bar_python.h:14,
from bar_python.cpp:11:
/usr/include/python2.3/pyconfig.h:859:1: warning: "_XOPEN_SOURCE" redefined
<command line>:8:1: warning: this is the location of the previous definition
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT meter_python.o -MD -MP -MF ".deps/meter_python.Tpo" \
-c -o meter_python.o `test -f 'meter_python.cpp' || echo './'`meter_python.cpp; \
then mv -f ".deps/meter_python.Tpo" ".deps/meter_python.Po"; \
else rm -f ".deps/meter_python.Tpo"; exit 1; \
fi
In file included from /usr/include/python2.3/Python.h:8,
from meter_python.h:14,
from meter_python.cpp:11:
/usr/include/python2.3/pyconfig.h:859:1: warning: "_XOPEN_SOURCE" redefined
<command line>:8:1: warning: this is the location of the previous definition
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT textlabel_python.o -MD -MP -MF ".deps/textlabel_python.Tpo" \
-c -o textlabel_python.o `test -f 'textlabel_python.cpp' || echo './'`textlabel_python.cpp; \
then mv -f ".deps/textlabel_python.Tpo" ".deps/textlabel_python.Po"; \
else rm -f ".deps/textlabel_python.Tpo"; exit 1; \
fi
In file included from /usr/include/python2.3/Python.h:8,
from textlabel_python.h:14,
from textlabel_python.cpp:11:
/usr/include/python2.3/pyconfig.h:859:1: warning: "_XOPEN_SOURCE" redefined
<command line>:8:1: warning: this is the location of the previous definition
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT richtextlabel_python.o -MD -MP -MF ".deps/richtextlabel_python.Tpo" \
-c -o richtextlabel_python.o `test -f 'richtextlabel_python.cpp' || echo './'`richtextlabel_python.cpp; \
then mv -f ".deps/richtextlabel_python.Tpo" ".deps/richtextlabel_python.Po"; \
else rm -f ".deps/richtextlabel_python.Tpo"; exit 1; \
fi
In file included from /usr/include/python2.3/Python.h:8,
from richtextlabel_python.h:14,
from richtextlabel_python.cpp:11:
/usr/include/python2.3/pyconfig.h:859:1: warning: "_XOPEN_SOURCE" redefined
<command line>:8:1: warning: this is the location of the previous definition
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT imagelabel_python.o -MD -MP -MF ".deps/imagelabel_python.Tpo" \
-c -o imagelabel_python.o `test -f 'imagelabel_python.cpp' || echo './'`imagelabel_python.cpp; \
then mv -f ".deps/imagelabel_python.Tpo" ".deps/imagelabel_python.Po"; \
else rm -f ".deps/imagelabel_python.Tpo"; exit 1; \
fi
In file included from /usr/include/python2.3/Python.h:8,
from imagelabel_python.h:14,
from imagelabel_python.cpp:11:
/usr/include/python2.3/pyconfig.h:859:1: warning: "_XOPEN_SOURCE" redefined
<command line>:8:1: warning: this is the location of the previous definition
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT config_python.o -MD -MP -MF ".deps/config_python.Tpo" \
-c -o config_python.o `test -f 'config_python.cpp' || echo './'`config_python.cpp; \
then mv -f ".deps/config_python.Tpo" ".deps/config_python.Po"; \
else rm -f ".deps/config_python.Tpo"; exit 1; \
fi
In file included from /usr/include/python2.3/Python.h:8,
from config_python.h:14,
from config_python.cpp:11:
/usr/include/python2.3/pyconfig.h:859:1: warning: "_XOPEN_SOURCE" redefined
<command line>:8:1: warning: this is the location of the previous definition
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT misc_python.o -MD -MP -MF ".deps/misc_python.Tpo" \
-c -o misc_python.o `test -f 'misc_python.cpp' || echo './'`misc_python.cpp; \
then mv -f ".deps/misc_python.Tpo" ".deps/misc_python.Po"; \
else rm -f ".deps/misc_python.Tpo"; exit 1; \
fi
In file included from /usr/include/python2.3/Python.h:8,
from misc_python.h:14,
from misc_python.cpp:11:
/usr/include/python2.3/pyconfig.h:859:1: warning: "_XOPEN_SOURCE" redefined
<command line>:8:1: warning: this is the location of the previous definition
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT systray_python.o -MD -MP -MF ".deps/systray_python.Tpo" \
-c -o systray_python.o `test -f 'systray_python.cpp' || echo './'`systray_python.cpp; \
then mv -f ".deps/systray_python.Tpo" ".deps/systray_python.Po"; \
else rm -f ".deps/systray_python.Tpo"; exit 1; \
fi
In file included from /usr/include/python2.3/Python.h:8,
from misc_python.h:14,
from systray_python.cpp:11:
/usr/include/python2.3/pyconfig.h:859:1: warning: "_XOPEN_SOURCE" redefined
<command line>:8:1: warning: this is the location of the previous definition
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT task_python.o -MD -MP -MF ".deps/task_python.Tpo" \
-c -o task_python.o `test -f 'task_python.cpp' || echo './'`task_python.cpp; \
then mv -f ".deps/task_python.Tpo" ".deps/task_python.Po"; \
else rm -f ".deps/task_python.Tpo"; exit 1; \
fi
In file included from /usr/include/python2.3/Python.h:8,
from task_python.h:14,
from task_python.cpp:11:
/usr/include/python2.3/pyconfig.h:859:1: warning: "_XOPEN_SOURCE" redefined
<command line>:8:1: warning: this is the location of the previous definition
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT widget_python.o -MD -MP -MF ".deps/widget_python.Tpo" \
-c -o widget_python.o `test -f 'widget_python.cpp' || echo './'`widget_python.cpp; \
then mv -f ".deps/widget_python.Tpo" ".deps/widget_python.Po"; \
else rm -f ".deps/widget_python.Tpo"; exit 1; \
fi
In file included from /usr/include/python2.3/Python.h:8,
from widget_python.h:14,
from widget_python.cpp:11:
/usr/include/python2.3/pyconfig.h:859:1: warning: "_XOPEN_SOURCE" redefined
<command line>:8:1: warning: this is the location of the previous definition
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT menu_python.o -MD -MP -MF ".deps/menu_python.Tpo" \
-c -o menu_python.o `test -f 'menu_python.cpp' || echo './'`menu_python.cpp; \
then mv -f ".deps/menu_python.Tpo" ".deps/menu_python.Po"; \
else rm -f ".deps/menu_python.Tpo"; exit 1; \
fi
In file included from /usr/include/python2.3/Python.h:8,
from menu_python.h:14,
from menu_python.cpp:11:
/usr/include/python2.3/pyconfig.h:859:1: warning: "_XOPEN_SOURCE" redefined
<command line>:8:1: warning: this is the location of the previous definition
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT themelistwindow.o -MD -MP -MF ".deps/themelistwindow.Tpo" \
-c -o themelistwindow.o `test -f 'themelistwindow.cpp' || echo './'`themelistwindow.cpp; \
then mv -f ".deps/themelistwindow.Tpo" ".deps/themelistwindow.Po"; \
else rm -f ".deps/themelistwindow.Tpo"; exit 1; \
fi
In file included from /usr/include/python2.3/Python.h:8,
from karamba.h:5,
from themelistwindow.cpp:9:
/usr/include/python2.3/pyconfig.h:859:1: warning: "_XOPEN_SOURCE" redefined
<command line>:8:1: warning: this is the location of the previous definition
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT karambalistboxitem.o -MD -MP -MF ".deps/karambalistboxitem.Tpo" \
-c -o karambalistboxitem.o `test -f 'karambalistboxitem.cpp' || echo './'`karambalistboxitem.cpp; \
then mv -f ".deps/karambalistboxitem.Tpo" ".deps/karambalistboxitem.Po"; \
else rm -f ".deps/karambalistboxitem.Tpo"; exit 1; \
fi
In file included from /usr/include/python2.3/Python.h:8,
from karamba.h:5,
from karambalistboxitem.h:1,
from karambalistboxitem.cpp:1:
/usr/include/python2.3/pyconfig.h:859:1: warning: "_XOPEN_SOURCE" redefined
<command line>:8:1: warning: this is the location of the previous definition
/usr/lib/qt3//bin/moc ./sensorsensor.h -o sensorsensor.moc.cpp
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT sensorsensor.moc.o -MD -MP -MF ".deps/sensorsensor.moc.Tpo" \
-c -o sensorsensor.moc.o `test -f 'sensorsensor.moc.cpp' || echo './'`sensorsensor.moc.cpp; \
then mv -f ".deps/sensorsensor.moc.Tpo" ".deps/sensorsensor.moc.Po"; \
else rm -f ".deps/sensorsensor.moc.Tpo"; exit 1; \
fi
/usr/lib/qt3//bin/moc ./xmmssensor.h -o xmmssensor.moc.cpp
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT xmmssensor.moc.o -MD -MP -MF ".deps/xmmssensor.moc.Tpo" \
-c -o xmmssensor.moc.o `test -f 'xmmssensor.moc.cpp' || echo './'`xmmssensor.moc.cpp; \
then mv -f ".deps/xmmssensor.moc.Tpo" ".deps/xmmssensor.moc.Po"; \
else rm -f ".deps/xmmssensor.moc.Tpo"; exit 1; \
fi
/usr/lib/qt3//bin/moc ./imagelabel.h -o imagelabel.moc.cpp
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT imagelabel.moc.o -MD -MP -MF ".deps/imagelabel.moc.Tpo" \
-c -o imagelabel.moc.o `test -f 'imagelabel.moc.cpp' || echo './'`imagelabel.moc.cpp; \
then mv -f ".deps/imagelabel.moc.Tpo" ".deps/imagelabel.moc.Po"; \
else rm -f ".deps/imagelabel.moc.Tpo"; exit 1; \
fi
In file included from /usr/include/python2.3/Python.h:8,
from imagelabel.h:12,
from imagelabel.moc.cpp:11:
/usr/include/python2.3/pyconfig.h:859:1: warning: "_XOPEN_SOURCE" redefined
<command line>:8:1: warning: this is the location of the previous definition
/usr/lib/qt3//bin/moc ./sensor.h -o sensor.moc.cpp
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT sensor.moc.o -MD -MP -MF ".deps/sensor.moc.Tpo" \
-c -o sensor.moc.o `test -f 'sensor.moc.cpp' || echo './'`sensor.moc.cpp; \
then mv -f ".deps/sensor.moc.Tpo" ".deps/sensor.moc.Po"; \
else rm -f ".deps/sensor.moc.Tpo"; exit 1; \
fi
/usr/lib/qt3//bin/moc ./welcomeform.h -o welcomeform.moc.cpp
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT welcomeform.moc.o -MD -MP -MF ".deps/welcomeform.moc.Tpo" \
-c -o welcomeform.moc.o `test -f 'welcomeform.moc.cpp' || echo './'`welcomeform.moc.cpp; \
then mv -f ".deps/welcomeform.moc.Tpo" ".deps/welcomeform.moc.Po"; \
else rm -f ".deps/welcomeform.moc.Tpo"; exit 1; \
fi
/usr/lib/qt3//bin/moc ./memsensor.h -o memsensor.moc.cpp
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT memsensor.moc.o -MD -MP -MF ".deps/memsensor.moc.Tpo" \
-c -o memsensor.moc.o `test -f 'memsensor.moc.cpp' || echo './'`memsensor.moc.cpp; \
then mv -f ".deps/memsensor.moc.Tpo" ".deps/memsensor.moc.Po"; \
else rm -f ".deps/memsensor.moc.Tpo"; exit 1; \
fi
/usr/lib/qt3//bin/moc ./systemtray.h -o systemtray.moc.cpp
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT systemtray.moc.o -MD -MP -MF ".deps/systemtray.moc.Tpo" \
-c -o systemtray.moc.o `test -f 'systemtray.moc.cpp' || echo './'`systemtray.moc.cpp; \
then mv -f ".deps/systemtray.moc.Tpo" ".deps/systemtray.moc.Po"; \
else rm -f ".deps/systemtray.moc.Tpo"; exit 1; \
fi
/usr/lib/qt3//bin/moc ./clickarea.h -o clickarea.moc.cpp
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT clickarea.moc.o -MD -MP -MF ".deps/clickarea.moc.Tpo" \
-c -o clickarea.moc.o `test -f 'clickarea.moc.cpp' || echo './'`clickarea.moc.cpp; \
then mv -f ".deps/clickarea.moc.Tpo" ".deps/clickarea.moc.Po"; \
else rm -f ".deps/clickarea.moc.Tpo"; exit 1; \
fi
/usr/lib/qt3//bin/moc ./themelistwindow.h -o themelistwindow.moc.cpp
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT themelistwindow.moc.o -MD -MP -MF ".deps/themelistwindow.moc.Tpo" \
-c -o themelistwindow.moc.o `test -f 'themelistwindow.moc.cpp' || echo './'`themelistwindow.moc.cpp; \
then mv -f ".deps/themelistwindow.moc.Tpo" ".deps/themelistwindow.moc.Po"; \
else rm -f ".deps/themelistwindow.moc.Tpo"; exit 1; \
fi
/usr/lib/qt3//bin/moc ./bar.h -o bar.moc.cpp
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT bar.moc.o -MD -MP -MF ".deps/bar.moc.Tpo" \
-c -o bar.moc.o `test -f 'bar.moc.cpp' || echo './'`bar.moc.cpp; \
then mv -f ".deps/bar.moc.Tpo" ".deps/bar.moc.Po"; \
else rm -f ".deps/bar.moc.Tpo"; exit 1; \
fi
/usr/lib/qt3//bin/moc ./disksensor.h -o disksensor.moc.cpp
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT disksensor.moc.o -MD -MP -MF ".deps/disksensor.moc.Tpo" \
-c -o disksensor.moc.o `test -f 'disksensor.moc.cpp' || echo './'`disksensor.moc.cpp; \
then mv -f ".deps/disksensor.moc.Tpo" ".deps/disksensor.moc.Po"; \
else rm -f ".deps/disksensor.moc.Tpo"; exit 1; \
fi
/usr/lib/qt3//bin/moc ./cpusensor.h -o cpusensor.moc.cpp
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT cpusensor.moc.o -MD -MP -MF ".deps/cpusensor.moc.Tpo" \
-c -o cpusensor.moc.o `test -f 'cpusensor.moc.cpp' || echo './'`cpusensor.moc.cpp; \
then mv -f ".deps/cpusensor.moc.Tpo" ".deps/cpusensor.moc.Po"; \
else rm -f ".deps/cpusensor.moc.Tpo"; exit 1; \
fi
/usr/lib/qt3//bin/moc ./meter.h -o meter.moc.cpp
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT meter.moc.o -MD -MP -MF ".deps/meter.moc.Tpo" \
-c -o meter.moc.o `test -f 'meter.moc.cpp' || echo './'`meter.moc.cpp; \
then mv -f ".deps/meter.moc.Tpo" ".deps/meter.moc.Po"; \
else rm -f ".deps/meter.moc.Tpo"; exit 1; \
fi
/usr/lib/qt3//bin/moc ./clickmap.h -o clickmap.moc.cpp
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT clickmap.moc.o -MD -MP -MF ".deps/clickmap.moc.Tpo" \
-c -o clickmap.moc.o `test -f 'clickmap.moc.cpp' || echo './'`clickmap.moc.cpp; \
then mv -f ".deps/clickmap.moc.Tpo" ".deps/clickmap.moc.Po"; \
else rm -f ".deps/clickmap.moc.Tpo"; exit 1; \
fi
/usr/lib/qt3//bin/moc ./textfilesensor.h -o textfilesensor.moc.cpp
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT textfilesensor.moc.o -MD -MP -MF ".deps/textfilesensor.moc.Tpo" \
-c -o textfilesensor.moc.o `test -f 'textfilesensor.moc.cpp' || echo './'`textfilesensor.moc.cpp; \
then mv -f ".deps/textfilesensor.moc.Tpo" ".deps/textfilesensor.moc.Po"; \
else rm -f ".deps/textfilesensor.moc.Tpo"; exit 1; \
fi
/usr/lib/qt3//bin/moc ./textlabel.h -o textlabel.moc.cpp
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT textlabel.moc.o -MD -MP -MF ".deps/textlabel.moc.Tpo" \
-c -o textlabel.moc.o `test -f 'textlabel.moc.cpp' || echo './'`textlabel.moc.cpp; \
then mv -f ".deps/textlabel.moc.Tpo" ".deps/textlabel.moc.Po"; \
else rm -f ".deps/textlabel.moc.Tpo"; exit 1; \
fi
/usr/lib/qt3//bin/moc ./programsensor.h -o programsensor.moc.cpp
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT programsensor.moc.o -MD -MP -MF ".deps/programsensor.moc.Tpo" \
-c -o programsensor.moc.o `test -f 'programsensor.moc.cpp' || echo './'`programsensor.moc.cpp; \
then mv -f ".deps/programsensor.moc.Tpo" ".deps/programsensor.moc.Po"; \
else rm -f ".deps/programsensor.moc.Tpo"; exit 1; \
fi
/usr/lib/qt3//bin/moc ./networksensor.h -o networksensor.moc.cpp
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT networksensor.moc.o -MD -MP -MF ".deps/networksensor.moc.Tpo" \
-c -o networksensor.moc.o `test -f 'networksensor.moc.cpp' || echo './'`networksensor.moc.cpp; \
then mv -f ".deps/networksensor.moc.Tpo" ".deps/networksensor.moc.Po"; \
else rm -f ".deps/networksensor.moc.Tpo"; exit 1; \
fi
/usr/lib/qt3//bin/moc ./datesensor.h -o datesensor.moc.cpp
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT datesensor.moc.o -MD -MP -MF ".deps/datesensor.moc.Tpo" \
-c -o datesensor.moc.o `test -f 'datesensor.moc.cpp' || echo './'`datesensor.moc.cpp; \
then mv -f ".deps/datesensor.moc.Tpo" ".deps/datesensor.moc.Po"; \
else rm -f ".deps/datesensor.moc.Tpo"; exit 1; \
fi
/usr/lib/qt3//bin/moc ./richtextlabel.h -o richtextlabel.moc.cpp
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT richtextlabel.moc.o -MD -MP -MF ".deps/richtextlabel.moc.Tpo" \
-c -o richtextlabel.moc.o `test -f 'richtextlabel.moc.cpp' || echo './'`richtextlabel.moc.cpp; \
then mv -f ".deps/richtextlabel.moc.Tpo" ".deps/richtextlabel.moc.Po"; \
else rm -f ".deps/richtextlabel.moc.Tpo"; exit 1; \
fi
In file included from /usr/include/python2.3/Python.h:8,
from richtextlabel.h:14,
from richtextlabel.moc.cpp:11:
/usr/include/python2.3/pyconfig.h:859:1: warning: "_XOPEN_SOURCE" redefined
<command line>:8:1: warning: this is the location of the previous definition
/usr/lib/qt3//bin/moc ./rsssensor.h -o rsssensor.moc.cpp
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT rsssensor.moc.o -MD -MP -MF ".deps/rsssensor.moc.Tpo" \
-c -o rsssensor.moc.o `test -f 'rsssensor.moc.cpp' || echo './'`rsssensor.moc.cpp; \
then mv -f ".deps/rsssensor.moc.Tpo" ".deps/rsssensor.moc.Po"; \
else rm -f ".deps/rsssensor.moc.Tpo"; exit 1; \
fi
/bin/sh ../libtool --silent --mode=link --tag=CXX g++ -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -o superkaramba -Wl,-export-dynamic -R /usr/lib -R /usr/lib/qt3//lib -R /usr/X11R6/lib -L/usr/X11R6/lib -L/usr/lib/qt3//lib -L/usr/lib -L/usr/lib/python2.3/config main.o karamba.o meter.o bar.o sensor.o datesensor.o textlabel.o memsensor.o uptimesensor.o cpusensor.o networksensor.o imagelabel.o graph.o xmmssensor.o programsensor.o disksensor.o sensorparams.o sensorsensor.o textfilesensor.o clickarea.o noatunsensor.o karambarootpixmap.o clickmap.o rsssensor.o textfield.o taskmanager.o showdesktop.o richtextlabel.o karambasessionmanaged.o welcomeform.o systemtray.o bar_python.o meter_python.o textlabel_python.o richtextlabel_python.o imagelabel_python.o config_python.o misc_python.o systray_python.o task_python.o widget_python.o menu_python.o themelistwindow.o karambalistboxitem.o sensorsensor.moc.o xmmssensor.moc.o imagelabel.moc.o sensor.moc.o welcomeform.moc.o memsensor.moc.o systemtray.moc.o clickarea.moc.o themelistwindow.moc.o bar.moc.o disksensor.moc.o cpusensor.moc.o meter.moc.o clickmap.moc.o textfilesensor.moc.o textlabel.moc.o programsensor.moc.o networksensor.moc.o datesensor.moc.o richtextlabel.moc.o rsssensor.moc.o -lkio -lXpm -lkdeui -lpython2.3 -ldl
make[3]: Leaving directory `/home/redlizard/Documents/superkaramba-0.34/src'
make[2]: Leaving directory `/home/redlizard/Documents/superkaramba-0.34/src'
make[2]: Entering directory `/home/redlizard/Documents/superkaramba-0.34'
make[2]: Leaving directory `/home/redlizard/Documents/superkaramba-0.34'
make[1]: Leaving directory `/home/redlizard/Documents/superkaramba-0.34'
[redlizard@localhost superkaramba-0.34]$
En dit klopt volgens mij niet helemaal, en als ik dan make install typ krijg ik dit:
[redlizard@localhost superkaramba-0.34]$ make install
Making install in doc
make[1]: Entering directory `/home/redlizard/Documents/superkaramba-0.34/doc'
Making install in .
make[2]: Entering directory `/home/redlizard/Documents/superkaramba-0.34/doc'
make[3]: Entering directory `/home/redlizard/Documents/superkaramba-0.34/doc'
make[3]: Niets te doen voor `install-exec-am'.
make[3]: Niets te doen voor `install-data-am'.
make[3]: Leaving directory `/home/redlizard/Documents/superkaramba-0.34/doc'
make[2]: Leaving directory `/home/redlizard/Documents/superkaramba-0.34/doc'
Making install in en
make[2]: Entering directory `/home/redlizard/Documents/superkaramba-0.34/doc/en'
make[3]: Entering directory `/home/redlizard/Documents/superkaramba-0.34/doc/en'
make[3]: Niets te doen voor `install-exec-am'.
/bin/sh ../../admin/mkinstalldirs /usr/local/kde/share/doc/HTML/en/karamba
mkdir -p -- /usr/local/kde/share/doc/HTML/en/karamba
mkdir: cannot create directory `/usr/local/kde': Permission denied
make[3]: *** [install-nls] Fout 1
make[3]: Leaving directory `/home/redlizard/Documents/superkaramba-0.34/doc/en'
make[2]: *** [install-am] Fout 2
make[2]: Leaving directory `/home/redlizard/Documents/superkaramba-0.34/doc/en'
make[1]: *** [install-recursive] Fout 1
make[1]: Leaving directory `/home/redlizard/Documents/superkaramba-0.34/doc'
make: *** [install-recursive] Fout 1
[redlizard@localhost superkaramba-0.34]$
Wat doe ik fout?
cd /home/redlizard/Documents/
tar -xvzf superkaramba-0.34-1.tar.gz
cd /home/redlizard/Documents/superkaramba-0.34/
./configure
- Tot zover loop hij nog goed.
Dan type ik make, en krijg ik dit: (sorry voor extreem lange code)
[redlizard@localhost superkaramba-0.34]$ make
make all-recursive
make[1]: Entering directory `/home/redlizard/Documents/superkaramba-0.34'
Making all in doc
make[2]: Entering directory `/home/redlizard/Documents/superkaramba-0.34/doc'
Making all in .
make[3]: Entering directory `/home/redlizard/Documents/superkaramba-0.34/doc'
make[3]: Niets te doen voor `all-am'.
make[3]: Leaving directory `/home/redlizard/Documents/superkaramba-0.34/doc'
Making all in en
make[3]: Entering directory `/home/redlizard/Documents/superkaramba-0.34/doc/en'
/usr/bin/meinproc --check --cache index.cache.bz2 ./index.docbook
make[3]: Leaving directory `/home/redlizard/Documents/superkaramba-0.34/doc/en'
make[2]: Leaving directory `/home/redlizard/Documents/superkaramba-0.34/doc'
Making all in po
make[2]: Entering directory `/home/redlizard/Documents/superkaramba-0.34/po'
make[2]: Niets te doen voor `all'.
make[2]: Leaving directory `/home/redlizard/Documents/superkaramba-0.34/po'
Making all in src
make[2]: Entering directory `/home/redlizard/Documents/superkaramba-0.34/src'
make[3]: Entering directory `/home/redlizard/Documents/superkaramba-0.34/src'
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT main.o -MD -MP -MF ".deps/main.Tpo" \
-c -o main.o `test -f 'main.cpp' || echo './'`main.cpp; \
then mv -f ".deps/main.Tpo" ".deps/main.Po"; \
else rm -f ".deps/main.Tpo"; exit 1; \
fi
In file included from /usr/include/python2.3/Python.h:8,
from main.cpp:6:
/usr/include/python2.3/pyconfig.h:859:1: warning: "_XOPEN_SOURCE" redefined
<command line>:8:1: warning: this is the location of the previous definition
/usr/lib/qt3//bin/moc ./karamba.h -o karamba.moc
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT karamba.o -MD -MP -MF ".deps/karamba.Tpo" \
-c -o karamba.o `test -f 'karamba.cpp' || echo './'`karamba.cpp; \
then mv -f ".deps/karamba.Tpo" ".deps/karamba.Po"; \
else rm -f ".deps/karamba.Tpo"; exit 1; \
fi
In file included from /usr/include/python2.3/Python.h:8,
from karamba.cpp:7:
/usr/include/python2.3/pyconfig.h:859:1: warning: "_XOPEN_SOURCE" redefined
<command line>:8:1: warning: this is the location of the previous definition
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT meter.o -MD -MP -MF ".deps/meter.Tpo" \
-c -o meter.o `test -f 'meter.cpp' || echo './'`meter.cpp; \
then mv -f ".deps/meter.Tpo" ".deps/meter.Po"; \
else rm -f ".deps/meter.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT bar.o -MD -MP -MF ".deps/bar.Tpo" \
-c -o bar.o `test -f 'bar.cpp' || echo './'`bar.cpp; \
then mv -f ".deps/bar.Tpo" ".deps/bar.Po"; \
else rm -f ".deps/bar.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT sensor.o -MD -MP -MF ".deps/sensor.Tpo" \
-c -o sensor.o `test -f 'sensor.cpp' || echo './'`sensor.cpp; \
then mv -f ".deps/sensor.Tpo" ".deps/sensor.Po"; \
else rm -f ".deps/sensor.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT datesensor.o -MD -MP -MF ".deps/datesensor.Tpo" \
-c -o datesensor.o `test -f 'datesensor.cpp' || echo './'`datesensor.cpp; \
then mv -f ".deps/datesensor.Tpo" ".deps/datesensor.Po"; \
else rm -f ".deps/datesensor.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT textlabel.o -MD -MP -MF ".deps/textlabel.Tpo" \
-c -o textlabel.o `test -f 'textlabel.cpp' || echo './'`textlabel.cpp; \
then mv -f ".deps/textlabel.Tpo" ".deps/textlabel.Po"; \
else rm -f ".deps/textlabel.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT memsensor.o -MD -MP -MF ".deps/memsensor.Tpo" \
-c -o memsensor.o `test -f 'memsensor.cpp' || echo './'`memsensor.cpp; \
then mv -f ".deps/memsensor.Tpo" ".deps/memsensor.Po"; \
else rm -f ".deps/memsensor.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT uptimesensor.o -MD -MP -MF ".deps/uptimesensor.Tpo" \
-c -o uptimesensor.o `test -f 'uptimesensor.cpp' || echo './'`uptimesensor.cpp; \
then mv -f ".deps/uptimesensor.Tpo" ".deps/uptimesensor.Po"; \
else rm -f ".deps/uptimesensor.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT cpusensor.o -MD -MP -MF ".deps/cpusensor.Tpo" \
-c -o cpusensor.o `test -f 'cpusensor.cpp' || echo './'`cpusensor.cpp; \
then mv -f ".deps/cpusensor.Tpo" ".deps/cpusensor.Po"; \
else rm -f ".deps/cpusensor.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT networksensor.o -MD -MP -MF ".deps/networksensor.Tpo" \
-c -o networksensor.o `test -f 'networksensor.cpp' || echo './'`networksensor.cpp; \
then mv -f ".deps/networksensor.Tpo" ".deps/networksensor.Po"; \
else rm -f ".deps/networksensor.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT imagelabel.o -MD -MP -MF ".deps/imagelabel.Tpo" \
-c -o imagelabel.o `test -f 'imagelabel.cpp' || echo './'`imagelabel.cpp; \
then mv -f ".deps/imagelabel.Tpo" ".deps/imagelabel.Po"; \
else rm -f ".deps/imagelabel.Tpo"; exit 1; \
fi
In file included from /usr/include/python2.3/Python.h:8,
from imagelabel.cpp:11:
/usr/include/python2.3/pyconfig.h:859:1: warning: "_XOPEN_SOURCE" redefined
<command line>:8:1: warning: this is the location of the previous definition
imagelabel.cpp: In member function `virtual void ImageLabel::setValue(QString)':
imagelabel.cpp:250: warning: `download' is deprecated (declared at /usr/include/kio/netaccess.h:115)
imagelabel.cpp: In member function `void ImageLabel::parseImages(QString, QString, int, int, int, int)':
imagelabel.cpp:411: warning: `download' is deprecated (declared at /usr/include/kio/netaccess.h:115)
imagelabel.cpp:455: warning: `download' is deprecated (declared at /usr/include/kio/netaccess.h:115)
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT graph.o -MD -MP -MF ".deps/graph.Tpo" \
-c -o graph.o `test -f 'graph.cpp' || echo './'`graph.cpp; \
then mv -f ".deps/graph.Tpo" ".deps/graph.Po"; \
else rm -f ".deps/graph.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT xmmssensor.o -MD -MP -MF ".deps/xmmssensor.Tpo" \
-c -o xmmssensor.o `test -f 'xmmssensor.cpp' || echo './'`xmmssensor.cpp; \
then mv -f ".deps/xmmssensor.Tpo" ".deps/xmmssensor.Po"; \
else rm -f ".deps/xmmssensor.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT programsensor.o -MD -MP -MF ".deps/programsensor.Tpo" \
-c -o programsensor.o `test -f 'programsensor.cpp' || echo './'`programsensor.cpp; \
then mv -f ".deps/programsensor.Tpo" ".deps/programsensor.Po"; \
else rm -f ".deps/programsensor.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT disksensor.o -MD -MP -MF ".deps/disksensor.Tpo" \
-c -o disksensor.o `test -f 'disksensor.cpp' || echo './'`disksensor.cpp; \
then mv -f ".deps/disksensor.Tpo" ".deps/disksensor.Po"; \
else rm -f ".deps/disksensor.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT sensorparams.o -MD -MP -MF ".deps/sensorparams.Tpo" \
-c -o sensorparams.o `test -f 'sensorparams.cpp' || echo './'`sensorparams.cpp; \
then mv -f ".deps/sensorparams.Tpo" ".deps/sensorparams.Po"; \
else rm -f ".deps/sensorparams.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT sensorsensor.o -MD -MP -MF ".deps/sensorsensor.Tpo" \
-c -o sensorsensor.o `test -f 'sensorsensor.cpp' || echo './'`sensorsensor.cpp; \
then mv -f ".deps/sensorsensor.Tpo" ".deps/sensorsensor.Po"; \
else rm -f ".deps/sensorsensor.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT textfilesensor.o -MD -MP -MF ".deps/textfilesensor.Tpo" \
-c -o textfilesensor.o `test -f 'textfilesensor.cpp' || echo './'`textfilesensor.cpp; \
then mv -f ".deps/textfilesensor.Tpo" ".deps/textfilesensor.Po"; \
else rm -f ".deps/textfilesensor.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT clickarea.o -MD -MP -MF ".deps/clickarea.Tpo" \
-c -o clickarea.o `test -f 'clickarea.cpp' || echo './'`clickarea.cpp; \
then mv -f ".deps/clickarea.Tpo" ".deps/clickarea.Po"; \
else rm -f ".deps/clickarea.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT noatunsensor.o -MD -MP -MF ".deps/noatunsensor.Tpo" \
-c -o noatunsensor.o `test -f 'noatunsensor.cpp' || echo './'`noatunsensor.cpp; \
then mv -f ".deps/noatunsensor.Tpo" ".deps/noatunsensor.Po"; \
else rm -f ".deps/noatunsensor.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT karambarootpixmap.o -MD -MP -MF ".deps/karambarootpixmap.Tpo" \
-c -o karambarootpixmap.o `test -f 'karambarootpixmap.cpp' || echo './'`karambarootpixmap.cpp; \
then mv -f ".deps/karambarootpixmap.Tpo" ".deps/karambarootpixmap.Po"; \
else rm -f ".deps/karambarootpixmap.Tpo"; exit 1; \
fi
In file included from /usr/include/python2.3/Python.h:8,
from karambarootpixmap.cpp:11:
/usr/include/python2.3/pyconfig.h:859:1: warning: "_XOPEN_SOURCE" redefined
<command line>:8:1: warning: this is the location of the previous definition
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT clickmap.o -MD -MP -MF ".deps/clickmap.Tpo" \
-c -o clickmap.o `test -f 'clickmap.cpp' || echo './'`clickmap.cpp; \
then mv -f ".deps/clickmap.Tpo" ".deps/clickmap.Po"; \
else rm -f ".deps/clickmap.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT rsssensor.o -MD -MP -MF ".deps/rsssensor.Tpo" \
-c -o rsssensor.o `test -f 'rsssensor.cpp' || echo './'`rsssensor.cpp; \
then mv -f ".deps/rsssensor.Tpo" ".deps/rsssensor.Po"; \
else rm -f ".deps/rsssensor.Tpo"; exit 1; \
fi
rsssensor.cpp: In member function `virtual void RssSensor::update()':
rsssensor.cpp:49: warning: `download' is deprecated (declared at /usr/include/kio/netaccess.h:115)
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT textfield.o -MD -MP -MF ".deps/textfield.Tpo" \
-c -o textfield.o `test -f 'textfield.cpp' || echo './'`textfield.cpp; \
then mv -f ".deps/textfield.Tpo" ".deps/textfield.Po"; \
else rm -f ".deps/textfield.Tpo"; exit 1; \
fi
/usr/lib/qt3//bin/moc ./taskmanager.h -o taskmanager.moc
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT taskmanager.o -MD -MP -MF ".deps/taskmanager.Tpo" \
-c -o taskmanager.o `test -f 'taskmanager.cpp' || echo './'`taskmanager.cpp; \
then mv -f ".deps/taskmanager.Tpo" ".deps/taskmanager.Po"; \
else rm -f ".deps/taskmanager.Tpo"; exit 1; \
fi
taskmanager.cpp: In member function `void TaskManager::windowAdded(long unsigned int)':
taskmanager.cpp:115: warning: `windowType' is deprecated (declared at /usr/include/netwm.h:956)
taskmanager.cpp:116: warning: `windowType' is deprecated (declared at /usr/include/netwm.h:956)
taskmanager.cpp:117: warning: `windowType' is deprecated (declared at /usr/include/netwm.h:956)
taskmanager.cpp:118: warning: `windowType' is deprecated (declared at /usr/include/netwm.h:956)
taskmanager.cpp: In constructor `Task::Task(long unsigned int, TaskManager*, const char*)':
taskmanager.cpp:329: warning: `info' is deprecated (declared at /usr/include/kwin.h:427)
taskmanager.cpp: In member function `void Task::refresh(bool)':
taskmanager.cpp:351: warning: `info' is deprecated (declared at /usr/include/kwin.h:427)
taskmanager.cpp: In member function `void Task::toDesktop(int)':
taskmanager.cpp:641: warning: `setActiveWindow' is deprecated (declared at /usr/include/kwin.h:111)
taskmanager.cpp:649: warning: `setActiveWindow' is deprecated (declared at /usr/include/kwin.h:111)
/usr/lib/qt3//bin/moc ./showdesktop.h -o showdesktop.moc
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT showdesktop.o -MD -MP -MF ".deps/showdesktop.Tpo" \
-c -o showdesktop.o `test -f 'showdesktop.cpp' || echo './'`showdesktop.cpp; \
then mv -f ".deps/showdesktop.Tpo" ".deps/showdesktop.Po"; \
else rm -f ".deps/showdesktop.Tpo"; exit 1; \
fi
showdesktop.cpp: In member function `void ShowDesktop::slotWindowChanged(long unsigned int, unsigned int)':
showdesktop.cpp:65: warning: `windowType' is deprecated (declared at /usr/include/netwm.h:956)
showdesktop.cpp:65: warning: `windowType' is deprecated (declared at /usr/include/netwm.h:956)
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT richtextlabel.o -MD -MP -MF ".deps/richtextlabel.Tpo" \
-c -o richtextlabel.o `test -f 'richtextlabel.cpp' || echo './'`richtextlabel.cpp; \
then mv -f ".deps/richtextlabel.Tpo" ".deps/richtextlabel.Po"; \
else rm -f ".deps/richtextlabel.Tpo"; exit 1; \
fi
In file included from /usr/include/python2.3/Python.h:8,
from richtextlabel.cpp:11:
/usr/include/python2.3/pyconfig.h:859:1: warning: "_XOPEN_SOURCE" redefined
<command line>:8:1: warning: this is the location of the previous definition
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT karambasessionmanaged.o -MD -MP -MF ".deps/karambasessionmanaged.Tpo" \
-c -o karambasessionmanaged.o `test -f 'karambasessionmanaged.cpp' || echo './'`karambasessionmanaged.cpp; \
then mv -f ".deps/karambasessionmanaged.Tpo" ".deps/karambasessionmanaged.Po"; \
else rm -f ".deps/karambasessionmanaged.Tpo"; exit 1; \
fi
In file included from /usr/include/python2.3/Python.h:8,
from karambasessionmanaged.cpp:1:
/usr/include/python2.3/pyconfig.h:859:1: warning: "_XOPEN_SOURCE" redefined
<command line>:8:1: warning: this is the location of the previous definition
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT welcomeform.o -MD -MP -MF ".deps/welcomeform.Tpo" \
-c -o welcomeform.o `test -f 'welcomeform.cpp' || echo './'`welcomeform.cpp; \
then mv -f ".deps/welcomeform.Tpo" ".deps/welcomeform.Po"; \
else rm -f ".deps/welcomeform.Tpo"; exit 1; \
fi
In file included from /usr/include/python2.3/Python.h:8,
from welcomeform.cpp:9:
/usr/include/python2.3/pyconfig.h:859:1: warning: "_XOPEN_SOURCE" redefined
<command line>:8:1: warning: this is the location of the previous definition
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT systemtray.o -MD -MP -MF ".deps/systemtray.Tpo" \
-c -o systemtray.o `test -f 'systemtray.cpp' || echo './'`systemtray.cpp; \
then mv -f ".deps/systemtray.Tpo" ".deps/systemtray.Po"; \
else rm -f ".deps/systemtray.Tpo"; exit 1; \
fi
systemtray.cpp: In member function `virtual void Systemtray::initSystray()':
systemtray.cpp:85: warning: `info' is deprecated (declared at /usr/include/kwin.h:427)
systemtray.cpp: In member function `void Systemtray::systemTrayWindowAdded(long unsigned int)':
systemtray.cpp:198: warning: `info' is deprecated (declared at /usr/include/kwin.h:427)
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT bar_python.o -MD -MP -MF ".deps/bar_python.Tpo" \
-c -o bar_python.o `test -f 'bar_python.cpp' || echo './'`bar_python.cpp; \
then mv -f ".deps/bar_python.Tpo" ".deps/bar_python.Po"; \
else rm -f ".deps/bar_python.Tpo"; exit 1; \
fi
In file included from /usr/include/python2.3/Python.h:8,
from bar_python.h:14,
from bar_python.cpp:11:
/usr/include/python2.3/pyconfig.h:859:1: warning: "_XOPEN_SOURCE" redefined
<command line>:8:1: warning: this is the location of the previous definition
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT meter_python.o -MD -MP -MF ".deps/meter_python.Tpo" \
-c -o meter_python.o `test -f 'meter_python.cpp' || echo './'`meter_python.cpp; \
then mv -f ".deps/meter_python.Tpo" ".deps/meter_python.Po"; \
else rm -f ".deps/meter_python.Tpo"; exit 1; \
fi
In file included from /usr/include/python2.3/Python.h:8,
from meter_python.h:14,
from meter_python.cpp:11:
/usr/include/python2.3/pyconfig.h:859:1: warning: "_XOPEN_SOURCE" redefined
<command line>:8:1: warning: this is the location of the previous definition
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT textlabel_python.o -MD -MP -MF ".deps/textlabel_python.Tpo" \
-c -o textlabel_python.o `test -f 'textlabel_python.cpp' || echo './'`textlabel_python.cpp; \
then mv -f ".deps/textlabel_python.Tpo" ".deps/textlabel_python.Po"; \
else rm -f ".deps/textlabel_python.Tpo"; exit 1; \
fi
In file included from /usr/include/python2.3/Python.h:8,
from textlabel_python.h:14,
from textlabel_python.cpp:11:
/usr/include/python2.3/pyconfig.h:859:1: warning: "_XOPEN_SOURCE" redefined
<command line>:8:1: warning: this is the location of the previous definition
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT richtextlabel_python.o -MD -MP -MF ".deps/richtextlabel_python.Tpo" \
-c -o richtextlabel_python.o `test -f 'richtextlabel_python.cpp' || echo './'`richtextlabel_python.cpp; \
then mv -f ".deps/richtextlabel_python.Tpo" ".deps/richtextlabel_python.Po"; \
else rm -f ".deps/richtextlabel_python.Tpo"; exit 1; \
fi
In file included from /usr/include/python2.3/Python.h:8,
from richtextlabel_python.h:14,
from richtextlabel_python.cpp:11:
/usr/include/python2.3/pyconfig.h:859:1: warning: "_XOPEN_SOURCE" redefined
<command line>:8:1: warning: this is the location of the previous definition
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT imagelabel_python.o -MD -MP -MF ".deps/imagelabel_python.Tpo" \
-c -o imagelabel_python.o `test -f 'imagelabel_python.cpp' || echo './'`imagelabel_python.cpp; \
then mv -f ".deps/imagelabel_python.Tpo" ".deps/imagelabel_python.Po"; \
else rm -f ".deps/imagelabel_python.Tpo"; exit 1; \
fi
In file included from /usr/include/python2.3/Python.h:8,
from imagelabel_python.h:14,
from imagelabel_python.cpp:11:
/usr/include/python2.3/pyconfig.h:859:1: warning: "_XOPEN_SOURCE" redefined
<command line>:8:1: warning: this is the location of the previous definition
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT config_python.o -MD -MP -MF ".deps/config_python.Tpo" \
-c -o config_python.o `test -f 'config_python.cpp' || echo './'`config_python.cpp; \
then mv -f ".deps/config_python.Tpo" ".deps/config_python.Po"; \
else rm -f ".deps/config_python.Tpo"; exit 1; \
fi
In file included from /usr/include/python2.3/Python.h:8,
from config_python.h:14,
from config_python.cpp:11:
/usr/include/python2.3/pyconfig.h:859:1: warning: "_XOPEN_SOURCE" redefined
<command line>:8:1: warning: this is the location of the previous definition
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT misc_python.o -MD -MP -MF ".deps/misc_python.Tpo" \
-c -o misc_python.o `test -f 'misc_python.cpp' || echo './'`misc_python.cpp; \
then mv -f ".deps/misc_python.Tpo" ".deps/misc_python.Po"; \
else rm -f ".deps/misc_python.Tpo"; exit 1; \
fi
In file included from /usr/include/python2.3/Python.h:8,
from misc_python.h:14,
from misc_python.cpp:11:
/usr/include/python2.3/pyconfig.h:859:1: warning: "_XOPEN_SOURCE" redefined
<command line>:8:1: warning: this is the location of the previous definition
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT systray_python.o -MD -MP -MF ".deps/systray_python.Tpo" \
-c -o systray_python.o `test -f 'systray_python.cpp' || echo './'`systray_python.cpp; \
then mv -f ".deps/systray_python.Tpo" ".deps/systray_python.Po"; \
else rm -f ".deps/systray_python.Tpo"; exit 1; \
fi
In file included from /usr/include/python2.3/Python.h:8,
from misc_python.h:14,
from systray_python.cpp:11:
/usr/include/python2.3/pyconfig.h:859:1: warning: "_XOPEN_SOURCE" redefined
<command line>:8:1: warning: this is the location of the previous definition
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT task_python.o -MD -MP -MF ".deps/task_python.Tpo" \
-c -o task_python.o `test -f 'task_python.cpp' || echo './'`task_python.cpp; \
then mv -f ".deps/task_python.Tpo" ".deps/task_python.Po"; \
else rm -f ".deps/task_python.Tpo"; exit 1; \
fi
In file included from /usr/include/python2.3/Python.h:8,
from task_python.h:14,
from task_python.cpp:11:
/usr/include/python2.3/pyconfig.h:859:1: warning: "_XOPEN_SOURCE" redefined
<command line>:8:1: warning: this is the location of the previous definition
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT widget_python.o -MD -MP -MF ".deps/widget_python.Tpo" \
-c -o widget_python.o `test -f 'widget_python.cpp' || echo './'`widget_python.cpp; \
then mv -f ".deps/widget_python.Tpo" ".deps/widget_python.Po"; \
else rm -f ".deps/widget_python.Tpo"; exit 1; \
fi
In file included from /usr/include/python2.3/Python.h:8,
from widget_python.h:14,
from widget_python.cpp:11:
/usr/include/python2.3/pyconfig.h:859:1: warning: "_XOPEN_SOURCE" redefined
<command line>:8:1: warning: this is the location of the previous definition
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT menu_python.o -MD -MP -MF ".deps/menu_python.Tpo" \
-c -o menu_python.o `test -f 'menu_python.cpp' || echo './'`menu_python.cpp; \
then mv -f ".deps/menu_python.Tpo" ".deps/menu_python.Po"; \
else rm -f ".deps/menu_python.Tpo"; exit 1; \
fi
In file included from /usr/include/python2.3/Python.h:8,
from menu_python.h:14,
from menu_python.cpp:11:
/usr/include/python2.3/pyconfig.h:859:1: warning: "_XOPEN_SOURCE" redefined
<command line>:8:1: warning: this is the location of the previous definition
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT themelistwindow.o -MD -MP -MF ".deps/themelistwindow.Tpo" \
-c -o themelistwindow.o `test -f 'themelistwindow.cpp' || echo './'`themelistwindow.cpp; \
then mv -f ".deps/themelistwindow.Tpo" ".deps/themelistwindow.Po"; \
else rm -f ".deps/themelistwindow.Tpo"; exit 1; \
fi
In file included from /usr/include/python2.3/Python.h:8,
from karamba.h:5,
from themelistwindow.cpp:9:
/usr/include/python2.3/pyconfig.h:859:1: warning: "_XOPEN_SOURCE" redefined
<command line>:8:1: warning: this is the location of the previous definition
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT karambalistboxitem.o -MD -MP -MF ".deps/karambalistboxitem.Tpo" \
-c -o karambalistboxitem.o `test -f 'karambalistboxitem.cpp' || echo './'`karambalistboxitem.cpp; \
then mv -f ".deps/karambalistboxitem.Tpo" ".deps/karambalistboxitem.Po"; \
else rm -f ".deps/karambalistboxitem.Tpo"; exit 1; \
fi
In file included from /usr/include/python2.3/Python.h:8,
from karamba.h:5,
from karambalistboxitem.h:1,
from karambalistboxitem.cpp:1:
/usr/include/python2.3/pyconfig.h:859:1: warning: "_XOPEN_SOURCE" redefined
<command line>:8:1: warning: this is the location of the previous definition
/usr/lib/qt3//bin/moc ./sensorsensor.h -o sensorsensor.moc.cpp
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT sensorsensor.moc.o -MD -MP -MF ".deps/sensorsensor.moc.Tpo" \
-c -o sensorsensor.moc.o `test -f 'sensorsensor.moc.cpp' || echo './'`sensorsensor.moc.cpp; \
then mv -f ".deps/sensorsensor.moc.Tpo" ".deps/sensorsensor.moc.Po"; \
else rm -f ".deps/sensorsensor.moc.Tpo"; exit 1; \
fi
/usr/lib/qt3//bin/moc ./xmmssensor.h -o xmmssensor.moc.cpp
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT xmmssensor.moc.o -MD -MP -MF ".deps/xmmssensor.moc.Tpo" \
-c -o xmmssensor.moc.o `test -f 'xmmssensor.moc.cpp' || echo './'`xmmssensor.moc.cpp; \
then mv -f ".deps/xmmssensor.moc.Tpo" ".deps/xmmssensor.moc.Po"; \
else rm -f ".deps/xmmssensor.moc.Tpo"; exit 1; \
fi
/usr/lib/qt3//bin/moc ./imagelabel.h -o imagelabel.moc.cpp
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT imagelabel.moc.o -MD -MP -MF ".deps/imagelabel.moc.Tpo" \
-c -o imagelabel.moc.o `test -f 'imagelabel.moc.cpp' || echo './'`imagelabel.moc.cpp; \
then mv -f ".deps/imagelabel.moc.Tpo" ".deps/imagelabel.moc.Po"; \
else rm -f ".deps/imagelabel.moc.Tpo"; exit 1; \
fi
In file included from /usr/include/python2.3/Python.h:8,
from imagelabel.h:12,
from imagelabel.moc.cpp:11:
/usr/include/python2.3/pyconfig.h:859:1: warning: "_XOPEN_SOURCE" redefined
<command line>:8:1: warning: this is the location of the previous definition
/usr/lib/qt3//bin/moc ./sensor.h -o sensor.moc.cpp
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT sensor.moc.o -MD -MP -MF ".deps/sensor.moc.Tpo" \
-c -o sensor.moc.o `test -f 'sensor.moc.cpp' || echo './'`sensor.moc.cpp; \
then mv -f ".deps/sensor.moc.Tpo" ".deps/sensor.moc.Po"; \
else rm -f ".deps/sensor.moc.Tpo"; exit 1; \
fi
/usr/lib/qt3//bin/moc ./welcomeform.h -o welcomeform.moc.cpp
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT welcomeform.moc.o -MD -MP -MF ".deps/welcomeform.moc.Tpo" \
-c -o welcomeform.moc.o `test -f 'welcomeform.moc.cpp' || echo './'`welcomeform.moc.cpp; \
then mv -f ".deps/welcomeform.moc.Tpo" ".deps/welcomeform.moc.Po"; \
else rm -f ".deps/welcomeform.moc.Tpo"; exit 1; \
fi
/usr/lib/qt3//bin/moc ./memsensor.h -o memsensor.moc.cpp
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT memsensor.moc.o -MD -MP -MF ".deps/memsensor.moc.Tpo" \
-c -o memsensor.moc.o `test -f 'memsensor.moc.cpp' || echo './'`memsensor.moc.cpp; \
then mv -f ".deps/memsensor.moc.Tpo" ".deps/memsensor.moc.Po"; \
else rm -f ".deps/memsensor.moc.Tpo"; exit 1; \
fi
/usr/lib/qt3//bin/moc ./systemtray.h -o systemtray.moc.cpp
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT systemtray.moc.o -MD -MP -MF ".deps/systemtray.moc.Tpo" \
-c -o systemtray.moc.o `test -f 'systemtray.moc.cpp' || echo './'`systemtray.moc.cpp; \
then mv -f ".deps/systemtray.moc.Tpo" ".deps/systemtray.moc.Po"; \
else rm -f ".deps/systemtray.moc.Tpo"; exit 1; \
fi
/usr/lib/qt3//bin/moc ./clickarea.h -o clickarea.moc.cpp
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT clickarea.moc.o -MD -MP -MF ".deps/clickarea.moc.Tpo" \
-c -o clickarea.moc.o `test -f 'clickarea.moc.cpp' || echo './'`clickarea.moc.cpp; \
then mv -f ".deps/clickarea.moc.Tpo" ".deps/clickarea.moc.Po"; \
else rm -f ".deps/clickarea.moc.Tpo"; exit 1; \
fi
/usr/lib/qt3//bin/moc ./themelistwindow.h -o themelistwindow.moc.cpp
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT themelistwindow.moc.o -MD -MP -MF ".deps/themelistwindow.moc.Tpo" \
-c -o themelistwindow.moc.o `test -f 'themelistwindow.moc.cpp' || echo './'`themelistwindow.moc.cpp; \
then mv -f ".deps/themelistwindow.moc.Tpo" ".deps/themelistwindow.moc.Po"; \
else rm -f ".deps/themelistwindow.moc.Tpo"; exit 1; \
fi
/usr/lib/qt3//bin/moc ./bar.h -o bar.moc.cpp
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT bar.moc.o -MD -MP -MF ".deps/bar.moc.Tpo" \
-c -o bar.moc.o `test -f 'bar.moc.cpp' || echo './'`bar.moc.cpp; \
then mv -f ".deps/bar.moc.Tpo" ".deps/bar.moc.Po"; \
else rm -f ".deps/bar.moc.Tpo"; exit 1; \
fi
/usr/lib/qt3//bin/moc ./disksensor.h -o disksensor.moc.cpp
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT disksensor.moc.o -MD -MP -MF ".deps/disksensor.moc.Tpo" \
-c -o disksensor.moc.o `test -f 'disksensor.moc.cpp' || echo './'`disksensor.moc.cpp; \
then mv -f ".deps/disksensor.moc.Tpo" ".deps/disksensor.moc.Po"; \
else rm -f ".deps/disksensor.moc.Tpo"; exit 1; \
fi
/usr/lib/qt3//bin/moc ./cpusensor.h -o cpusensor.moc.cpp
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT cpusensor.moc.o -MD -MP -MF ".deps/cpusensor.moc.Tpo" \
-c -o cpusensor.moc.o `test -f 'cpusensor.moc.cpp' || echo './'`cpusensor.moc.cpp; \
then mv -f ".deps/cpusensor.moc.Tpo" ".deps/cpusensor.moc.Po"; \
else rm -f ".deps/cpusensor.moc.Tpo"; exit 1; \
fi
/usr/lib/qt3//bin/moc ./meter.h -o meter.moc.cpp
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT meter.moc.o -MD -MP -MF ".deps/meter.moc.Tpo" \
-c -o meter.moc.o `test -f 'meter.moc.cpp' || echo './'`meter.moc.cpp; \
then mv -f ".deps/meter.moc.Tpo" ".deps/meter.moc.Po"; \
else rm -f ".deps/meter.moc.Tpo"; exit 1; \
fi
/usr/lib/qt3//bin/moc ./clickmap.h -o clickmap.moc.cpp
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT clickmap.moc.o -MD -MP -MF ".deps/clickmap.moc.Tpo" \
-c -o clickmap.moc.o `test -f 'clickmap.moc.cpp' || echo './'`clickmap.moc.cpp; \
then mv -f ".deps/clickmap.moc.Tpo" ".deps/clickmap.moc.Po"; \
else rm -f ".deps/clickmap.moc.Tpo"; exit 1; \
fi
/usr/lib/qt3//bin/moc ./textfilesensor.h -o textfilesensor.moc.cpp
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT textfilesensor.moc.o -MD -MP -MF ".deps/textfilesensor.moc.Tpo" \
-c -o textfilesensor.moc.o `test -f 'textfilesensor.moc.cpp' || echo './'`textfilesensor.moc.cpp; \
then mv -f ".deps/textfilesensor.moc.Tpo" ".deps/textfilesensor.moc.Po"; \
else rm -f ".deps/textfilesensor.moc.Tpo"; exit 1; \
fi
/usr/lib/qt3//bin/moc ./textlabel.h -o textlabel.moc.cpp
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT textlabel.moc.o -MD -MP -MF ".deps/textlabel.moc.Tpo" \
-c -o textlabel.moc.o `test -f 'textlabel.moc.cpp' || echo './'`textlabel.moc.cpp; \
then mv -f ".deps/textlabel.moc.Tpo" ".deps/textlabel.moc.Po"; \
else rm -f ".deps/textlabel.moc.Tpo"; exit 1; \
fi
/usr/lib/qt3//bin/moc ./programsensor.h -o programsensor.moc.cpp
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT programsensor.moc.o -MD -MP -MF ".deps/programsensor.moc.Tpo" \
-c -o programsensor.moc.o `test -f 'programsensor.moc.cpp' || echo './'`programsensor.moc.cpp; \
then mv -f ".deps/programsensor.moc.Tpo" ".deps/programsensor.moc.Po"; \
else rm -f ".deps/programsensor.moc.Tpo"; exit 1; \
fi
/usr/lib/qt3//bin/moc ./networksensor.h -o networksensor.moc.cpp
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT networksensor.moc.o -MD -MP -MF ".deps/networksensor.moc.Tpo" \
-c -o networksensor.moc.o `test -f 'networksensor.moc.cpp' || echo './'`networksensor.moc.cpp; \
then mv -f ".deps/networksensor.moc.Tpo" ".deps/networksensor.moc.Po"; \
else rm -f ".deps/networksensor.moc.Tpo"; exit 1; \
fi
/usr/lib/qt3//bin/moc ./datesensor.h -o datesensor.moc.cpp
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT datesensor.moc.o -MD -MP -MF ".deps/datesensor.moc.Tpo" \
-c -o datesensor.moc.o `test -f 'datesensor.moc.cpp' || echo './'`datesensor.moc.cpp; \
then mv -f ".deps/datesensor.moc.Tpo" ".deps/datesensor.moc.Po"; \
else rm -f ".deps/datesensor.moc.Tpo"; exit 1; \
fi
/usr/lib/qt3//bin/moc ./richtextlabel.h -o richtextlabel.moc.cpp
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT richtextlabel.moc.o -MD -MP -MF ".deps/richtextlabel.moc.Tpo" \
-c -o richtextlabel.moc.o `test -f 'richtextlabel.moc.cpp' || echo './'`richtextlabel.moc.cpp; \
then mv -f ".deps/richtextlabel.moc.Tpo" ".deps/richtextlabel.moc.Po"; \
else rm -f ".deps/richtextlabel.moc.Tpo"; exit 1; \
fi
In file included from /usr/include/python2.3/Python.h:8,
from richtextlabel.h:14,
from richtextlabel.moc.cpp:11:
/usr/include/python2.3/pyconfig.h:859:1: warning: "_XOPEN_SOURCE" redefined
<command line>:8:1: warning: this is the location of the previous definition
/usr/lib/qt3//bin/moc ./rsssensor.h -o rsssensor.moc.cpp
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT rsssensor.moc.o -MD -MP -MF ".deps/rsssensor.moc.Tpo" \
-c -o rsssensor.moc.o `test -f 'rsssensor.moc.cpp' || echo './'`rsssensor.moc.cpp; \
then mv -f ".deps/rsssensor.moc.Tpo" ".deps/rsssensor.moc.Po"; \
else rm -f ".deps/rsssensor.moc.Tpo"; exit 1; \
fi
/bin/sh ../libtool --silent --mode=link --tag=CXX g++ -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -o superkaramba -Wl,-export-dynamic -R /usr/lib -R /usr/lib/qt3//lib -R /usr/X11R6/lib -L/usr/X11R6/lib -L/usr/lib/qt3//lib -L/usr/lib -L/usr/lib/python2.3/config main.o karamba.o meter.o bar.o sensor.o datesensor.o textlabel.o memsensor.o uptimesensor.o cpusensor.o networksensor.o imagelabel.o graph.o xmmssensor.o programsensor.o disksensor.o sensorparams.o sensorsensor.o textfilesensor.o clickarea.o noatunsensor.o karambarootpixmap.o clickmap.o rsssensor.o textfield.o taskmanager.o showdesktop.o richtextlabel.o karambasessionmanaged.o welcomeform.o systemtray.o bar_python.o meter_python.o textlabel_python.o richtextlabel_python.o imagelabel_python.o config_python.o misc_python.o systray_python.o task_python.o widget_python.o menu_python.o themelistwindow.o karambalistboxitem.o sensorsensor.moc.o xmmssensor.moc.o imagelabel.moc.o sensor.moc.o welcomeform.moc.o memsensor.moc.o systemtray.moc.o clickarea.moc.o themelistwindow.moc.o bar.moc.o disksensor.moc.o cpusensor.moc.o meter.moc.o clickmap.moc.o textfilesensor.moc.o textlabel.moc.o programsensor.moc.o networksensor.moc.o datesensor.moc.o richtextlabel.moc.o rsssensor.moc.o -lkio -lXpm -lkdeui -lpython2.3 -ldl
make[3]: Leaving directory `/home/redlizard/Documents/superkaramba-0.34/src'
make[2]: Leaving directory `/home/redlizard/Documents/superkaramba-0.34/src'
make[2]: Entering directory `/home/redlizard/Documents/superkaramba-0.34'
make[2]: Leaving directory `/home/redlizard/Documents/superkaramba-0.34'
make[1]: Leaving directory `/home/redlizard/Documents/superkaramba-0.34'
[redlizard@localhost superkaramba-0.34]$
En dit klopt volgens mij niet helemaal, en als ik dan make install typ krijg ik dit:
[redlizard@localhost superkaramba-0.34]$ make install
Making install in doc
make[1]: Entering directory `/home/redlizard/Documents/superkaramba-0.34/doc'
Making install in .
make[2]: Entering directory `/home/redlizard/Documents/superkaramba-0.34/doc'
make[3]: Entering directory `/home/redlizard/Documents/superkaramba-0.34/doc'
make[3]: Niets te doen voor `install-exec-am'.
make[3]: Niets te doen voor `install-data-am'.
make[3]: Leaving directory `/home/redlizard/Documents/superkaramba-0.34/doc'
make[2]: Leaving directory `/home/redlizard/Documents/superkaramba-0.34/doc'
Making install in en
make[2]: Entering directory `/home/redlizard/Documents/superkaramba-0.34/doc/en'
make[3]: Entering directory `/home/redlizard/Documents/superkaramba-0.34/doc/en'
make[3]: Niets te doen voor `install-exec-am'.
/bin/sh ../../admin/mkinstalldirs /usr/local/kde/share/doc/HTML/en/karamba
mkdir -p -- /usr/local/kde/share/doc/HTML/en/karamba
mkdir: cannot create directory `/usr/local/kde': Permission denied
make[3]: *** [install-nls] Fout 1
make[3]: Leaving directory `/home/redlizard/Documents/superkaramba-0.34/doc/en'
make[2]: *** [install-am] Fout 2
make[2]: Leaving directory `/home/redlizard/Documents/superkaramba-0.34/doc/en'
make[1]: *** [install-recursive] Fout 1
make[1]: Leaving directory `/home/redlizard/Documents/superkaramba-0.34/doc'
make: *** [install-recursive] Fout 1
[redlizard@localhost superkaramba-0.34]$
Wat doe ik fout?
[ Voor 7% gewijzigd door Verwijderd op 25-07-2004 13:13 ]