Advertisement
Guest User

Untitled

a guest
Mar 10th, 2014
584
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. Scanning dependencies of target coalescingtest
  2. [ 6%] Building CXX object examples/CMakeFiles/coalescingtest.dir/coalescingtest.cpp.o
  3. /root/tmp/code/trunk/examples/coalescingtest.cpp: In function ‘void show_result(int, int)’:
  4. /root/tmp/code/trunk/examples/coalescingtest.cpp:222:5: error: reference to ‘int64_t’ is ambiguous
  5. In file included from /usr/include/stdlib.h:314:0,
  6. from /usr/include/c++/4.7/cstdlib:66,
  7. from /usr/include/boost/config/platform/linux.hpp:15,
  8. from /usr/include/boost/config.hpp:53,
  9. from /usr/include/boost/detail/workaround.hpp:41,
  10. from /usr/include/boost/format.hpp:19,
  11. from /root/tmp/code/trunk/examples/coalescingtest.cpp:25:
  12. /usr/include/x86_64-linux-gnu/sys/types.h:197:1: error: candidates are: typedef long int int64_t
  13. In file included from /usr/include/boost/date_time/compiler_config.hpp:54:0,
  14. from /usr/include/boost/date_time/posix_time/posix_time.hpp:14,
  15. from /root/tmp/code/trunk/examples/coalescingtest.cpp:26:
  16. /usr/include/boost/cstdint.hpp:308:50: error: typedef boost::long_long_type boost::int64_t
  17. /root/tmp/code/trunk/examples/coalescingtest.cpp:222:13: error: expected ‘;’ before ‘bytes’
  18. /root/tmp/code/trunk/examples/coalescingtest.cpp:223:29: error: ‘bytes’ was not declared in this scope
  19. make[2]: *** [examples/CMakeFiles/coalescingtest.dir/coalescingtest.cpp.o] Error 1
  20. make[1]: *** [examples/CMakeFiles/coalescingtest.dir/all] Error 2
  21. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement