Hi, @durochat Thanks for your reply.
I have download the source code and the system is ubuntu18.04. After I run the 'make', the error oucred:
taichi_mpm-master/src/articulation.h:8:10: fatal error: 'taichi/dynamics/rigid_body.h' file not found
#include <taichi/dynamics/rigid_body.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
CMakeFiles/taichi_mpm.dir/build.make:62: recipe for target 'CMakeFiles/taichi_mpm.dir/src/articulation.o' failed
make[2]: *** [CMakeFiles/taichi_mpm.dir/src/articulation.o] Error 1
CMakeFiles/Makefile2:68: recipe for target 'CMakeFiles/taichi_mpm.dir/all' failed
make[1]: *** [CMakeFiles/taichi_mpm.dir/all] Error 2
Makefile:129: recipe for target 'all' failed
make: *** [all] Error 2
Actually,there is no module 'taichi/dynamics' in the source code. So I am confused .
Thanks a lot.
Hi, @durochat Thanks for your reply.
I have download the source code and the system is ubuntu18.04. After I run the 'make', the error oucred:
taichi_mpm-master/src/articulation.h:8:10: fatal error: 'taichi/dynamics/rigid_body.h' file not found
#include <taichi/dynamics/rigid_body.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
CMakeFiles/taichi_mpm.dir/build.make:62: recipe for target 'CMakeFiles/taichi_mpm.dir/src/articulation.o' failed
make[2]: *** [CMakeFiles/taichi_mpm.dir/src/articulation.o] Error 1
CMakeFiles/Makefile2:68: recipe for target 'CMakeFiles/taichi_mpm.dir/all' failed
make[1]: *** [CMakeFiles/taichi_mpm.dir/all] Error 2
Makefile:129: recipe for target 'all' failed
make: *** [all] Error 2
Actually,there is no module 'taichi/dynamics' in the source code. So I am confused .
Thanks a lot.