Hola, estoy complicado por mi falta de experiencia, he descargado la aplicación "waon", he instalado sus dependencias, pero me da un error
cristian@cristian-System-Product-Name:~/Descargas/waon$ make -f Makefile.waon gcc -Wall -march=pentium -O3 -ffast-math `pkg-config --cflags fftw3` `pkg-config --cflags sndfile` -c -o main.o main.c main.c:1:0: error: el CPU que seleccionó no admite el conjunto de instrucciones x86-64 main.c:1:0: error: el CPU que seleccionó no admite el conjunto de instrucciones x86-64 make: *** [main.o] Error 1
en las instrucciones de "Install" no me a quedado claro o yo no entiendo algo,
INSTALLATION NOTES
==================
1. all at once
==============
To compile all programs "waon", "pv", and "gwaon",
1. take a look at "Makefile" and edit it if necessary.
2. invoke "make", for example.
3. you'll see "waon", "pv", and "gwaon". copy it wherever you want.
You need the following libraries:
* Gtk+
* FFTW
* libsndfile for audio input
* libao for audio output
* libsamplerate for pitch-shift
2. waon
=======
To compile the program "waon",
1. take a look at "Makefile.waon" and edit it if necessary.
2. invoke "make -f Makefile.waon", for example.
3. you'll see an excutable "waon". copy it wherever you want.
For "waon", you need FFTW library and libsndfile.
(If you have FFTW version2, add -DFFTW2 to CFLAGS.)
3. pv
=====
To compile the program "pv",
1. take a look at "Makefile.pv" and edit it if necessary.
2. invoke "make -f Makefile.pv", for example.
3. you'll see an excutable "pv". copy it wherever you want.
For "pv", you need the following libraries:
* FFTW
* libsndfile for audio input and output
* libao for audio output
* libsamplerate for pitch-shift
4. gwaon
========
To compile the program "gwaon",
1. take a look at "Makefile.gwaon" and edit it if necessary.
2. invoke "make -f Makefile.gwaon", for example.
3. you'll see an excutable "gwaon". copy it wherever you want.
For "gwaon", you need the following libraries:
* Gtk+
* FFTW
* libsndfile for audio input
* libao for audio output
* libsamplerate for pitch-shift
$Id: INSTALL,v 1.3 2007/10/21 00:16:26 kichiki Exp $
hace unas tres horas que estoy con esto y ya tengo ganas de tirar el CPU por la ventana... jajajajjaa
Agradezco ayuda de algún experimentado
Cordiales saludos comunidad
