On Wed, 2014-06-25 at 05:32 -0500, Mike wrote: > Trying to build for a system without portaudio I got this: > > /usr/local/src/denemo-1.1.6/src/audio/pitchrecog.c:381: undefined reference > to `pa_main' > > It seems that that the problem is that audiocapture.o builds without symbols > since it is > audio/audiocapture.c is #ifdef'fed out, but there pa_main is still called > several times in > audio/pitchrecog.c
Hmm, a workaround could be to define the symbol as 0 on the command line I guess (I think you configure with CFLAGS defining _pa_main) ... and then don't try Input->Audio! I'm not clear about all this stuff, but I don't think that you turn off portaudio to use JACK ... Richard > > Thanks for this great program, > > Mike > > > _______________________________________________ > Denemo-devel mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/denemo-devel _______________________________________________ Denemo-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/denemo-devel
