Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Executing task: C/C++: clang++ build active file
- Starting build...
- /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
- In file included from /Users/leblanc/Library/CloudStorage/OneDrive-OhioUniversity/Documents/PHYS 3702/root-on-vscode/hsimple.C:22:
- In file included from /opt/homebrew/Cellar/root/6.32.08/include/root/TFile.h:27:
- In file included from /opt/homebrew/Cellar/root/6.32.08/include/root/Compression.h:15:
- In file included from /opt/homebrew/Cellar/root/6.32.08/include/root/RtypesCore.h:23:
- In file included from /opt/homebrew/Cellar/root/6.32.08/include/root/ROOT/RConfig.hxx:23:
- /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]
- # warning "The C++ standard in this build does not match ROOT configuration (201703L); this might cause unexpected issues"
- ^
- In file included from /Users/leblanc/Library/CloudStorage/OneDrive-OhioUniversity/Documents/PHYS 3702/root-on-vscode/hsimple.C:22:
- In file included from /opt/homebrew/Cellar/root/6.32.08/include/root/TFile.h:27:
- In file included from /opt/homebrew/Cellar/root/6.32.08/include/root/Compression.h:15:
- In file included from /opt/homebrew/Cellar/root/6.32.08/include/root/RtypesCore.h:23:
- /opt/homebrew/Cellar/root/6.32.08/include/root/ROOT/RConfig.hxx:48:2: error: "ROOT requires support for C++17 or higher."
- #error "ROOT requires support for C++17 or higher."
- ^
- /opt/homebrew/Cellar/root/6.32.08/include/root/ROOT/RConfig.hxx:50:2: error: "Pass `-std=c++17` as compiler argument."
- #error "Pass `-std=c++17` as compiler argument."
- ^
- 1 warning and 2 errors generated.
- Build finished with error(s).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement