On Wednesday 20 May 2009 18:26:15 you wrote:
David Baron wrote:
I have been unable to compile it
external.o: In function `get_temp_filename':
/home/david/denemo-0.8.4/src/external.c:119: warning: the use of
`tempnam' is dangerous, better use `mkstemp'
audiocapture.o: In function `pa_main':
/home/david/denemo-0.8.4/src/audiocapture.c:348: undefined reference to
`Pa_GetDefaultInputDevice'
audiocapture.o: In function `play_pitch':
/home/david/denemo-0.8.4/src/audiocapture.c:143: undefined reference to
`Pa_IsStreamActive'
/home/david/denemo-0.8.4/src/audiocapture.c:154: undefined reference to
`Pa_GetDefaultOutputDevice'
I'll guess you don't have an up-to-date Portaudio2 (v19) installed.
This
morning I compiled and installed it on Ubuntu Studio 9.04. Tests ran fine.
Best,
dp
Installed the v19-dev package (dependencies of the v19 library should have
done this!) and that compiled. Now I get:
libtool: link: cannot find the library `/usr/lib/libjack.la' or unhandled
argument `/usr/lib/libjack.la'
The Debian libjack packages do not, apparently, include the .la (I do have a
libjack.a). What can I do short of compile jack myself?
What distro are you running ? This problem is becoming a real Linux
audio annoyance.
I've cc'd this reply back to LAU for more eyes on the problem.
Best,
dp