Re: problems installing Algorithm::SVM and Algorithm::SVMLight
[email protected] (milki) Tue, 16 Oct 2012 12:54:10 -0700
| Newsgroups | perl.cpan.discuss |
|---|---|
| Message-ID | <[email protected]> |
On 00:03 Mon 15 Oct , Martin Gellner wrote: > 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. Hi Martin, You should be contacting the module authors listed in perldocs Algorithm::SVM - Matthew Laird <[email protected]> Alexander K. Seewald <[email protected]> Algorithm::SVMLight - Ken Williams, <[email protected]> via the rt bug trackers https://rt.cpan.org/Public/Dist/Display.html?Name=Algorithm-SVM https://rt.cpan.org/Public/Dist/Display.html?Name=Algorithm-SVMLight which are linked from their respective cpan pages -- milki