| Hi John,
It seems that some has made the -ljack flag default to on. If you use
the commandline option of:
scons useJack=0
It should turn it off. This would be nice to get scons to check, but
it's hard to check as it's not a simple check for the existence of jack,
but rather needs to know if portaudio was compiled with jack or not. It
doesn't seem that portaudio provides a portaudio-config script or
pkg-config script to tell what linker flags it requires. If anyone
knows a way to figure this out, I can update the SConstruct file to
auto-detect.
steven
John ff wrote:
>It says it cannot find -ljack which is fair comment as ther is no jack on
>this machine (or sound card fro that matter). Surely scons should check
>for the existence rather than make assumptions?
>==John ff
>
>
>
>
> |