On 21 sep 2006, at 00.15, Pollywog wrote:
So I did 'make clean' for the daemon and the plugin and recompiled
them, but I
still get the same error and I also noticed that the plugin
compiled too
quickly, in just a few seconds. This is very unusual and I don't
think it is
actually compiling all the way.
What do I need to do in addition to 'make clean'?
If make clean && make -f Makefile.cvs && ./configure --some-flag &&
make doesn't work, the best is probably to just remove qt-gui and get
a fresh copy from the repository.
If you do get a fresh copy, I would recommend you to make your
builddir != srcdir.
qt-gui# make -f Makefile.cvs
qt-gui# mkdir build && cd build
build# ../configure --some-flag && make
Then if you ever get the same problem again, just remove the build
directory and recreate it. No need to get the source again. This
schemes brings additional advantages as well, the most notable the
possibility to have more than one builddir. One for --with-kde and
one without, or perhaps --enable-debug, and so on.
// Erik
--
Erik Johansson
http://ejohansson.se