REST_v2 cannot be installed anymore

REST version : v2.2.11_dev.
REST commit : 20db6af9.

Hello,

This morning I compiled and installed REST_v2 without any problem. Then, I git clone “IAXOD0-REST” directory and after that I git pulled REST_v2. I tried to recompile and install REST but I cannot anymore. It seems there is a problem with the garfield softwre but I don’t really understand what exactly.

Attached, you can find the error message I get.

Thank you in advance for your answer,

Eve

Hi Eve,

Does /home/eve/apps/garfieldpp/Install/lib/libGarfield.so exist? It looks like it is trying to link to libGarfield.so, and as it does not find it, then it tries to find a cmake rule to compile it, but libGarfield.so is external.

Yes, you’re right it is the reason why it didn’t work.
Actually, is is strange because my directory garfieldpp does not exist anymore. I guess I did a remove mestakenly.

Thank you Javier