Advertisement

解决/usr/include/xlocale.h:27:16的问题

阅读量:

介绍

在编译libinput过程中,遇到了以下错误信息

复制代码
    In file included from ../src/util-strings.h:43,
                 from ../src/util-strings.c:27:
    /usr/include/xlocale.h:27:16: error: redefinition of ‘struct __locale_struct’
     typedef struct __locale_struct
                ^~~~~~~~~~~~~~~
    In file included from /usr/include/aarch64-linux-gnu/bits/types/locale_t.h:22,
                 from /usr/include/ctype.h:237,
                 from ../src/util-strings.h:30,
                 from ../src/util-strings.c:27:
    /usr/include/aarch64-linux-gnu/bits/types/__locale_t.h:28:8: note: originally d

全部评论 (0)

还没有任何评论哟~