kmatheussen / radium

A graphical music editor. A next generation tracker.
http://users.notam02.no/~kjetism/radium/
GNU General Public License v2.0
842 stars 36 forks source link

Error compiling on debian. #117

Closed rvega closed 10 years ago

rvega commented 10 years ago

When doing "make packages", I get the following error:

Executing command - gcc -O3 -Wall -g -DPD -DVERSION=\"libpd-extended-0.43.3\" -Ipure-data/src/ -DLIBPD -fPIC -Iexternals/unauthorized/vocoder~ -Iexternals/miXed/shared/ -DINCLUDEPATH=\"`pwd`/externals/k_cext/\" -DLINUXINCLUDE=\"../../pure-data/src\" -Dsetup=setup_libpd_speexout0x7e0x2ec -c externals/unauthorized/speexout~.c -o externalobjs/speexout~.c.o - 
externals/unauthorized/speexout~.c:69:56: fatal error: speex/speex.h: No such file or directory
compilation terminated.
make[1]: *** [libs/libpd.so] Error 255
make[1]: Leaving directory `/home/rv/Desktop/radium/bin/packages/libpd-master'
make: *** [bin/packages/deletemetorebuild] Error 2

Any tips on compiling? I'm on Debian 7.

Edit: I was missing dependencies, they are all listed in the readme. Sorry for the noise...

kmatheussen commented 10 years ago

Good, but all dependencies are already listed in the README file:

sudo apt-get install libqt4-dev qt4-dev-tools libxaw7-dev python2-dev libasound2-dev libjack-jackd2-dev libsamplerate-dev liblrdf-dev libsndfile-dev ladspa-sdk glib2-dev calf-plugins binutils-dev libc6-dev tk8.5 libogg-dev libvorbis-dev libspeex-dev fftw-dev fftw3-dev guile libxkbfile-dev xorg-x11-util-macros

Maybe make the first point in the "HOW TO MAKE IT RUN" section something like this:

  1. Check that you have installed all dependencies. The necessary packages for Fedora and Ubuntu/Debian are listed later in this file.

Edit: I didn't see your edit. I was replying via mail, and it seems like edits are not sent via mail. :-)

On Wed, Apr 16, 2014 at 4:17 AM, Rafael Vega notifications@github.comwrote:

Closed #117 https://github.com/kmatheussen/radium/issues/117.

— Reply to this email directly or view it on GitHubhttps://github.com/kmatheussen/radium/issues/117 .