[CM] Grace: realtime audio with Csound5

M. Edward (Ed) Borasky znmeb at cesmail.net
Fri Feb 29 21:14:15 PST 2008


Heinrich Taube wrote:
> On Feb 29, 2008, at 3:00 PM, M. Edward (Ed) Borasky wrote:
> 
>> Rick Taube wrote:
>>> On Feb 29, 2008, at 9:28 AM, M. Edward (Ed) Borasky wrote:
>>>> It is 3.0.0, both in the Gentoo distro and what I used to build 
>>>> Grace. I couldn't figure out why the premake step wasn't finding the 
>>>> installed Chicken, so I just made a copy of it.
>>> it will look for ../../../chicken  or /usr/local/{bin/lib}
>>> you can specify some other place doing
>>>   premake ... --chickendir /path/to/chicken
>>> _______________________________________________
>>> Cmdist mailing list
>>> Cmdist at ccrma.stanford.edu
>>> http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist
>> Ah ... so then I should use "/usr"
> 
> chicken's install normally puts it in /usr/local/bin, /usr/local/lib and 
> /usr/local/include...if its in /usr/bin, /usr/lib and /usr/include then 
> im not sure what do to other than edit my premake.lua (because its not 
> there now) and change this:
> 
> package.includepaths = {juce_dir, "/usr/local/include" }
> 
> to
> 
> package.includepaths = {juce_dir, "/usr/local/include", "/usr/include" }
> 
> and then generate the Makefiles and see if that fixes it.
> if it works let me know and ill check the fix into svn
> 
> 
It turns out that there are two "includepaths", one for GraceCL and one 
for Grace. I changed both of them and both GraceCL and Grace now build 
with the "native" apps.

Next question: now that I have a successful build, how do I "install" 
Grace? When I just start

"/grace/build/linux/build/Release/Grace/bin/grace", it complains that 
the application resource directory does not exist. Is there some way to 
get the whole tree into something under "/usr/local" with an 
"application resource directory" in my home directory?
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: premake.lua
URL: <https://cm-mail.stanford.edu/pipermail/cmdist/attachments/20080229/a1606305/attachment.ksh>


More information about the Cmdist mailing list