Error building imgui, C++11 macro '__GLIBC_USE' is not defined #8325
Closed
AnonimiAngels
started this conversation in
New Users Build/Link/Run issues ONLY!
Replies: 2 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
0 replies
-
|
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, strcmpThen 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

Uh oh!
There was an error while loading. Please reload this page.
-
Build commands
And this is the cmakefile
Beta Was this translation helpful? Give feedback.
All reactions