ShunChengWu / SceneGraphFusion

BSD 2-Clause "Simplified" License
160 stars 26 forks source link

no imgui.h #12

Closed Willforcv closed 2 years ago

Willforcv commented 2 years ago

fatal error: imgui.h: 没有那个文件或目录? Has anyone encountered this problem? thx

Willforcv commented 2 years ago

[ 83%] Linking CXX static library liblibGraphSLAM.a [ 83%] Built target libGraphSLAM [ 91%] Building CXX object app/GraphSLAM/CMakeFiles/exe_GraphSLAM.dir/main.cc.o In file included from /home/will/work/SceneGraphFusion/libGraphSLAM/../lib/../libGUI3D/libGUI3D/GUI3D.h:3:0, from /home/will/work/SceneGraphFusion/app/GraphSLAM/main.cc:19: /home/will/work/SceneGraphFusion/libGraphSLAM/../lib/../libGUI3D/libGUI3D/../libGUI/GUI.h:2:10: fatal error: imgui.h: 没有那个文件或目录

include "imgui.h"

      ^~~~~~~~~

compilation terminated. make[2]: [app/GraphSLAM/CMakeFiles/exe_GraphSLAM.dir/build.make:63:app/GraphSLAM/CMakeFiles/exe_GraphSLAM.dir/main.cc.o] 错误 1 make[1]: [CMakeFiles/Makefile2:209:app/GraphSLAM/CMakeFiles/exe_GraphSLAM.dir/all] 错误 2 make: *** [Makefile:84:all] 错误 2

Willforcv commented 2 years ago

Connect via proxy, and build ~

BIT-TYJ commented 2 years ago

hello,I met the same problem, I wonder what's the meaning of connecting via proxy, thank you !

PericlesHat commented 1 year ago

hello,I met the same problem, I wonder what's the meaning of connecting via proxy, thank you !

I think this might help. #29

dhxxoo commented 1 year ago

hi, i have the same problem. Did you solve it? Could you please tell me how to deal with it? Really appreciate it.

BIT-TYJ commented 1 year ago

hi, i have the same problem. Did you solve it? Could you please tell me how to deal with it? Really appreciate it.

this one may help, https://github.com/ShunChengWu/SceneGraphFusion/issues/29#issue-1604672543

dhxxoo commented 1 year ago

yeah, finally it works, thx.