Error building imgui, C++11 macro '__GLIBC_USE' is not defined #8325
Closed
AnonimiAngels
started this conversation in
Build/Link/Run/Fonts issues ONLY!
Replies: 2 comments 1 reply
-
I'm not exactly sure what your problem is, but including If you cannot compile a source that simply contains: #include <float.h> // FLT_MIN, FLT_MAX
#include <stdarg.h> // va_list, va_start, va_end
#include <stddef.h> // ptrdiff_t, NULL
#include <string.h> // memset, memmove, memcpy, strlen, strchr, strcpy, strcmp Then you have an issue in your build setup that is not specific to dear imgui. Try to narrow it down by e.g. creating such .cpp file, see if it build with your build script and/or with a manual command-line etc. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Build commands
And this is the cmakefile
Beta Was this translation helpful? Give feedback.
All reactions