Csound Csound-dev Csound-tekno Search About

[CSOUND-DEV:5346] Trouble building on Debian

Date2004-09-19 12:50
FromJohn ff
Subject[CSOUND-DEV:5346] Trouble building on Debian
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

Date2004-09-19 18:44
Fromsteven yi
Subject[CSOUND-DEV:5347] Re: Trouble building on Debian
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
>
>
>
>  
>