Error: Function Senserope() is not defined in current scope

Hi everyone,

I have a .C file which used to work apparently but for some reasons it doesn’t work when I run it .x but I can still load it. Here is what I got; Error: Function Senserope() is not defined in current scope :0:
I upgraded mu ubuntu lately. Is it possible that has something to do with my c compiler or …?
Here is my script, attached.

Cheers,
P.
Senserope.C (1.94 KB)

In your “Senserope.C” file, add a small dummy function in form:
void Senserope(void) {}