Advertisement
hbar

Untitled

Jun 11th, 2013
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. Scanning dependencies of target wheel_core
  2. [ 5%] Building CXX object src/CMakeFiles/wheel_core.dir/core.cpp.o
  3. In file included from /Users/mattivapa/Dropbox/Koodailuja/wcl/src/core.cpp:7:
  4. In file included from /Users/mattivapa/Dropbox/Koodailuja/wcl/src/../include/wheel_core.h:11:
  5. /Users/mattivapa/Dropbox/Koodailuja/wcl/include/wheel_core_string.h:184:12: error: explicit
  6. specialization of non-template struct 'hash'
  7. struct hash<wheel::string>
  8. ^ ~~~~~~~~~~~~~~~
  9. In file included from /Users/mattivapa/Dropbox/Koodailuja/wcl/src/core.cpp:7:
  10. In file included from /Users/mattivapa/Dropbox/Koodailuja/wcl/src/../include/wheel_core.h:12:
  11. /Users/mattivapa/Dropbox/Koodailuja/wcl/include/wheel_core_utility.h:11:10: fatal error: 'cstdint' file
  12. not found
  13. #include <cstdint>
  14. ^
  15. 2 errors generated.
  16. make[2]: *** [src/CMakeFiles/wheel_core.dir/core.cpp.o] Error 1
  17. make[1]: *** [src/CMakeFiles/wheel_core.dir/all] Error 2
  18. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement