[mlpack-git] [mlpack] Compile error using Visual Studio (#473)

Joseph Mariadassou notifications at github.com
Wed Nov 18 03:48:52 EST 2015


There is an error listed below while compiling arma_config_check.hpp. The error disappears if I comment out:
#include "arma_config.hpp"

ERROR LISTING

armadillo_bits/arma_config.hpp(18): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
armadillo_bits/arma_config.hpp(18): error C3646: 'mat_prealloc': unknown override specifier
armadillo_bits/arma_config.hpp(18): error C3861: 'sword': identifier not found
armadillo_bits/arma_config.hpp(18): error C3861: 'uword': identifier not found
armadillo_bits/arma_config.hpp(25): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
armadillo_bits/arma_config.hpp(25): error C3646: 'spmat_chunksize': unknown override specifier
armadillo_bits/arma_config.hpp(25): error C3861: 'sword': identifier not found
armadillo_bits/arma_config.hpp(25): error C2064: term does not evaluate to a function taking 1 arguments
armadillo_bits/arma_config.hpp(25): error C2370: 'arma_config::uword': redefinition; different storage class
1>  c:\usr\include\armadillo_bits/arma_config.hpp(18): note: see declaration of 'arma_config::uword'

---
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/issues/473
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20151118/cc4b31aa/attachment.html>


More information about the mlpack-git mailing list