Guest User

Untitled

a guest
Apr 23rd, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.45 KB | None | 0 0
  1. Creating qmake. Please wait...
  2. g++ -c -o project.o -pipe -DQMAKE_OPENSOURCE_EDITION -g -fconstant-cfstrings -I. -Igenerators -Igenerators/unix -Igenerators/win32 -Igenerators/mac -Igenerators/symbian -I/Users/Indy/dev/qt/qt/include -I/Users/Indy/dev/qt/qt/include/QtCore -I/Users/Indy/dev/qt/qt/src/corelib/global -I/Users/Indy/dev/qt/qt/src/corelib/xml -DQT_NO_PCRE -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_STL -DQT_NO_COMPRESS -I/Users/Indy/dev/qt/qt/mkspecs/macx-g++ -DHAVE_QCONFIG_CPP -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT project.cpp
  3. In file included from /Users/Indy/dev/qt/qt/include/QtCore/qdatastream.h:1,
  4. from /Users/Indy/dev/qt/qt/include/QtCore/../../src/corelib/tools/qstringlist.h:46,
  5. from /Users/Indy/dev/qt/qt/include/QtCore/qstringlist.h:1,
  6. from project.h:45,
  7. from project.cpp:42:
  8. /Users/Indy/dev/qt/qt/include/QtCore/../../src/corelib/io/qdatastream.h:45:35: error: QtCore/qscopedpointer.h: No such file or directory
  9. In file included from /Users/Indy/dev/qt/qt/include/QtCore/qdebug.h:1,
  10. from project.cpp:57:
  11. /Users/Indy/dev/qt/qt/include/QtCore/../../src/corelib/io/qdebug.h:54:37: error: QtCore/qcontiguouscache.h: No such file or directory
  12. In file included from /Users/Indy/dev/qt/qt/include/QtCore/qiodevice.h:1,
  13. from /Users/Indy/dev/qt/qt/include/QtCore/../../src/corelib/io/qdatastream.h:46,
  14. from /Users/Indy/dev/qt/qt/include/QtCore/qdatastream.h:1,
  15. from /Users/Indy/dev/qt/qt/include/QtCore/../../src/corelib/tools/qstringlist.h:46,
  16. from /Users/Indy/dev/qt/qt/include/QtCore/qstringlist.h:1,
  17. from project.h:45,
  18. from project.cpp:42:
  19. /Users/Indy/dev/qt/qt/include/QtCore/../../src/corelib/io/qiodevice.h:164: error: ISO C++ forbids declaration of ‘QScopedPointer’ with no type
  20. /Users/Indy/dev/qt/qt/include/QtCore/../../src/corelib/io/qiodevice.h:164: error: expected ‘;’ before ‘<’ token
  21. /Users/Indy/dev/qt/qt/include/QtCore/../../src/corelib/io/qiodevice.h: In member function ‘QIODevicePrivate* QIODevice::d_func()’:
  22. /Users/Indy/dev/qt/qt/include/QtCore/../../src/corelib/io/qiodevice.h:168: error: ‘d_ptr’ was not declared in this scope
  23. /Users/Indy/dev/qt/qt/include/QtCore/../../src/corelib/io/qiodevice.h: In member function ‘const QIODevicePrivate* QIODevice::d_func() const’:
  24. /Users/Indy/dev/qt/qt/include/QtCore/../../src/corelib/io/qiodevice.h:168: error: ‘d_ptr’ was not declared in this scope
  25. In file included from /Users/Indy/dev/qt/qt/include/QtCore/qdatastream.h:1,
  26. from /Users/Indy/dev/qt/qt/include/QtCore/../../src/corelib/tools/qstringlist.h:46,
  27. from /Users/Indy/dev/qt/qt/include/QtCore/qstringlist.h:1,
  28. from project.h:45,
  29. from project.cpp:42:
  30. /Users/Indy/dev/qt/qt/include/QtCore/../../src/corelib/io/qdatastream.h: At global scope:
  31. /Users/Indy/dev/qt/qt/include/QtCore/../../src/corelib/io/qdatastream.h:188: error: ISO C++ forbids declaration of ‘QScopedPointer’ with no type
  32. /Users/Indy/dev/qt/qt/include/QtCore/../../src/corelib/io/qdatastream.h:188: error: expected ‘;’ before ‘<’ token
  33. In file included from /Users/Indy/dev/qt/qt/include/QtCore/qtextstream.h:1,
  34. from project.h:46,
  35. from project.cpp:42:
  36. /Users/Indy/dev/qt/qt/include/QtCore/../../src/corelib/io/qtextstream.h:260: error: ISO C++ forbids declaration of ‘QScopedPointer’ with no type
  37. /Users/Indy/dev/qt/qt/include/QtCore/../../src/corelib/io/qtextstream.h:260: error: expected ‘;’ before ‘<’ token
  38. /Users/Indy/dev/qt/qt/include/QtCore/../../src/corelib/io/qtextstream.h: In member function ‘QTextStreamPrivate* QTextStream::d_func()’:
  39. /Users/Indy/dev/qt/qt/include/QtCore/../../src/corelib/io/qtextstream.h:75: error: ‘d_ptr’ was not declared in this scope
  40. /Users/Indy/dev/qt/qt/include/QtCore/../../src/corelib/io/qtextstream.h: In member function ‘const QTextStreamPrivate* QTextStream::d_func() const’:
  41. /Users/Indy/dev/qt/qt/include/QtCore/../../src/corelib/io/qtextstream.h:75: error: ‘d_ptr’ was not declared in this scope
  42. In file included from /Users/Indy/dev/qt/qt/include/QtCore/qfile.h:1,
  43. from option.h:48,
  44. from project.cpp:44:
  45. /Users/Indy/dev/qt/qt/include/QtCore/../../src/corelib/io/qfile.h: In member function ‘QFilePrivate* QFile::d_func()’:
  46. /Users/Indy/dev/qt/qt/include/QtCore/../../src/corelib/io/qfile.h:67: error: ‘d_ptr’ was not declared in this scope
  47. /Users/Indy/dev/qt/qt/include/QtCore/../../src/corelib/io/qfile.h: In member function ‘const QFilePrivate* QFile::d_func() const’:
  48. /Users/Indy/dev/qt/qt/include/QtCore/../../src/corelib/io/qfile.h:67: error: ‘d_ptr’ was not declared in this scope
  49. In file included from /Users/Indy/dev/qt/qt/include/QtCore/qfileinfo.h:1,
  50. from cachekeys.h:49,
  51. from project.cpp:45:
  52. /Users/Indy/dev/qt/qt/include/QtCore/../../src/corelib/io/qfileinfo.h: At global scope:
  53. /Users/Indy/dev/qt/qt/include/QtCore/../../src/corelib/io/qfileinfo.h:169: error: ISO C++ forbids declaration of ‘QScopedPointer’ with no type
  54. /Users/Indy/dev/qt/qt/include/QtCore/../../src/corelib/io/qfileinfo.h:169: error: expected ‘;’ before ‘<’ token
  55. /Users/Indy/dev/qt/qt/include/QtCore/../../src/corelib/io/qfileinfo.h: In member function ‘QFileInfoPrivate* QFileInfo::d_func()’:
  56. /Users/Indy/dev/qt/qt/include/QtCore/../../src/corelib/io/qfileinfo.h:171: error: ‘d_ptr’ was not declared in this scope
  57. /Users/Indy/dev/qt/qt/include/QtCore/../../src/corelib/io/qfileinfo.h: In member function ‘const QFileInfoPrivate* QFileInfo::d_func() const’:
  58. /Users/Indy/dev/qt/qt/include/QtCore/../../src/corelib/io/qfileinfo.h:171: error: ‘d_ptr’ was not declared in this scope
  59. In file included from /Users/Indy/dev/qt/qt/include/QtCore/qdir.h:1,
  60. from project.cpp:52:
  61. /Users/Indy/dev/qt/qt/include/QtCore/../../src/corelib/io/qdir.h: At global scope:
  62. /Users/Indy/dev/qt/qt/include/QtCore/../../src/corelib/io/qdir.h:61: error: ISO C++ forbids declaration of ‘QScopedPointer’ with no type
  63. /Users/Indy/dev/qt/qt/include/QtCore/../../src/corelib/io/qdir.h:61: error: expected ‘;’ before ‘<’ token
  64. /Users/Indy/dev/qt/qt/include/QtCore/../../src/corelib/io/qdir.h: In member function ‘QDirPrivate* QDir::d_func()’:
  65. /Users/Indy/dev/qt/qt/include/QtCore/../../src/corelib/io/qdir.h:63: error: ‘d_ptr’ was not declared in this scope
  66. /Users/Indy/dev/qt/qt/include/QtCore/../../src/corelib/io/qdir.h: In member function ‘const QDirPrivate* QDir::d_func() const’:
  67. /Users/Indy/dev/qt/qt/include/QtCore/../../src/corelib/io/qdir.h:63: error: ‘d_ptr’ was not declared in this scope
  68. In file included from /Users/Indy/dev/qt/qt/include/QtCore/qdebug.h:1,
  69. from project.cpp:57:
  70. /Users/Indy/dev/qt/qt/include/QtCore/../../src/corelib/io/qdebug.h: At global scope:
  71. /Users/Indy/dev/qt/qt/include/QtCore/../../src/corelib/io/qdebug.h:244: error: expected ‘,’ or ‘...’ before ‘<’ token
  72. /Users/Indy/dev/qt/qt/include/QtCore/../../src/corelib/io/qdebug.h:244: error: ISO C++ forbids declaration of ‘QContiguousCache’ with no type
  73. /Users/Indy/dev/qt/qt/include/QtCore/../../src/corelib/io/qdebug.h: In function ‘QDebug operator<<(QDebug, int)’:
  74. /Users/Indy/dev/qt/qt/include/QtCore/../../src/corelib/io/qdebug.h:248: error: ‘cache’ was not declared in this scope
  75. make: *** [project.o] Error 1
Add Comment
Please, Sign In to add comment