On 02/15/2011 01:04 PM, Robin Gareus wrote:
On 02/15/2011 09:52 PM, Kim Cascone wrote:
I'm trying to compile Paulstretch but get the
following errors:
==================================================================
[snip]
so 2 questions:
=================
q1: where do I change the path to the 'mad.h' file of the kernel I'm using?
nah; it's mad as in "MPEG audio decoder development library"
OK
so how do I fix the compile error when it can't find this file?
q2: where can
I get a copy of the 'mxml.h' file? which is not on my hard
drive
on Debian it's
sudo apt-get install libmxml-dev libmad0-dev
OK I downloaded and installed these dev packages
as well as the portaudio-dev package - which it needed (see below) after
installing the libmxml and libmad libs
and it compiled and actually generates audio now
thanks!!
===========================================
===========================================
compile_linux_fftw_jack.sh
In file included from Control.h:31,
from GUI.h:13,
from GUI.cxx:3:
PAaudiooutput.h:23: fatal error: portaudio.h: No such file or directory
compilation terminated.
In file included from Control.h:31,
from FreeEditUI.h:12,
from FreeEditUI.cxx:3:
PAaudiooutput.h:23: fatal error: portaudio.h: No such file or directory
compilation terminated.
In file included from Control.h:31,
from Control.cpp:22:
PAaudiooutput.h:23: fatal error: portaudio.h: No such file or directory
compilation terminated.
In file included from PAaudiooutput.cpp:22:
PAaudiooutput.h:23: fatal error: portaudio.h: No such file or directory
compilation terminated.
HTH,
robin