Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build error #62

Open
yijing2050 opened this issue Mar 21, 2022 · 7 comments
Open

build error #62

yijing2050 opened this issue Mar 21, 2022 · 7 comments

Comments

@yijing2050
Copy link

/home/yijing/pakagegit/interactive_slam/devel/lib/libimgui.a(imgui_demo.cpp.o):imgui_demo.cpp:(.text+0xe291): 跟着更多未定义的参考到 ImGui::TableNextColumn()
/home/yijing/pakagegit/interactive_slam/devel/lib/libimgui.a(imgui_demo.cpp.o):在函数‘ShowDemoWindowTables()’中:
imgui_demo.cpp:(.text+0xe412):对‘ImGui::TableSetColumnIndex(int)’未定义的引用
imgui_demo.cpp:(.text+0xe47f):对‘ImGui::TableSetBgColor(int, unsigned int, int)’未定义的引用
/home/yijing/pakagegit/interactive_slam/devel/lib/libimgui.a(imgui_demo.cpp.o):在函数‘ShowDemoWindowWidgets()’中:
imgui_demo.cpp:(.text+0x1335f):对‘ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)’未定义的引用
imgui_demo.cpp:(.text+0x1339b):对‘ImGui::TableNextColumn()’未定义的引用
imgui_demo.cpp:(.text+0x133c7):对‘ImGui::EndTable()’未定义的引用
imgui_demo.cpp:(.text+0x133f5):对‘ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)’未定义的引用
imgui_demo.cpp:(.text+0x1343d):对‘ImGui::TableNextRow(int, float)’未定义的引用
imgui_demo.cpp:(.text+0x13442):对‘ImGui::TableNextColumn()’未定义的引用
imgui_demo.cpp:(.text+0x1346b):对‘ImGui::TableNextColumn()’未定义的引用
imgui_demo.cpp:(.text+0x1347e):对‘ImGui::TableNextColumn()’未定义的引用
imgui_demo.cpp:(.text+0x13497):对‘ImGui::EndTable()’未定义的引用
/home/yijing/pakagegit/interactive_slam/devel/lib/libimgui.a(imgui_demo.cpp.o):在函数‘ImGui::ShowDemoWindow(bool*)’中:
imgui_demo.cpp:(.text+0x1924f):对‘ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)’未定义的引用
imgui_demo.cpp:(.text+0x19273):对‘ImGui::EndTable()’未定义的引用
imgui_demo.cpp:(.text+0x19a5f):对‘ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)’未定义的引用
imgui_demo.cpp:(.text+0x19a6c):对‘ImGui::TableNextColumn()’未定义的引用
imgui_demo.cpp:(.text+0x19a84):对‘ImGui::TableNextColumn()’未定义的引用
imgui_demo.cpp:(.text+0x19a9c):对‘ImGui::TableNextColumn()’未定义的引用
imgui_demo.cpp:(.text+0x19ab4):对‘ImGui::TableNextColumn()’未定义的引用
imgui_demo.cpp:(.text+0x19acc):对‘ImGui::TableNextColumn()’未定义的引用
/home/yijing/pakagegit/interactive_slam/devel/lib/libimgui.a(imgui_demo.cpp.o):imgui_demo.cpp:(.text+0x19ae4): 跟着更多未定义的参考到 ImGui::TableNextColumn()
/home/yijing/pakagegit/interactive_slam/devel/lib/libimgui.a(imgui_demo.cpp.o):在函数‘ImGui::ShowDemoWindow(bool*)’中:
imgui_demo.cpp:(.text+0x19b5c):对‘ImGui::EndTable()’未定义的引用
/home/yijing/pakagegit/interactive_slam/devel/lib/libimgui.a(imgui_widgets.cpp.o):在函数‘ImGui::SeparatorEx(int)’中:
imgui_widgets.cpp:(.text+0x9c54):对‘ImGui::PushColumnsBackground()’未定义的引用
imgui_widgets.cpp:(.text+0x9ccb):对‘ImGui::PopColumnsBackground()’未定义的引用
/home/yijing/pakagegit/interactive_slam/devel/lib/libimgui.a(imgui_widgets.cpp.o):在函数‘ImGui::Separator()’中:
imgui_widgets.cpp:(.text+0x9f74):对‘ImGui::PushColumnsBackground()’未定义的引用
imgui_widgets.cpp:(.text+0x9ff9):对‘ImGui::PopColumnsBackground()’未定义的引用
/home/yijing/pakagegit/interactive_slam/devel/lib/libimgui.a(imgui_widgets.cpp.o):在函数‘ImGui::Selectable(char const*, bool, int, ImVec2 const&)’中:
imgui_widgets.cpp:(.text+0x15fd8):对‘ImGui::PushColumnsBackground()’未定义的引用
imgui_widgets.cpp:(.text+0x1628e):对‘ImGui::PopColumnsBackground()’未定义的引用
imgui_widgets.cpp:(.text+0x164ef):对‘ImGui::TablePopBackgroundChannel()’未定义的引用
imgui_widgets.cpp:(.text+0x1650f):对‘ImGui::TablePushBackgroundChannel()’未定义的引用
collect2: error: ld returned 1 exit status
interactive_slam/CMakeFiles/interactive_slam.dir/build.make:977: recipe for target '/home/yijing/pakagegit/interactive_slam/devel/lib/interactive_slam/interactive_slam' failed
make[2]: *** [/home/yijing/pakagegit/interactive_slam/devel/lib/interactive_slam/interactive_slam] Error 1
CMakeFiles/Makefile2:5061: recipe for target 'interactive_slam/CMakeFiles/interactive_slam.dir/all' failed
make[1]: *** [interactive_slam/CMakeFiles/interactive_slam.dir/all] Error 2
Makefile:140: recipe for target 'all' failed
make: *** [all] Error 2
Invoking "make -j16 -l16" failed
I don't know why. Is it right when we download thirdparty of Dear IMGUI and we can just use it without installing it?

@doche
Copy link

doche commented Nov 4, 2022

me too,how to install imgui lib, thanks..

@doche
Copy link

doche commented Nov 7, 2022

hi [yijing2050]:
have found the right way ? thanks..

@yijing2050
Copy link
Author

yijing2050 commented Nov 7, 2022 via email

@doche
Copy link

doche commented Nov 7, 2022

Yes,I have.You should download the right edition of it.

------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2022年11月7日(星期一) 下午2:00 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [SMRT-AIST/interactive_slam] build error (Issue #62) hi [yijing2050]: have found the right way ? thanks.. — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

the right imgui? the master version of imgui is wrong? which one is right?

@yijing2050
Copy link
Author

图片

@yijing2050
Copy link
Author

c077dd4 is the right edition of imgui!

Yes,I have.You should download the right edition of it.

------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2022年11月7日(星期一) 下午2:00 收件人: _@**._>; 抄送: _@.>; @._>; 主题: Re: [SMRT-AIST/interactive_slam] build error (Issue #62) hi [yijing2050]: have found the right way ? thanks.. — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: _@_.*>

the right imgui? the master version of imgui is wrong? which one is right?

@doche
Copy link

doche commented Nov 7, 2022

c077dd4 is the right edition of imgui!

Yes,I have.You should download the right edition of it.

------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2022年11月7日(星期一) 下午2:00 收件人: _@**._>; 抄送: _@.>; @._>; 主题: Re: [SMRT-AIST/interactive_slam] build error (Issue #62) hi [yijing2050]: have found the right way ? thanks.. — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: _@_.*>

the right imgui? the master version of imgui is wrong? which one is right?

have compiled successfully,thanks a lot . how to get the [hdl_400_dumped.tar.gz] ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants