[mlpack-git] [mlpack/mlpack] Windows 10 installation version (#613)

stereomatchingkiss notifications at github.com
Tue Apr 12 18:32:27 EDT 2016


    set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)

If I remember correctly, If you do not specify this option
You would not see the lib compile by visual c++, you can find the details at [here](https://cmake.org/cmake/help/v3.4/prop_tgt/WINDOWS_EXPORT_ALL_SYMBOLS.html). This option should be able to omit if you are building static lib(better link to MD or MDd since many prebuild binary are doing that).

    add_definitions(-DARMA_64BIT_WORD)

Make armadillo able to accept more data, else it may running out of memory even your ram is big enough.

    add_definitions(-DNOMINMAX)

visual c++ define min max macro which has the same name as the min max of std::min and std::max, this macro asked the compiler do not use these macro(macro do not respect scope)

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/issues/613#issuecomment-209129709
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160412/fbd3102e/attachment.html>


More information about the mlpack-git mailing list