gcc: locale convert error



I got the following compilation error:

,----
| g++ -c -DFD_SETSIZE=8192 -O2 -I../ipp/include -finput-charsetmake=cp932 vce.cpp -o objREL/vce.o
| In file included from vce.cpp:12:
| ../ipp/include/ipp.h:33:19: error: failure to convert cp932 to UTF-8
`----

Some of the source files are encoded by cp932. ipp is the intel
performance primitives, encoded by ascii. My locale is zh_CN.utf-8.

What is the problem here?

--
William

http://williamxu.net9.org
.


Quantcast