Advertisement
Guest User

Untitled

a guest
Sep 6th, 2017
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. In file included from /usr/include/string.h:152:0,
  2. from ../git/localedef/include/string.h:1,
  3. from glibc/locale/programs/ld-numeric.c:23:
  4. /usr/include/bits/types/locale_t.h:24:20: error: conflicting types for 'locale_t'
  5. typedef __locale_t locale_t;
  6. ^~~~~~~~
  7. In file included from glibc/locale/langinfo.h:591:0,
  8. from glibc/locale/programs/ld-numeric.c:22:
  9. glibc/locale/xlocale.h:42:20: note: previous declaration of 'locale_t' was here
  10. typedef __locale_t locale_t;
  11. ^~~~~~~~
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement