Guest User

Untitled

a guest
Mar 17th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. Harshits-Air:root harshitprasad$ cmake ../root
  2. -- Found a Mac OS X System 10.13
  3. -- Found a 64bit system
  4. -- Found LLVM compiler collection
  5. -- ROOT Platform: macosx
  6. -- ROOT Architecture: macosx64
  7. -- Build Type: RelWithDebInfo
  8. -- Compiler Flags: -Wc++11-narrowing -Wsign-compare -Wsometimes-uninitialized -Wconditional-uninitialized -Wheader-guard -Warray-bounds -Wcomment -Wtautological-compare -Wstrncat-size -Wloop-analysis -Wbool-conversion -m64 -pipe -W -Wshadow -Wall -Woverloaded-virtual -fsigned-char -fno-common -Qunused-arguments -pthread -std=c++11 -stdlib=libc++ -O2 -g -DNDEBUG
  9. CMake Error at cmake/modules/RootNewMacros.cmake:1041 (message):
  10. ROOT should be built as an out of source build, to keep the source
  11. directory clean. Please create a extra build directory and run the command
  12. 'cmake <path_to_source_dir>' in this newly created directory. You have
  13. also to delete the directory CMakeFiles and the file CMakeCache.txt in the
  14. source directory. Otherwise cmake will complain even if you run it from an
  15. out-of-source directory.
  16. Call Stack (most recent call first):
  17. CMakeLists.txt:107 (ROOT_CHECK_OUT_OF_SOURCE_BUILD)
  18.  
  19. cd ..
  20. mkdir build
  21. cd build
  22. cmake ../root
Add Comment
Please, Sign In to add comment