Hello,
I am trying to build a Qt/C++ application in Ubuntu 20.04 using QtCreator that includes references to the IPP 9.0 legacy includes. However I am receiving many errors during compilation. Here are a few of the errors:
../OpenSource/Intel/IPP/Legacy_9.0.0/include/ippac90legacy.h:-1: At global scope:
../OpenSource/Intel/IPP/Legacy_9.0.0/include/ippac90legacy.h:777: error: expected initializer before ‘legacy90ippacInit’
777 | LEGACY90IPPAPI( IppStatus, legacy90ippacInit, ( void ))
| ^~~~~~~~~~~~~~~~~
../OpenSource/Intel/IPP/Legacy_9.0.0/include/ippdefs90legacy.h:92: in definition of macro ‘LEGACY90IPPAPI’
92 | IPP_LEGACY_WRN type __STDCALL name arg;
| ^~~~
We would greatly appreciate any help that can be provided!
Thank you.
Link Copied
Hello,
IPP 9.0 was an very old version. I am afraid we do not support it any more. May I ask why not update your IPP to the new version?
Regards,
Ruqiu
For more complete information about compiler optimizations, see our Optimization Notice.