[doriad@localhost sqlitebrowser]$ make cd sqlitebrowser && make -f Makefile make[1]: Entering directory `/home/doriad/src/sqlitebrowser/sqlitebrowser' g++ -c -pipe -Wall -W -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -DQT_NO_DEBUG -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_THREAD_SUPPORT -I/usr/lib/qt-3.3/mkspecs/default -I. -Isqlite_source -I/usr/lib/qt-3.3/include -I.ui/ -I.moc/ -o .obj/extendedmainform.o extendedmainform.cpp In file included from /usr/include/QtCore/qbasicatomic.h:227, from /usr/include/QtCore/qatomic.h:46, from /usr/include/QtCore/qlist.h:46, from /usr/include/QtGui/qicon.h:47, from /usr/include/Qt3Support/q3header.h:45, from /usr/include/Qt3Support/Q3Header:1, from form1.h:7, from extendedmainform.h:4, from extendedmainform.cpp:1: /usr/include/QtCore/qatomic_arch.h:92:4: error: #error "Qt has not been ported to this architecture" In file included from extendedmainform.cpp:1: extendedmainform.h:5:27: error: QDragEnterEvent: No such file or directory extendedmainform.cpp:2:16: error: QUrl: No such file or directory In file included from /usr/include/QtCore/qsize.h:45, from /usr/include/QtGui/qicon.h:46, from /usr/include/Qt3Support/q3header.h:45, from /usr/include/Qt3Support/Q3Header:1, from form1.h:7, from extendedmainform.h:4, from extendedmainform.cpp:1: /usr/include/QtCore/qnamespace.h:47: error: ‘QT_BEGIN_HEADER’ does not name a type /usr/include/QtCore/qnamespace.h:1744: error: expected constructor, destructor, or type conversion before ‘(’ token /usr/include/QtCore/qnamespace.h:1763: error: variable ‘Q_CORE_EXPORT QInternal’ has initializer but incomplete type /usr/include/QtCore/qnamespace.h:1764: error: expected primary-expression before ‘public’ /usr/include/QtCore/qnamespace.h:1764: error: expected ‘}’ before ‘public’ /usr/include/QtCore/qnamespace.h:1764: error: expected ‘,’ or ‘;’ before ‘public’ /usr/include/QtCore/qnamespace.h:1813: error: ‘qInternalCallback’ has not been declared /usr/include/QtCore/qnamespace.h:1814: error: ‘qInternalCallback’ has not been declared /usr/include/QtCore/qnamespace.h:1818: error: expected declaration before ‘}’ token make[1]: *** [.obj/extendedmainform.o] Error 1 make[1]: Leaving directory `/home/doriad/src/sqlitebrowser/sqlitebrowser' make: *** [sub-sqlitebrowser] Error 2