Hello all,
I am attempting to get Root up and running on my Windows machine (if this fails I guess I will partition my hard drive to run Linux). I see there have been a few questions on this but the responses don’t quite address my situation.
I am getting the below error when I run Root from the VS x86 Command Prompt:
C:\root_v6.26.00\bin>root.exe
input_line_1:1:10: fatal error: ‘new’ file not found
#include
^~~~~
Assertion failed: OldBuilder->DeferredDeclsToEmit.empty() && “Should have emitted all decls deferred to emit.”, file C:\build\ws\BUILDTYPE\Debug\LABEL\windows10\V\6-26\root\interpreter\llvm\src\tools\clang\lib\CodeGen\ModuleBuilder.cpp, line 147
ROOT Version: 6.26.00
Platform: windows 10
_Compiler:_visual studio 2019 (Windows x86 Command Prompt)
Dependencies: Visual Studio 2019 C++, CMake, Python, Windows SDK
I do not know if my issue is opening Root from the wrong file or using the wrong command, or if my dependencies are not in the right files, or if I built it incorrectly from the .exe.
Thank you all, please be gentle, I don’t know VS or Root that well yet.