Hello.
I'm plan to use the ann "Neural Network" on my linux (Ubuntu onerirc).
The first thing is that I couldn't find the ann library in the pd-extended extra folder.
So I downloaded "ann" from http://puredata.info/Members/dmorelli/ann/ann/
and I copied the unpacket folder to /usr/lib/pd-extended/extra
Then I downloaded FANN-2.2.0-Source from http://sourceforge.net/projects/fann/files/latest/download and did:
cmake
sudo make install
the library installed without showing any error.
Then I went to
/usr/lib/pd-extended/extra/ann/src and did:
make -f makefile.linux annmake -f makefile.linux ann
I get the error:
ann_som.c:1:0: error: CPU you selected does not support x86-64 instruction set
make: *** [ann_som.o] Error 1
Any suggsestion?
Thanks Martin