Guest User

Untitled

a guest
Jun 18th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. [whopper:~/build/qt/master-cocoa-64-clang/tests/auto/q3valuevector] $ make
  2. Running moc on /Users/torarne/dev/qt/master/tests/auto/q3valuevector/tst_q3valuevector.cpp
  3. Compiling /Users/torarne/dev/qt/master/tests/auto/q3valuevector/tst_q3valuevector.cpp
  4. In file included from /Users/torarne/dev/qt/master/tests/auto/q3valuevector/tst_q3valuevector.cpp:46:
  5. In file included from ../../../include/Qt3Support/q3valuevector.h:1:
  6. ../../../include/Qt3Support/../../../../../dev/qt/master/src/qt3support/tools/q3valuevector.h:87:13: error: use of undeclared identifier 'erase'
  7. erase(this->begin() + n, this->end());
  8. ^
  9. this->
  10. /Users/torarne/dev/qt/master/tests/auto/q3valuevector/tst_q3valuevector.cpp:247:8: note: in instantiation of member function 'Q3ValueVector<int>::resize' requested here
  11. v3.resize( 5 );
  12. ^
  13. In file included from /Users/torarne/dev/qt/master/tests/auto/q3valuevector/tst_q3valuevector.cpp:43:
  14. In file included from ../../../include/QtTest/QtTest:3:
  15. In file included from ../../../include/QtCore/QtCore:7:
  16. In file included from ../../../include/QtCore/qpropertyanimation.h:1:
  17. In file included from ../../../include/QtCore/../../../../../dev/qt/master/src/corelib/animation/qpropertyanimation.h:45:
  18. In file included from ../../../include/QtCore/qvariantanimation.h:1:
  19. In file included from ../../../include/QtCore/../../../../../dev/qt/master/src/corelib/animation/qvariantanimation.h:47:
  20. In file included from ../../../include/QtCore/qvector.h:1:
  21. ../../../include/QtCore/../../../../../dev/qt/master/src/corelib/tools/qvector.h:252:14: note: must qualify identifier to find this declaration in dependent base class
  22. iterator erase(iterator begin, iterator end);
  23. ^
  24. ../../../include/QtCore/../../../../../dev/qt/master/src/corelib/tools/qvector.h:253:21: note: must qualify identifier to find this declaration in dependent base class
  25. inline iterator erase(iterator pos) { return erase(pos, pos+1); }
  26. ^
  27. 1 error generated.
  28. make: *** [.obj/debug-shared/tst_q3valuevector.o] Error 1
Add Comment
Please, Sign In to add comment