Advertisement
GregLeblanc

Untitled

Feb 15th, 2025
10
0
359 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 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'
  5. /Users/leblanc/Library/CloudStorage/OneDrive-OhioUniversity/Documents/PHYS 3702/root-on-vscode/hsimple.C:22:10: fatal error: 'TFile.h' file not found
  6. #include <TFile.h>
  7. ^~~~~~~~~
  8. 1 error generated.
  9.  
  10. Build finished with error(s).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement