gcc -O2 -fPIC -I/usr/include -c lutf8lib.c -o lutf8lib.o
In file included from lutf8lib.c:116:
unidata.h:9: error: redefinition of typedef 'utfint'
lutf8lib.c:14: note: previous declaration of 'utfint' was here
We can use the feature that redefinition of typedef from C11.
However, CentOS6's GCC does not support C11. Therefore luautf8 occurs compile error.
Hello, luautf8 occurs compile error on CentOS6.
We can use the feature that redefinition of typedef from C11. However, CentOS6's GCC does not support C11. Therefore luautf8 occurs compile error.
Thanks,