Input_line_1:1:10: fatal error: 'new' file not found

Hello, I would like to work with a software, in order to use that I have to install “root” on my laptop. I have already downloaded the latest version of this software on my laptop (Windows 10(64 bit)). Unfortunately, I have a problem and I faced an error(below). could you please guide me?


input_line_1:1:10: fatal error: 'new' file not found
#include <new>
         ^~~~~
Replaced symbol atexit cannot be found in JIT!
Replaced symbol at_quick_exit cannot be found in JIT!
Replaced symbol __dllonexit cannot be found in JIT!
Replaced symbol _onexit cannot be found in JIT!
input_line_3:37:10: fatal error: 'string' file not found
#include <string>
         ^~~~~~~~
input_line_7:1:10: fatal error: 'iostream' file not found
#include <iostream>
         ^~~~~~~~~~
root [0]
Processing C:\Users\moghi\AppData\Local\Temp\tmp9B47.tmp...
C:\Users\mo\AppData\Local\Temp\tmp9B47.tmp:3:48: error: invalid digit '9' in octal constant
TH1D* h = new TH1D("Anisotropy", "", 350, 0,0359, 0,9315);
                                               ^
root [1]

With the output you sent it is not easy to understand what you are really doing.
What is before input_line_1:1:10: fatal error: 'new' file not found ?

Can this be related to this?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.