<?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 Little problem about compiling with Eclipse in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Little-problem-about-compiling-with-Eclipse/m-p/763984#M77</link>
    <description>&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;In vm_strings.h head file, it needs to use predefintion 'LINUX32'. Did you add such predifintion in your project? &lt;/P&gt;&lt;P&gt;In the building bash file, the following predifintion were added for Linux: &lt;/P&gt;&lt;P&gt;-D LINUX32 -D __KERNEL_STRICT_NAME -D __KERNEL_STRICT_NAMES,&lt;/P&gt;&lt;P&gt;If you build a Intel 64 bit application, you also need to add:&lt;/P&gt;&lt;P&gt;-D LINUX64&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Chao &lt;/P&gt;</description>
    <pubDate>Thu, 14 Apr 2011 07:45:56 GMT</pubDate>
    <dc:creator>Chao_Y_Intel</dc:creator>
    <dc:date>2011-04-14T07:45:56Z</dc:date>
    <item>
      <title>Little problem about compiling with Eclipse</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Little-problem-about-compiling-with-Eclipse/m-p/763983#M76</link>
      <description>Hello there,&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I'm trying to compile a little project with Eclpise (a simple H264 Encoder), and I have a strange error. All along the source file, I have "vm_char wasn't declared in this scope", but the file vm_char is included within the include files (set up in C++ build settings). On top of that, in the main, the second argument is a vm_char*, and Eclipse sees it as a int* which is very strange, because the file vm_sting.h (defining the typedef vm_char) is included.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Is it my fault... or Eclipse messed the sh*t?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;N.B: my code was compiling with a ./build.sh and a custom makefile modified form the ones you give in the ipp-samples.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks,&lt;/DIV&gt;&lt;DIV&gt;Rodolphe Fouquet, Master 1 student in Computer science and robotics at Clermont-Ferrand II (France).&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;P.S:&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Files included:&lt;BR /&gt;&lt;BR /&gt;ipp*.h are all included,&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV id="_mcePaste"&gt;umc_defs.h&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;umc_video_data.h&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;umc_h264_video_encoder.h&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;umc_structures.h&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;umc_video_encoder.h&lt;/DIV&gt;umc_defs.h&lt;/DIV&gt;&lt;DIV&gt;umc_video_data.h&lt;/DIV&gt;&lt;DIV&gt;umc_h264_video_encoder.h&lt;/DIV&gt;&lt;DIV&gt;umc_structures.h&lt;/DIV&gt;&lt;DIV&gt;umc_video_encoder.h&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 13 Apr 2011 08:02:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Little-problem-about-compiling-with-Eclipse/m-p/763983#M76</guid>
      <dc:creator>tamareu</dc:creator>
      <dc:date>2011-04-13T08:02:01Z</dc:date>
    </item>
    <item>
      <title>Little problem about compiling with Eclipse</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Little-problem-about-compiling-with-Eclipse/m-p/763984#M77</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;In vm_strings.h head file, it needs to use predefintion 'LINUX32'. Did you add such predifintion in your project? &lt;/P&gt;&lt;P&gt;In the building bash file, the following predifintion were added for Linux: &lt;/P&gt;&lt;P&gt;-D LINUX32 -D __KERNEL_STRICT_NAME -D __KERNEL_STRICT_NAMES,&lt;/P&gt;&lt;P&gt;If you build a Intel 64 bit application, you also need to add:&lt;/P&gt;&lt;P&gt;-D LINUX64&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Chao &lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2011 07:45:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Little-problem-about-compiling-with-Eclipse/m-p/763984#M77</guid>
      <dc:creator>Chao_Y_Intel</dc:creator>
      <dc:date>2011-04-14T07:45:56Z</dc:date>
    </item>
    <item>
      <title>Little problem about compiling with Eclipse</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Little-problem-about-compiling-with-Eclipse/m-p/763985#M78</link>
      <description>This is working, thanks!&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;(I'm Tamareu, this is just my account for the registered product).&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I owe you one.&lt;/DIV&gt;</description>
      <pubDate>Fri, 15 Apr 2011 07:38:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Little-problem-about-compiling-with-Eclipse/m-p/763985#M78</guid>
      <dc:creator>Rodolphe_Fouquet</dc:creator>
      <dc:date>2011-04-15T07:38:37Z</dc:date>
    </item>
  </channel>
</rss>

