installing castor_v3.0.1

Dear CASToR users
I have a problem when I install castor_v3.0.1 using Makefile.

after I type make -j I found this error :

"Compiling image/vDeformation.cc …
make: *** [Makefile:223: build/__src_dynamic/i1TCModel.o] Error 1
make: *** Waiting for unfinished jobs…"
How can I fix it?
Any answer will be highly appreciated!
Best regards

Hi,

There may be other error messages written above that.

They could provide clues about what is causing an error.

Simon

Please answer to the mailing list.

The error means that you set CASTOR_DEBUG.

You really should not do that unless you really know why you are doing it.

Just “unset CASTOR_DEBUG”, run “make clean” and run “make -j” again.

In the meantime, if you set CASTOR_VERBOSE, I suggest you unset it too.

Simon