Maybe there's a simple answer to this, but I have researched to my wits end and I cannot find anything that has worked so far. I've been trying to compile chrono from source(from my understanding, installing PyChrono from Anaconda left dependencies, which I tried to fix but a dependency on SolidWorks would require paying, hence compiling from source).
I was following this guide here. I installed Eigen, the C++ compiler, CMake, cloned the Git repo, and downloaded the Irrlicht library, and ran CMake just fine; however, when I tried to sudo make within the chrono-build, I hit a permission denied despite even going as far as to enable su. I've tried chmod 777 -R
, moving it to a local library within /tmp - none of it has worked. From what I understand this seems like an NFS root squash problem, but other solutions don't seem to be working.
System information: sudo/su root access, Ubuntu 20.04
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…