Building examples with Microsoft* Visual Studio 2012 and later
On Windows, if you
- Use Microsoft Visual Studio version higher than 2012
- Install DAAL to the default directory
- Converted Microsoft Visual Studio project with Intel DAAL examples to the format of your version of Microsoft Visual Studio
Then, when you build the examples, an issue may occur caused by the long command-line issue (intermediate Visual Studio folder/files).
Workaround: Go to Project->Properties->General and shorten the value of the Intermediate Folder setting. For example: change $(Platform)\$(Configuration)\outlier_detection_multivariate_default_batch\ to $(Platform)\$(Configuration)\o_d_m_d_b\.
Running samples for Apache Spark* on OS X
Intel DAAL samples for Spark do not work on OS X.
Workaround: For OS X prior to El Capitan (version 10.11), users can run the following commands before executing the samples:
$ install_name_tool -change "@rpath/libtbb.dylib""libtbb.dylib" libJavaAPI.dylib
$ install_name_tool -change "@rpath/libiomp5.dylib""libiomp5.dylib" libJavaAPI.dylib
No workaround exists for OS X El Capitan. This issue will be resolved in the next update release.