Open Files in Scientific Linux 6 to Test ROOT

Hi everyone! I hope you are fine.

I installed ROOT 5.34.36 on Scientific Linux 6 running Virtual Box. I have already make all the steps of the set up incluided the build and the installation and all work well. ( I guess) . Even I installed an additional library able to convert .wav to .txt.
But to prove that I need to run the tutorials and the test. I don’t know how to do it. Always the software ask me for the files located in the macros folder.

How can I do this?

Thank you very much.

What error message do you get?
If you just type the command root, does root start without any error messages?
If you cd to the tutorials folder and then type "root " does this work or not?

I tried to reinstall and set up again on Ubuntu. And that’s the problem when I try to run FFT tutorial. It is the exact problem which I’m dealing with I try to run FFT on .exe version on Windows 10.

Obviously the images that appear empties are the non-functional ones. The other is the correct, that is running on Scientific Linux 6.

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

You’re missing libFFTW on the two failing machines - look how ROOT tells you that it cannot load the library.

I don’t know where you got your ROOT from - but if you build it yourself, make sure “fftw” is enabled -Dfftw=On and shown as an enabled module.