Advertisement
LuMoVo

./bootstrap issue

Jul 29th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.12 KB | None | 0 0
  1.  @Luke:~/cmake-3.12.0$ sudo ./bootstrap --system-curl --prefix=/usr/local/
  2. ------------------------------------------------------------------------------------------
  3. CMake 3.12.0, Copyright 2000-2018 Kitware, Inc. and Contributors
  4. Warning: This is an in-source build
  5. Found GNU toolchain
  6. C compiler on this system is: gcc      
  7. C++ compiler on this system is: g++  -std=gnu++1y    
  8. Makefile processor on this system is: make
  9. g++ has setenv
  10. g++ has unsetenv
  11. g++ does not have environ in stdlib.h
  12. g++ has stl wstring
  13. g++ has <ext/stdio_filebuf.h>
  14. ---------------------------------------------
  15. g++  -std=gnu++1y         -I/home/luke/cmake-3.12.0/Bootstrap.cmk   -I/home/luke/cmake-3.12.0/Source   -I/home/luke/cmake-3.12.0/Source/LexerParser   -I/home/luke/cmake-3.12.0/Utilities  -c /home/luke/cmake-3.12.0/Source/cmAddCustomCommandCommand.cxx -o cmAddCustomCommandCommand.o
  16. In file included from /home/luke/cmake-3.12.0/Source/cmTarget.h:16:0,
  17.                  from /home/luke/cmake-3.12.0/Source/cmGlobalGenerator.h:21,
  18.                  from /home/luke/cmake-3.12.0/Source/cmAddCustomCommandCommand.cxx:11:
  19. /home/luke/cmake-3.12.0/Source/cmAlgorithms.h:175:12: error: expected ‘;’ at end of member declaration
  20.    cmRange& advance(KWIML_INT_intptr_t amount)
  21.             ^
  22. /home/luke/cmake-3.12.0/Source/cmAlgorithms.h:175:39: error: expected ‘)’ before ‘amount’
  23.    cmRange& advance(KWIML_INT_intptr_t amount)
  24.                                        ^
  25. /home/luke/cmake-3.12.0/Source/cmAlgorithms.h:181:12: error: expected ‘;’ at end of member declaration
  26.    cmRange& retreat(KWIML_INT_intptr_t amount)
  27.             ^
  28. /home/luke/cmake-3.12.0/Source/cmAlgorithms.h:181:39: error: expected ‘)’ before ‘amount’
  29.    cmRange& retreat(KWIML_INT_intptr_t amount)
  30.                                        ^
  31. make: *** [cmAddCustomCommandCommand.o] Error 1
  32. ---------------------------------------------
  33. Error when bootstrapping CMake:
  34. Problem while running make
  35. ---------------------------------------------
  36. Log of errors: /home/luke/cmake-3.12.0/Bootstrap.cmk/cmake_bootstrap.log
  37. ---------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement