Seti@Home optimized science apps and information
Optimized Seti@Home apps => Windows => Topic started by: Raistmer on 06 Sep 2007, 08:52:23 am
-
I use IPP 5.2.063 (IA-32 one), evaluation.
And got such error:
..\analyzeFuncs.cpp(70): catastrophic error: could not open source file "ipp_w7.h"
And indeed, there are no ipp_* include files in include directory of my IPP installation (no such file on my whole HDD :) )
Something wrong with my compiler/IPP installation or it's needed to change sources/use new ones? (currently I try to build kwsn-seti_boinc-5.15-win-1.31 variant)
-
I use IPP 5.2.063 (IA-32 one), evaluation.
And got such error:
..\analyzeFuncs.cpp(70): catastrophic error: could not open source file "ipp_w7.h"
And indeed, there are no ipp_* include files in include directory of my IPP installation (no such file on my whole HDD :) )
Something wrong with my compiler/IPP installation or it's needed to change sources/use new ones? (currently I try to build kwsn-seti_boinc-5.15-win-1.31 variant)
Evaluation versions of IPP do not contain the header files and libraries for static binaries.
So no ipp_w7.h available. On the eval version cpu functions will be chosen by a runtime dispatcher.
HTH
-
Thank you!