Advertisement
Guest User

make -j8 Error

a guest
Jan 14th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CMake 1.12 KB | None | 0 0
  1. In file included from /home/felix/Projects/lmms/include/MidiEvent.h:28:0,
  2.                  from /home/felix/Projects/lmms/include/RemotePlugin.h:29,
  3.                  from /home/felix/Projects/lmms/plugins/vst_base/RemoteVstPlugin.cpp:35:
  4. /usr/include/c++/7/cstdlib:41:10: fatal error: bits/c++config.h: Datei oder Verzeichnis nicht gefunden
  5.  #include <bits/c++config.h>
  6.           ^~~~~~~~~~~~~~~~~~
  7. compilation terminated.
  8. [ 72%] Built target ladspabrowser
  9. winegcc: g++ failed
  10. plugins/vst_base/CMakeFiles/vstbase.dir/build.make:61: recipe for target 'plugins/RemoteVstPlugin' failed
  11. make[2]: *** [plugins/RemoteVstPlugin] Error 2
  12. CMakeFiles/Makefile2:8104: recipe for target 'plugins/vst_base/CMakeFiles/vstbase.dir/all' failed
  13. make[1]: *** [plugins/vst_base/CMakeFiles/vstbase.dir/all] Error 2
  14. make[1]: *** Auf noch nicht beendete Prozesse wird gewartet …
  15. [ 73%] Built target ladspaeffect
  16. [ 73%] Built target finalize-locales
  17. [ 73%] Built target carlarack
  18. [ 73%] Built target carlapatchbay
  19. [ 78%] Built target ZynAddSubFxCore
  20. [ 96%] Built target lmmsobjs
  21. Makefile:151: recipe for target 'all' failed
  22. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement