C++学习(三七九)use of undeclared identifier ‘ICONV_SET_DISCARD_ILSEQ‘

Posted hankern

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了C++学习(三七九)use of undeclared identifier ‘ICONV_SET_DISCARD_ILSEQ‘相关的知识,希望对你有一定的参考价值。

clang的iconv.h无此定义

iconv的iconv.h有该定义,但是在一个宏监测里面

#ifndef LIBICONV_PLUG

#define ICONV_SET_DISCARD_ILSEQ   4  /* const int *argument */

#endif

解决办法:将src目录下Makefile中的CPPFLAGS = -DLIBICONV_PLUG注释掉

以上是关于C++学习(三七九)use of undeclared identifier ‘ICONV_SET_DISCARD_ILSEQ‘的主要内容,如果未能解决你的问题,请参考以下文章

C++学习(四九一)use of undeclared identifier ‘S_IREAD‘

swig c++ to python (with numpy): error: use of undeclared identifier 'import_array'

c语言出现Use of undeclared identifier 问题

swift创建对象use of undeclared type 自己的类

#编译问题# 01 | error: use of undeclared identifier ‘nftw‘

#编译问题# 01 | error: use of undeclared identifier ‘nftw‘