Am Samstag, 7. Oktober 2006 19:30 schrieb Timothy Reaves: > make[8]: Nothing to be done for `all-am'. > if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H > -I. -I. -I../../../src -DQT_CLEAN_NAMESPACE -DQT_GENUINE_STR > -DQT_NO_STL -DQT_NO_KEYWORDS -Winvalid-pch --include=./pch.h > -I../../../src -I../../../src/frontends -I../../../images > -I/usr/local/Trolltech/Qt-4.2.0/include/QtCore > -I/usr/local/Trolltech/Qt-4.2.0/include/QtGui -I../../../boost > -I../../../src/frontends/controllers -Wextra -Wall -g -Os -MT > Alert_pimpl.lo -MD -MP -MF ".deps/Alert_pimpl.Tpo" -c -o Alert_pimpl.lo > Alert_pimpl.C; \ > then mv -f ".deps/Alert_pimpl.Tpo" ".deps/Alert_pimpl.Plo"; else rm -f > ".deps/Alert_pimpl.Tpo"; exit 1; fi > g++ -DHAVE_CONFIG_H -I. -I. -I../../../src -DQT_CLEAN_NAMESPACE > -DQT_GENUINE_STR -DQT_NO_STL -DQT_NO_KEYWORDS -Winvalid-pch > --include=./pch.h -I../../../src -I../../../src/frontends > -I../../../images -I/usr/local/Trolltech/Qt-4.2.0/include/QtCore > -I/usr/local/Trolltech/Qt-4.2.0/include/QtGui -I../../../boost > -I../../../src/frontends/controllers -Wextra -Wall -g -Os -MT > Alert_pimpl.lo -MD -MP -MF .deps/Alert_pimpl.Tpo -c Alert_pimpl.C -o > Alert_pimpl.o > In file included from Alert_pimpl.C:17: > ui/QAskForTextUi.h:13:27: error: QtCore/QVariant: No such file or directory
You have to add -I/usr/local/Trolltech/Qt-4.2.0/include to your compiler flags. See my mail to Bennet about pkgconfig a few days ago. Georg