在Qt Creator中使用IPP建立问题的应用程序

时间:2019-06-12 18:51:22

标签: c++ intel-ipp

我正在尝试使用Windows 10的Qt Creator 5.12.3中的IPP库构建一个简单的应用程序。我正在使用MinGW编译器。当我包含ipp.h时,这真令人窒息。错误出现在ippdefs.h保护的__cplusplus的第一行:

#ifdef __cplusplus
extern "C" {
#endif

这是错误:

C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2019.4.245\windows\ipp\include\ippdefs.h:36: error: expected unqualified-id before        string constant
                  extern "C" {
                      ^~~

就像extern关键字被重新定义一样。这在IPP中是已知的吗?有任何已知的解决方法吗?

0 个答案:

没有答案