Seti@Home optimized science apps and information

Optimized Seti@Home apps => Windows => Topic started by: Raistmer on 06 Sep 2007, 08:52:23 am

Title: Compilation errors with opt app for windows, please help
Post 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)
Title: Re: Compilation errors with opt app for windows, please help
Post by: Crunch3r on 08 Sep 2007, 03:30:20 pm
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


Title: Re: Compilation errors with opt app for windows, please help
Post by: Raistmer on 08 Sep 2007, 06:39:44 pm
Thank you!