Problem with ROOT on Mac OS X 10.4.11

HI,
i installed ROOT on my mac but when i try to run my script i get this error:

“Error in TApplication::ExecuteFile: macro test_debug.c not found in path .:/Applications/root/macros:”

i don’t know what to do.

and where is this script? In your current directory or in /Applications/root/macros?

– Fons

1 Like

[quote=“rdm”]and where is this script? In your current directory or in /Applications/root/macros?

– Fons[/quote]

the script is in a folder in the documents directory…

In that case you have to specify the full path or add your Document path to ~/.rootrc, like:

Root.MacroPath: .:$(ROOTSYS)/macros:/Users/xxxx/Documents

Cheers, Fons.

1 Like

[quote=“rdm”]In that case you have to specify the full path or add your Document path to ~/.rootrc, like:

Root.MacroPath: .:$(ROOTSYS)/macros:/Users/xxxx/Documents

Cheers, Fons.[/quote]

i must apologize for my lack of knowledge but i haven’t a folder named rootrc…sorry i’m not keen on programming so i need all the instructions… if this takes you too much time, no problem i really appreciated your help…

cheers,
valentina

You have to create this file, it does not exist before.

Cheers, Fons.

Exume me, but i can put my file into this directory: root/macros, it is all right?