problems installing Algorithm::SVM and Algorithm::SVMLight
[email protected] (Martin Gellner) Mon, 15 Oct 2012 00:03:09 +0200
| Newsgroups | perl.cpan.discuss |
|---|---|
| Message-ID | <[email protected]> |
in order to make Algorithm::SVM work under "Linux dsksdy 3.2.0-31-generic #50-Ubuntu SMP Fri Sep 7 16:16:45 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux" the following 2 includes must be added in bindings.cpp: #include <cstdlib> #include <cstring> Else it will give errors as above. Martin