<?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>S32 Design StudioのトピックRe: S32DS How to Include the Dlib and Boost library like OpenCV?</title>
    <link>https://community.nxp.com/t5/S32-Design-Studio/S32DS-How-to-Include-the-Dlib-and-Boost-library-like-OpenCV/m-p/725297#M2142</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steve,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do you have correct include paths for header files? The error looks like that some header file is not visible for compiler. Can you attach console output?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jiri&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Jan 2018 09:52:29 GMT</pubDate>
    <dc:creator>jiri_kral</dc:creator>
    <dc:date>2018-01-16T09:52:29Z</dc:date>
    <item>
      <title>S32DS How to Include the Dlib and Boost library like OpenCV?</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32DS-How-to-Include-the-Dlib-and-Boost-library-like-OpenCV/m-p/725296#M2141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I try to build a face recognition with dlib and opencv library by S32DS, It's trouble, I cannot&amp;nbsp; link to dlib library and boost library. It's showing the next code: "Unresolved Inclusion: &amp;lt;dlib/xxxxx&amp;gt;".&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What should I do to solve the problem?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2018 06:47:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32DS-How-to-Include-the-Dlib-and-Boost-library-like-OpenCV/m-p/725296#M2141</guid>
      <dc:creator>justforfunl</dc:creator>
      <dc:date>2018-01-16T06:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: S32DS How to Include the Dlib and Boost library like OpenCV?</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32DS-How-to-Include-the-Dlib-and-Boost-library-like-OpenCV/m-p/725297#M2142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steve,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do you have correct include paths for header files? The error looks like that some header file is not visible for compiler. Can you attach console output?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jiri&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2018 09:52:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32DS-How-to-Include-the-Dlib-and-Boost-library-like-OpenCV/m-p/725297#M2142</guid>
      <dc:creator>jiri_kral</dc:creator>
      <dc:date>2018-01-16T09:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: S32DS How to Include the Dlib and Boost library like OpenCV?</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32DS-How-to-Include-the-Dlib-and-Boost-library-like-OpenCV/m-p/725298#M2143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;make -j4 all &lt;BR /&gt;Building file: ../src/FaceRecognizer.cpp&lt;BR /&gt;Building file: ../src/Gabor.cpp&lt;BR /&gt;Executing target #1 ../src/FaceRecognizer.cpp&lt;BR /&gt;Building file: ../src/KernelController.cpp&lt;BR /&gt;Executing target #2 ../src/Gabor.cpp&lt;BR /&gt;Executing target #3 ../src/KernelController.cpp&lt;BR /&gt;Invoking: Standard S32DS C++ Compiler&lt;BR /&gt;aarch64-linux-gnu-g++ "@src/FaceRecognizer.args" -MMD -MP -MF"src/FaceRecognizer.d" -MT"src/FaceRecognizer.o" -c -o "src/FaceRecognizer.o" "../src/FaceRecognizer.cpp"&lt;BR /&gt;Invoking: Standard S32DS C++ Compiler&lt;BR /&gt;Invoking: Standard S32DS C++ Compiler&lt;BR /&gt;aarch64-linux-gnu-g++ "@src/KernelController.args" -MMD -MP -MF"src/KernelController.d" -MT"src/KernelController.o" -c -o "src/KernelController.o" "../src/KernelController.cpp"&lt;BR /&gt;aarch64-linux-gnu-g++ "@src/Gabor.args" -MMD -MP -MF"src/Gabor.d" -MT"src/Gabor.o" -c -o "src/Gabor.o" "../src/Gabor.cpp"&lt;BR /&gt;Building file: ../src/OpencvExtension.cpp&lt;BR /&gt;Executing target #4 ../src/OpencvExtension.cpp&lt;BR /&gt;Invoking: Standard S32DS C++ Compiler&lt;BR /&gt;aarch64-linux-gnu-g++ "@src/OpencvExtension.args" -MMD -MP -MF"src/OpencvExtension.d" -MT"src/OpencvExtension.o" -c -o "src/OpencvExtension.o" "../src/OpencvExtension.cpp"&lt;BR /&gt;In file included from d:\nxp\s32ds_vision_v2.0\cross_tools\gcc-aarch64-linux-gnu-4_9\aarch64-linux-gnu\include\c++\4.9.3\array:35:0,&lt;BR /&gt; from D:/NXP/workspaceS32DS.Vision.2.0/ProjectLinux/include/ImageFeatureExtractors.h:4,&lt;BR /&gt; from D:/NXP/workspaceS32DS.Vision.2.0/ProjectLinux/include/FaceRecognizer.h:2,&lt;BR /&gt; from ../src/FaceRecognizer.cpp:1:&lt;BR /&gt;d:\nxp\s32ds_vision_v2.0\cross_tools\gcc-aarch64-linux-gnu-4_9\aarch64-linux-gnu\include\c++\4.9.3\bits\c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler options.&lt;BR /&gt; #error This file requires compiler and library support for the \&lt;BR /&gt; ^&lt;BR /&gt;In file included from d:\nxp\s32ds_vision_v2.0\cross_tools\gcc-aarch64-linux-gnu-4_9\aarch64-linux-gnu\include\c++\4.9.3\array:35:0,&lt;BR /&gt; from D:/NXP/workspaceS32DS.Vision.2.0/ProjectLinux/include/ImageFeatureExtractors.h:4,&lt;BR /&gt; from ../src/Gabor.cpp:1:&lt;BR /&gt;d:\nxp\s32ds_vision_v2.0\cross_tools\gcc-aarch64-linux-gnu-4_9\aarch64-linux-gnu\include\c++\4.9.3\bits\c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler options.&lt;BR /&gt; #error This file requires compiler and library support for the \&lt;BR /&gt; ^&lt;BR /&gt;In file included from d:\nxp\s32ds_vision_v2.0\cross_tools\gcc-aarch64-linux-gnu-4_9\aarch64-linux-gnu\include\c++\4.9.3\atomic:38:0,&lt;BR /&gt; from D:/NXP/workspaceS32DS.Vision.2.0/ProjectLinux/include/KernelController.h:7,&lt;BR /&gt; from ../src/KernelController.cpp:1:&lt;BR /&gt;d:\nxp\s32ds_vision_v2.0\cross_tools\gcc-aarch64-linux-gnu-4_9\aarch64-linux-gnu\include\c++\4.9.3\bits\c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler options.&lt;BR /&gt; #error This file requires compiler and library support for the \&lt;BR /&gt; ^&lt;BR /&gt;In file included from ../src/KernelController.cpp:1:0:&lt;BR /&gt;D:/NXP/workspaceS32DS.Vision.2.0/ProjectLinux/include/KernelController.h:16:41: fatal error: boost/property_tree/ptree.hpp: No such file or directory&lt;BR /&gt; #include &amp;lt;boost/property_tree/ptree.hpp&amp;gt;&lt;BR /&gt; ^&lt;BR /&gt;compilation terminated.&lt;BR /&gt;In file included from d:\nxp\s32ds_vision_v2.0\cross_tools\gcc-aarch64-linux-gnu-4_9\aarch64-linux-gnu\include\c++\4.9.3\array:35:0,&lt;BR /&gt; from D:/NXP/workspaceS32DS.Vision.2.0/ProjectLinux/include/OpencvExtension.h:5,&lt;BR /&gt; from ../src/OpencvExtension.cpp:1:&lt;BR /&gt;d:\nxp\s32ds_vision_v2.0\cross_tools\gcc-aarch64-linux-gnu-4_9\aarch64-linux-gnu\include\c++\4.9.3\bits\c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler options.&lt;BR /&gt; #error This file requires compiler and library support for the \&lt;BR /&gt; ^&lt;BR /&gt;make: *** [src/subdir.mk:149: src/KernelController.o] Error 1&lt;/P&gt;&lt;P&gt;... ....&lt;/P&gt;&lt;P&gt;D:/NXP/workspaceS32DS.Vision.2.0/ProjectLinux/include/OpencvExtension.h:16:52: error: 'std::array' has not been declared&lt;BR /&gt; cv::Mat GammaCorrection(const cv::Mat &amp;amp;src, std::array&amp;lt;unsigned char, 256&amp;gt; &amp;amp;GammaLookTable);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 00:35:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32DS-How-to-Include-the-Dlib-and-Boost-library-like-OpenCV/m-p/725298#M2143</guid>
      <dc:creator>justforfunl</dc:creator>
      <dc:date>2018-01-17T00:35:47Z</dc:date>
    </item>
  </channel>
</rss>

