cboxdoerfer / ddb_musical_spectrum

Musical spectrum for the DeaDBeeF audio player
GNU General Public License v2.0
58 stars 6 forks source link

Make error. Help please #2

Closed gudoalexander closed 10 years ago

gudoalexander commented 10 years ago

im trying Compiling them on kubuntu 14.04:

make Creating build directory for GTK+2 version Compiling spectrum.o /bin/sh: 1: pkg-config: not found /bin/sh: 1: cc: not found make: *\ [gtk2/spectrum.o] Ошибка 127

cboxdoerfer commented 10 years ago

hi,

you are missing some development files, try the following:

sudo apt-get install libgtk2.0-dev libgtk-3-dev

maybe you also need to install this:

sudo apt-get install build-essential

and that ;):

sudo apt-get install libfftw3-3 libfftw3-dev

gudoalexander commented 10 years ago

Thanks, but i have new problem :)

make Creating build directory for GTK+2 version Compiling spectrum.o spectrum.c:35:31: fatal error: deadbeef/deadbeef.h: Нет такого файла или каталога

include <deadbeef/deadbeef.h>

                           ^

compilation terminated. make: *\ [gtk2/spectrum.o] Ошибка 1

cboxdoerfer commented 10 years ago

you are missing deadbeefs development files. How did you install deadbeef?

gudoalexander commented 10 years ago

yes! needed to install deadbeef-plugins-dev :)

gudoalexander commented 10 years ago

Thanks! I experiment with the customizations 1

cboxdoerfer commented 10 years ago

np ;)

There are two configuration dialogs (right click on spectrum and in View -> Preferences -> Plugins -> Musical Spectrum). I'll add more settings in the future, like disabling the grid and bar number. ;)