| The spaces may affect how SCons treats two tokens as one option, or two
options. It's generally best to type out flags in one string then use
Split(options) on it to produce the list of tokens that SCons really wants.
Regards,
Mike
----- Original Message -----
From:
To:
Cc:
Sent: Wednesday, March 22, 2006 4:37 AM
Subject: Re: [Csnd] The future of winsound
> That makefile was really for my use; but I have not managed to
> understand the depend stuff in scons yet.
> Did not understand
>>2) compiler errors out because of space between -L and /usr/X11R6/lib
>>* removing the space between -L /usr/X11R6/lib to -L/usr/X11R6/lib
>>fixes it.
>
> The space is optional -- or has been for years.
> Is this an OSX special?
>
> I cannot see any reason why you cannot change the -B and -b
> parameters. Will look again.
>
> And a question: would it be best to depart from the original Winsound
> and have a small "transport" dialog, with pause and stop buttons?
> That may seem odd for rendering to file?
>
> Lastly; how do I capture all output? The csound application is going
> to call csoundMessage, but how to I overwrite this function? Just
> write into the CSOUND structure? Can I replace an argument decode by
> writing to the structure as well?
>
> ==John ffitch
> --
> Send bugs reports to this list.
> To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk
>
|