<?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 Re: Compile my app without cmake in Items with no label</title>
    <link>https://community.intel.com/t5/Items-with-no-label/Compile-my-app-without-cmake/m-p/285626#M430</link>
    <description>&lt;P&gt;Hello YanivSheffer,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Thanks for reaching out!&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Since you are on Ubuntu, I'll assume you are using librealsense, in case you are not, please correct me.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;As you can see in  &lt;A href="https://github.com/IntelRealSense/librealsense/blob/master/doc/installation.md"&gt;https://github.com/IntelRealSense/librealsense/blob/master/doc/installation.md&lt;/A&gt; librealsense employs CMake as a cross-platform build and project management system. Therefore it is required to compile and build apps. &lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Regarding the error with the header files that you are getting, could you please share the error message? It would be of great help for us.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;I will be waiting for your response.&lt;P&gt;&amp;nbsp;&lt;/P&gt;Pedro M.</description>
    <pubDate>Wed, 05 Apr 2017 19:40:08 GMT</pubDate>
    <dc:creator>idata</dc:creator>
    <dc:date>2017-04-05T19:40:08Z</dc:date>
    <item>
      <title>Compile my app without cmake</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Compile-my-app-without-cmake/m-p/285625#M429</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an Ubuntu 16.04 OS with R200 cam.&lt;/P&gt;&lt;P&gt;I'm trying to develop a person tracking and base my code on the pt_tutorial_3 sample.&lt;/P&gt;&lt;P&gt;I saw that the samples from the SDK are all based on Cmake compile mechanism linking the headers in the /usr path.&lt;/P&gt;&lt;P&gt;When I try to import the headers manually to my project (include the files with full path) I get an error in compilation saying the header is not recognized.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I compile and build my app without Cmake?&lt;/P&gt;&lt;P&gt;How can I link the headers in my project?&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2017 06:48:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Compile-my-app-without-cmake/m-p/285625#M429</guid>
      <dc:creator>Yaniv_S_Intel</dc:creator>
      <dc:date>2017-04-05T06:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: Compile my app without cmake</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Compile-my-app-without-cmake/m-p/285626#M430</link>
      <description>&lt;P&gt;Hello YanivSheffer,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Thanks for reaching out!&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Since you are on Ubuntu, I'll assume you are using librealsense, in case you are not, please correct me.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;As you can see in  &lt;A href="https://github.com/IntelRealSense/librealsense/blob/master/doc/installation.md"&gt;https://github.com/IntelRealSense/librealsense/blob/master/doc/installation.md&lt;/A&gt; librealsense employs CMake as a cross-platform build and project management system. Therefore it is required to compile and build apps. &lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Regarding the error with the header files that you are getting, could you please share the error message? It would be of great help for us.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;I will be waiting for your response.&lt;P&gt;&amp;nbsp;&lt;/P&gt;Pedro M.</description>
      <pubDate>Wed, 05 Apr 2017 19:40:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Compile-my-app-without-cmake/m-p/285626#M430</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2017-04-05T19:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: Compile my app without cmake</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Compile-my-app-without-cmake/m-p/285627#M431</link>
      <description>&lt;P&gt;Thanks for the heads up Pedro.&lt;/P&gt;&lt;P&gt;I managed to write a CMakeLists.txt file to link, compile and build my app. I based it on the CMakeLists.txt file from the pt_tutorial_3 example.&lt;/P&gt;&lt;P&gt;In addition, by using CodeLite IDE, I managed to configure the build mechanism to match the Cmake settings and was able to build it from the IDE as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers Yaniv&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2017 13:10:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Compile-my-app-without-cmake/m-p/285627#M431</guid>
      <dc:creator>Yaniv_S_Intel</dc:creator>
      <dc:date>2017-04-06T13:10:54Z</dc:date>
    </item>
  </channel>
</rss>

