Advertisement
Guest User

Untitled

a guest
Oct 17th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. MythExternRecApp.h:86:23: error: field ‘m_run’ has incomplete type ‘std::atomic<bool>’
  2. std::atomic<bool> m_run;
  3. ^
  4. In file included from /usr/include/c++/5.3.0/bits/shared_ptr_atomic.h:33:0,
  5. from /usr/include/c++/5.3.0/memory:83,
  6. from /usr/include/c++/5.3.0/thread:40,
  7. from MythExternRecApp.cpp:21:
  8. /usr/include/c++/5.3.0/bits/atomic_base.h:126:12: note: declaration of ‘struct std::atomic<bool>’
  9. struct atomic;
  10. ^
  11. In file included from MythExternRecApp.cpp:23:0:
  12. MythExternRecApp.h:89:23: error: field ‘m_streaming’ has incomplete type ‘std::atomic<bool>’
  13. std::atomic<bool> m_streaming;
  14. ^
  15. In file included from /usr/include/c++/5.3.0/bits/shared_ptr_atomic.h:33:0,
  16. from /usr/include/c++/5.3.0/memory:83,
  17. from /usr/include/c++/5.3.0/thread:40,
  18. from MythExternRecApp.cpp:21:
  19. /usr/include/c++/5.3.0/bits/atomic_base.h:126:12: note: declaration of ‘struct std::atomic<bool>’
  20. struct atomic;
  21. ^
  22. MythExternRecApp.cpp: In member function ‘bool MythExternRecApp::Open()’:
  23. MythExternRecApp.cpp:142:24: error: ‘errorOccurred’ is not a member of ‘QProcess’
  24. (&QProcess::errorOccurred),
  25. ^
  26. Makefile:474: recipe for target 'obj/MythExternRecApp.o' failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement