Posts with tag real-stanford

No-rule-to-make-target-NvFlexReleaseCUDA_x64.a

2023-09-15
cloth-funnelsgithubreal-stanford

编译报错[ 42%] Building CXX object CMakeFiles/pyflex.dir/workspace/cloth-funnels/PyFlex/core/mesh.cpp.o make[2]: *** No rule to make target '/workspace/cloth-funnels/PyFlex/lib/linux64/NvFlexExtReleaseCUDA_x64.a', needed by 'pyflex.cpython-39-x86_64-linux-gnu.so'. Stop. make[2]: *** Waiting for unfinished jobs.... [ 47%] Building CXX object CMakeFiles/pyflex.dir/workspace/cloth-funnels/PyFlex/core/perlin.cpp.o这是因为 Pyclex 子仓库的 lib 文件夹和 external 文件夹有丢失。https://github.com/columbia-ai-robotics/flingbot从上面这个链接里 Pyflex/lib 和 external 文件夹拷贝过来就可编译成功了。编译成功日期:2023.9.14uname 结果:Linux julyfun-Lenovo-XiaoXinAir-14IIL-2020 5.19.0-46-generic #47~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Jun 21 15:35:31 UTC 2 x86_64 x86_64 x86_64 GNU/Linux显卡:MX350git-sha: 1fb231e0633b0603eb940aec130ab903e41c2d0

no-gl-h

2023-09-15
cloth-funnelsgithubreal-stanford

FaultIn file included from /home/xuehan/Documents/GitHub/real-stanford/cloth-funnels/cloth_funnels/PyFlex/bindings/opengl/shader.cpp:28: /home/xuehan/Documents/GitHub/real-stanford/cloth-funnels/cloth_funnels/PyFlex/bindings/opengl/shader.h:50:10: fatal error: GL/gl.h: No such file or directory 50 | #include <GL/gl.h> | ^~~~~~~~~ compilation terminated. make[2]: *** [CMakeFiles/pyflex.dir/build.make:271: CMakeFiles/pyflex.dir/opengl/shader.cpp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... In file included from /home/xuehan/Documents/GitHub/real-stanford/cloth-funnels/cloth_funnels/PyFlex/bindings/opengl/imguiRenderGL.cpp:25: /home/xuehan/Documents/GitHub/real-stanford/cloth-funnels/cloth_funnels/PyFlex/bindings/opengl/shader.h:50:10: fatal error: GL/gl.h: No such file or directory 50 | #include <GL/gl.h> | ^~~~~~~~~ compilation terminated. make[2]: *** [CMakeFiles/pyflex.dir/build.make:258: CMakeFiles/pyflex.dir/opengl/imguiRenderGL.cpp.o] Error 1 In file included from /home/xuehan/Documents/GitHub/real-stanford/cloth-funnels/cloth_funnels/PyFlex/bindings/opengl/../../external/glad/src/glad_egl.c:160, from /home/xuehan/Documents/GitHub/real-stanford/cloth-funnels/cloth_funnels/PyFlex/bindings/opengl/shadersGL.cpp:39: /home/xuehan/Documents/GitHub/real-stanford/cloth-funnels/cloth_funnels/PyFlex/bindings/opengl/../../external/glad/src/../include/glad/glad_egl.h:199:10: fatal error: EGL/eglplatform.h: No such file or directory 199 | #include <EGL/eglplatform.h>Solsudo apt install freeglut3-de

No more posts to load.