yes I also have linking issues #7951
Closed
UltraBlackLinux
started this conversation in
Build/Link/Run/Fonts issues ONLY!
Replies: 1 comment 3 replies
-
The linker is doing its thing. You’re just not linking with anything else than the compiled output of main.cpp. Someone will probably come up with a longer answer but you need to compile imgui sources and link them, and its backends as well. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I don't see what's wrong...
Autocompletion works alright and that's generated via
compile_commands.json
so it's definitely able to find the library, but the darn linker is not doing its thing.Any ideas?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions