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

Reply via email to