[mlpack] compiling mlpack with MinGW/MSYS

Gilles Barges gbarges at free.fr
Fri Aug 1 17:07:15 EDT 2014


>> I'm trying to compile mlpack 1.0.9 on Windows, using MinGW and MSYS environment
>> 
>> when running:
>> cmake -G "MSYS Makefiles" -D ARMADILLO_INCLUDE_DIR=/usr/local/include ../
>> it complains :
>> Could NOT find Armadillo (missing: ARMADILLO_LIBRARY) (found suitable version "4.320.0", required is "3.6.0")
> 
> The error message from CMake is a little bit cryptic, but what it is
> trying to say is that the library itself could not be found; therefore,
> specify -D ARMADILLO_LIBRARY=/usr/local/lib/libarmadillo.so (or whatever
> the location of the actual library is).  The version of Armadillo you
> have is just fine.
> 
> Ryan

hi Ryan,

I have no lib file at all !
Armadillo install only .hpp files. (the same on OSX)
As it exists only one .cpp file in the source tree, and it is called wrapper.cpp,
I suppose that the absence of a lib file has something to do with an option in Armadillo bui ld; probably ARMA_USE_WRAPPER

--
Gilles Barges.



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.cc.gatech.edu/pipermail/mlpack/attachments/20140801/b12ae4b8/attachment-0003.html>


More information about the mlpack mailing list