Advertisement
GregLeblanc

Untitled

Feb 15th, 2025
10
0
359 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. Executing task: C/C++: clang++ build active file
  2.  
  3. Starting build...
  4. /usr/bin/clang++ -std=gnu++14 -fcolor-diagnostics -fansi-escape-codes -g '/Users/leblanc/Library/CloudStorage/OneDrive-OhioUniversity/Documents/PHYS 3702/root-on-vscode/hsimple.C' -o '/Users/leblanc/Library/CloudStorage/OneDrive-OhioUniversity/Documents/PHYS 3702/root-on-vscode/hsimple' --include-directory=/opt/homebrew/Cellar/root/6.32.08/include/root
  5. In file included from /Users/leblanc/Library/CloudStorage/OneDrive-OhioUniversity/Documents/PHYS 3702/root-on-vscode/hsimple.C:22:
  6. In file included from /opt/homebrew/Cellar/root/6.32.08/include/root/TFile.h:27:
  7. In file included from /opt/homebrew/Cellar/root/6.32.08/include/root/Compression.h:15:
  8. In file included from /opt/homebrew/Cellar/root/6.32.08/include/root/RtypesCore.h:23:
  9. In file included from /opt/homebrew/Cellar/root/6.32.08/include/root/ROOT/RConfig.hxx:23:
  10. /opt/homebrew/Cellar/root/6.32.08/include/root/RConfigure.h:30:4: warning: "The C++ standard in this build does not match ROOT configuration (201703L); this might cause unexpected issues" [-W#warnings]
  11. # warning "The C++ standard in this build does not match ROOT configuration (201703L); this might cause unexpected issues"
  12. ^
  13. In file included from /Users/leblanc/Library/CloudStorage/OneDrive-OhioUniversity/Documents/PHYS 3702/root-on-vscode/hsimple.C:22:
  14. In file included from /opt/homebrew/Cellar/root/6.32.08/include/root/TFile.h:27:
  15. In file included from /opt/homebrew/Cellar/root/6.32.08/include/root/Compression.h:15:
  16. In file included from /opt/homebrew/Cellar/root/6.32.08/include/root/RtypesCore.h:23:
  17. /opt/homebrew/Cellar/root/6.32.08/include/root/ROOT/RConfig.hxx:48:2: error: "ROOT requires support for C++17 or higher."
  18. #error "ROOT requires support for C++17 or higher."
  19. ^
  20. /opt/homebrew/Cellar/root/6.32.08/include/root/ROOT/RConfig.hxx:50:2: error: "Pass `-std=c++17` as compiler argument."
  21. #error "Pass `-std=c++17` as compiler argument."
  22. ^
  23. 1 warning and 2 errors generated.
  24.  
  25. Build finished with error(s).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement