Advertisement
Guest User

Untitled

a guest
Jan 2nd, 2011
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.65 KB | None | 0 0
  1. [doriad@localhost sqlitebrowser]$ make
  2. cd sqlitebrowser && make -f Makefile
  3. make[1]: Entering directory `/home/doriad/src/sqlitebrowser/sqlitebrowser'
  4. 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
  5. In file included from /usr/include/QtCore/qbasicatomic.h:227,
  6.                 from /usr/include/QtCore/qatomic.h:46,
  7.                 from /usr/include/QtCore/qlist.h:46,
  8.                 from /usr/include/QtGui/qicon.h:47,
  9.                 from /usr/include/Qt3Support/q3header.h:45,
  10.                 from /usr/include/Qt3Support/Q3Header:1,
  11.                 from form1.h:7,
  12.                 from extendedmainform.h:4,
  13.                 from extendedmainform.cpp:1:
  14. /usr/include/QtCore/qatomic_arch.h:92:4: error: #error "Qt has not been ported to this architecture"
  15. In file included from extendedmainform.cpp:1:
  16. extendedmainform.h:5:27: error: QDragEnterEvent: No such file or directory
  17. extendedmainform.cpp:2:16: error: QUrl: No such file or directory
  18. In file included from /usr/include/QtCore/qsize.h:45,
  19.                 from /usr/include/QtGui/qicon.h:46,
  20.                 from /usr/include/Qt3Support/q3header.h:45,
  21.                 from /usr/include/Qt3Support/Q3Header:1,
  22.                 from form1.h:7,
  23.                 from extendedmainform.h:4,
  24.                 from extendedmainform.cpp:1:
  25. /usr/include/QtCore/qnamespace.h:47: error: ‘QT_BEGIN_HEADER’ does not name a type
  26. /usr/include/QtCore/qnamespace.h:1744: error: expected constructor, destructor, or type conversion before ‘(’ token
  27. /usr/include/QtCore/qnamespace.h:1763: error: variable ‘Q_CORE_EXPORT QInternal’ has initializer but incomplete type
  28. /usr/include/QtCore/qnamespace.h:1764: error: expected primary-expression before ‘public’
  29. /usr/include/QtCore/qnamespace.h:1764: error: expected ‘}’ before ‘public’
  30. /usr/include/QtCore/qnamespace.h:1764: error: expected ‘,’ or ‘;’ before ‘public’
  31. /usr/include/QtCore/qnamespace.h:1813: error: ‘qInternalCallback’ has not been declared
  32. /usr/include/QtCore/qnamespace.h:1814: error: ‘qInternalCallback’ has not been declared
  33. /usr/include/QtCore/qnamespace.h:1818: error: expected declaration before ‘}’ token
  34. make[1]: *** [.obj/extendedmainform.o] Error 1
  35. make[1]: Leaving directory `/home/doriad/src/sqlitebrowser/sqlitebrowser'
  36. make: *** [sub-sqlitebrowser] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement