Advertisement
Guest User

Untitled

a guest
May 21st, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. ====================[ Build | api-server | Debug ]==============================
  2. /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake --build /Users/aam/worker_server_pistache/cmake-build-debug --target api-server -- -j 2
  3. [ 4%] Performing download step (git clone) for 'NLOHMANN'
  4. Cloning into 'NLOHMANN'...
  5. [ 8%] Performing update step for 'PISTACHE'
  6. Current branch master is up to date.
  7. [ 13%] Performing configure step for 'PISTACHE'
  8. -- Cppcheck not found
  9. -- Configuring done
  10. -- Generating done
  11. -- Build files have been written to: /Users/aam/worker_server_pistache/cmake-build-debug/PISTACHE-prefix/src/PISTACHE-build
  12. [ 17%] Performing build step for 'PISTACHE'
  13. [ 4%] Building CXX object src/CMakeFiles/pistache.dir/common/cookie.cc.o
  14. In file included from /Users/aam/worker_server_pistache/cmake-build-debug/PISTACHE-prefix/src/PISTACHE/src/common/cookie.cc:9:
  15. In file included from /Users/aam/worker_server_pistache/cmake-build-debug/PISTACHE-prefix/src/PISTACHE/include/pistache/stream.h:9:
  16. /Users/aam/worker_server_pistache/cmake-build-debug/PISTACHE-prefix/src/PISTACHE/include/pistache/os.h:48:5: error: unknown type name 'cpu_set_t'
  17. cpu_set_t toPosix() const;
  18. ^
  19. 1 error generated.
  20. make[6]: *** [src/CMakeFiles/pistache.dir/common/cookie.cc.o] Error 1
  21. make[5]: *** [src/CMakeFiles/pistache.dir/all] Error 2
  22. make[4]: *** [all] Error 2
  23. make[3]: *** [PISTACHE-prefix/src/PISTACHE-stamp/PISTACHE-build] Error 2
  24. make[2]: *** [CMakeFiles/PISTACHE.dir/all] Error 2
  25. make[2]: *** Waiting for unfinished jobs....
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement