<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Hello!  in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/failed-in-building-intel-IPP7-1-samples/m-p/957097#M19197</link>
    <description>Hello! 

"Unix Makefiles" are not available on Windows (excluding cygwin option).
"Not searching for unused variables given on the command line." - this is just a WARNING from CMake, which means don't warn about command line options. It's OK!

1. To get native VS2010 solutions - use "&lt;B&gt;vc2010&lt;/B&gt;" configurator:
    perl build.pl --cmake=uic,intel64,&lt;B&gt;vc2010&lt;/B&gt;,d,mt,debug --build --clean
2. To get native NMake Makefiles (makefiles for Windows) use "&lt;B&gt;nmake&lt;/B&gt;":
    perl build.pl --cmake=uic,intel64,&lt;B&gt;nmake&lt;/B&gt;,d,mt,debug --build --clean


Can you run this command and attach log.txt?
   perl build.pl --cmake=uic,intel64,vc2010,d,mt,debug --build --clean &amp;gt; log.txt 2&amp;gt;&amp;amp;1

Best Regards.</description>
    <pubDate>Mon, 26 Nov 2012 07:09:00 GMT</pubDate>
    <dc:creator>Anton_S_Intel</dc:creator>
    <dc:date>2012-11-26T07:09:00Z</dc:date>
    <item>
      <title>failed in building intel IPP7.1 samples</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/failed-in-building-intel-IPP7-1-samples/m-p/957095#M19195</link>
      <description>&lt;P&gt;Hi ,I'm trying to build the Intel® IPP 7.1 Samples,but when I input the commnd "perl build.pl --cmake=uic,intel64,make,d,mt,debug --build --clean ",I am getting the following error:CMake was unable to find a build program corresponding to "Unix Mkae files". CMAKE_MAKE_PROGRSM is not set. You probably need to select a different build tool. When I input "perl build.pl --cmake=uic,intel64,vc2010,d,mt,debug --build --clean ", I am getting the following error:Not searching for unused variables given on the commad line.........,&lt;/P&gt;
&lt;P&gt;my system win7 64bit ,core i-3,vs2010,Please help me in building. I want to use VS2010 IDE for working with IPP&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;
&lt;P&gt;pan&lt;/P&gt;</description>
      <pubDate>Sun, 25 Nov 2012 07:58:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/failed-in-building-intel-IPP7-1-samples/m-p/957095#M19195</guid>
      <dc:creator>pan__xiao</dc:creator>
      <dc:date>2012-11-25T07:58:58Z</dc:date>
    </item>
    <item>
      <title>This is the error picture!</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/failed-in-building-intel-IPP7-1-samples/m-p/957096#M19196</link>
      <description>This is the error picture!</description>
      <pubDate>Sun, 25 Nov 2012 08:03:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/failed-in-building-intel-IPP7-1-samples/m-p/957096#M19196</guid>
      <dc:creator>pan__xiao</dc:creator>
      <dc:date>2012-11-25T08:03:19Z</dc:date>
    </item>
    <item>
      <title>Hello!</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/failed-in-building-intel-IPP7-1-samples/m-p/957097#M19197</link>
      <description>Hello! 

"Unix Makefiles" are not available on Windows (excluding cygwin option).
"Not searching for unused variables given on the command line." - this is just a WARNING from CMake, which means don't warn about command line options. It's OK!

1. To get native VS2010 solutions - use "&lt;B&gt;vc2010&lt;/B&gt;" configurator:
    perl build.pl --cmake=uic,intel64,&lt;B&gt;vc2010&lt;/B&gt;,d,mt,debug --build --clean
2. To get native NMake Makefiles (makefiles for Windows) use "&lt;B&gt;nmake&lt;/B&gt;":
    perl build.pl --cmake=uic,intel64,&lt;B&gt;nmake&lt;/B&gt;,d,mt,debug --build --clean


Can you run this command and attach log.txt?
   perl build.pl --cmake=uic,intel64,vc2010,d,mt,debug --build --clean &amp;gt; log.txt 2&amp;gt;&amp;amp;1

Best Regards.</description>
      <pubDate>Mon, 26 Nov 2012 07:09:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/failed-in-building-intel-IPP7-1-samples/m-p/957097#M19197</guid>
      <dc:creator>Anton_S_Intel</dc:creator>
      <dc:date>2012-11-26T07:09:00Z</dc:date>
    </item>
    <item>
      <title>I have investigated your log</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/failed-in-building-intel-IPP7-1-samples/m-p/957098#M19198</link>
      <description>I have investigated your log.txt file and these is such a line:
"&lt;B&gt;Intel(R) IPP was not found (required)!&lt;/B&gt;". 

This means you don't have IPP installed or %IPPROOT% environment variable isn't set.
Before build, you must call IPP or Composer environment. 
Please refer to Documentation/ipp-samples.html, section "Installation and Build". 

Best Regards.</description>
      <pubDate>Mon, 26 Nov 2012 08:11:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/failed-in-building-intel-IPP7-1-samples/m-p/957098#M19198</guid>
      <dc:creator>Anton_S_Intel</dc:creator>
      <dc:date>2012-11-26T08:11:00Z</dc:date>
    </item>
    <item>
      <title>FYI,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/failed-in-building-intel-IPP7-1-samples/m-p/957099#M19199</link>
      <description>FYI, 
The on-line article about building IPP  sample: &lt;A href="http://software.intel.com/en-us/articles/building-intel-ipp-71-samples" target="_blank"&gt;http://software.intel.com/en-us/articles/building-intel-ipp-71-samples&lt;/A&gt;
some issues in forum: &lt;A href="http://software.intel.com/en-us/forums/topic/339934" target="_blank"&gt;http://software.intel.com/en-us/forums/topic/339934&lt;/A&gt;
&lt;A href="http://software.intel.com/en-us/forums/topic/341564" target="_blank"&gt;http://software.intel.com/en-us/forums/topic/341564&lt;/A&gt;

Best Regards,
Ying</description>
      <pubDate>Thu, 29 Nov 2012 08:51:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/failed-in-building-intel-IPP7-1-samples/m-p/957099#M19199</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2012-11-29T08:51:40Z</dc:date>
    </item>
  </channel>
</rss>

