Advertisement
Guest User

Untitled

a guest
Mar 25th, 2017
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1. root@kali:~/Desktop/test# make
  2. Making all in regression
  3. make[1]: Entering directory '/root/Desktop/test/regression'
  4. make[1]: Nothing to be done for 'all'.
  5. make[1]: Leaving directory '/root/Desktop/test/regression'
  6. Making all in share
  7. make[1]: Entering directory '/root/Desktop/test/share'
  8. make[1]: Nothing to be done for 'all'.
  9. make[1]: Leaving directory '/root/Desktop/test/share'
  10. Making all in tournament
  11. make[1]: Entering directory '/root/Desktop/test/tournament'
  12. make[1]: Nothing to be done for 'all'.
  13. make[1]: Leaving directory '/root/Desktop/test/tournament'
  14. Making all in src
  15. make[1]: Entering directory '/root/Desktop/test/src'
  16. make all-recursive
  17. make[2]: Entering directory '/root/Desktop/test/src'
  18. Making all in util
  19. make[3]: Entering directory '/root/Desktop/test/src/util'
  20. make[3]: Nothing to be done for 'all'.
  21. make[3]: Leaving directory '/root/Desktop/test/src/util'
  22. Making all in hex
  23. make[3]: Entering directory '/root/Desktop/test/src/hex'
  24. g++ -DHAVE_CONFIG_H -I. -I../../src -pthread -I/usr/include -DABS_TOP_SRCDIR='"/root/Desktop/test"' -DDATADIR='"/usr/local/share/benzene"' -I/root/Desktop/test/fuego//gtpengine -I/root/Desktop/test/fuego//smartgame -I../../src/ -I../../src/util -O3 -g -DNDEBUG -DSUPPORT_13x13 -Wall -pedantic -ansi -Wextra -Wconversion -MT libhex_a-BoardUtil.o -MD -MP -MF .deps/libhex_a-BoardUtil.Tpo -c -o libhex_a-BoardUtil.o `test -f 'BoardUtil.cpp' || echo './'`BoardUtil.cpp
  25. BoardUtil.cpp: In function ‘benzene::HexPoint benzene::BoardUtil::RandomEmptyCell(const benzene::StoneBoard&)’:
  26. BoardUtil.cpp:114:20: error: ‘Global’ is not a member of ‘SgRandom’
  27. int randMove = SgRandom::Global().Int(count) + 1;
  28. ^~~~~~~~
  29. Makefile:531: recipe for target 'libhex_a-BoardUtil.o' failed
  30. make[3]: *** [libhex_a-BoardUtil.o] Error 1
  31. make[3]: Leaving directory '/root/Desktop/test/src/hex'
  32. Makefile:367: recipe for target 'all-recursive' failed
  33. make[2]: *** [all-recursive] Error 1
  34. make[2]: Leaving directory '/root/Desktop/test/src'
  35. Makefile:312: recipe for target 'all' failed
  36. make[1]: *** [all] Error 2
  37. make[1]: Leaving directory '/root/Desktop/test/src'
  38. Makefile:383: recipe for target 'all-recursive' failed
  39. make: *** [all-recursive] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement