Advertisement
Guest User

Untitled

a guest
Aug 29th, 2016
340
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.26 KB | None | 0 0
  1. ../../include/QtCore/../../src/corelib/plugin/qplugin.h:115:7: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
  2.        "version="QT_VERSION_STR"\n" \
  3.        ^
  4. ../../include/QtCore/../../src/corelib/plugin/qplugin.h:116:7: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
  5.        "debug="QPLUGIN_DEBUG_STR"\n" \
  6.        ^
  7. ../../include/QtCore/../../src/corelib/plugin/qplugin.h:117:7: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
  8.        "buildkey="QT_BUILD_KEY;
  9.        ^
  10. In file included from ../../include/QtCore/qmap.h:1:0,
  11.                  from ../../include/QtCore/../../src/corelib/kernel/qvariant.h:49,
  12.                  from ../../include/QtCore/qvariant.h:1,
  13.                  from ../../include/QtCore/private/../../../src/corelib/kernel/qobject_p.h:62,
  14.                  from ../../include/QtCore/private/qobject_p.h:1,
  15.                  from io/qfilesystemwatcher_p.h:60,
  16.                  from io/qfilesystemwatcher_inotify_p.h:56,
  17.                  from io/qfilesystemwatcher_inotify.cpp:43:
  18. ../../include/QtCore/../../src/corelib/tools/qmap.h: In instantiation of ‘T& QMap<Key, T>::operator[](const Key&) [with Key = int; T = inotify_event]’:
  19. io/qfilesystemwatcher_inotify.cpp:364:33:   required from here
  20. ../../include/QtCore/../../src/corelib/tools/qmap.h:509:45: error: value-initialization of incomplete type ‘char []
  21.          node = node_create(d, update, akey, T());
  22.                                              ^~~
  23. make[2]: *** [Makefile:15479: .obj/release-shared/qfilesystemwatcher_inotify.o] Error 1
  24. make[2]: *** Waiting for unfinished jobs....
  25. make[2]: Leaving directory '/home/chris/Code/anoncoin-0.9.6.11/depends/work/build/x86_64-unknown-linux-gnu/qt46/4.6.4-7c3aea64b4a/src/corelib'
  26. make[1]: *** [Makefile:139: sub-corelib-make_default] Error 2
  27. make[1]: Leaving directory '/home/chris/Code/anoncoin-0.9.6.11/depends/work/build/x86_64-unknown-linux-gnu/qt46/4.6.4-7c3aea64b4a/src'
  28. make: *** [funcs.mk:233: /home/chris/Code/anoncoin-0.9.6.11/depends/work/build/x86_64-unknown-linux-gnu/qt46/4.6.4-7c3aea64b4a/./.stamp_built] Error 2
  29. [chris@surface[~/C/a/depends]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement