Csound Csound-dev Csound-tekno Search About

Still building Csound5

Date2006-04-28 10:37
FromTobiah
SubjectStill building Csound5
I did have portaudio v18.1, and couldn't seem to get anything newer
from the website, so I build again with usePortAudio=0.  This time
csound5 built fine, but now I'm having midi probs.

I tried using -M0, and -M1 (The active midi device works, and is /dev/midi01),
and got the complaint:

error: -+rtmidi='PortMIDI': unknown module

Even though I had not specified portmidi.  I tried building again
with usePortMIDI=0, but I still got the same complaint.  I tried
using -+rtmidi='alsa', but I still got the same error.

error: -+rtmidi='alsa': unknown module

I tried just using -M/dev/midi01, but I still get one of the
above errors depending on whether I include an rtmidi flag.



Another question regarding scons,

The manual says to run scons with build options, and then run 'scons install'.
It seems that the second time, scons rebuilds the entire source tree without
options.  I also didn't know how to clean once I had made changes.  Changing
from portmidi to not, caused scons to just configure, and then say that everything
was up to date.  Even when I take a clean source tree, scons builds, but then
claims that the install target 'csound' is up to date.  I tried puffing the
installed binary, then scons copies the new one over.

I just don't get how scons works I guess.

Thanks,

Toby

Date2006-04-28 16:42
FromIstvan Varga
SubjectRe: Still building Csound5
AttachmentsNone  

Date2006-04-28 18:36
FromDavid Akbari
SubjectRe: Still building Csound5
Hi Toby,

On Apr 28, 2006, at 5:37 AM, Tobiah wrote:

> I did have portaudio v18.1, and couldn't seem to get anything newer
> from the website, so I build again with usePortAudio=0.

Interestingly enough, it seems the Portaudio project switched from a 
CVS repository to using an SVN repository in April of 2006.

http://www.portaudio.com/usingsvn.html

If you still want to try Portaudio with V1.9 then perhaps this link 
might be useful.

http://www.portaudio.com/archives/pa_snapshot_v19.tar.gz



-David

Date2006-04-28 19:03
From"Steven Yi"
SubjectRe: Still building Csound5
AttachmentsNone