我正在使用MinGW在
Windows上编译Botan,并且在编译期间收到以下错误:
- c:\qt\2010.04\mingw\bin\../lib/gcc/mingw32/4.4.0/include/c++/cwchar:159: error:
- '::swprintf' has not been declared
- c:\qt\2010.04\mingw\bin\../lib/gcc/mingw32/4.4.0/include/c++/cwchar:166: error:
- '::vswprintf' has not been declared
为什么没有声明swprintf和vswprintf,我该如何解决?