Re: [Cs-dev] Building csound on osx, saga continued....
Date | 2008-08-13 16:23 |
From | victor |
Subject | Re: [Cs-dev] Building csound on osx, saga continued.... |
Attachments | None None |
That's the framework. There should be
a Resources/Opcodes directory inside
it.
Basically you need to reproduce the dir
structure you
find in
/Library/Frameworks/CsoundLib.framework
I think I need to edit SConstruct to do this
correctly
automatically. But to test, you can copy things by
hand.
To see if it is a 64bit, just check the messages
csound prints.
|
Date | 2008-08-13 16:38 |
From | peiman khosravi |
Subject | Re: [Cs-dev] Building csound on osx, saga continued.... |
Attachments | None None |
yes csound prints "Csound version 5.08 beta (double samples) Aug 13 2008". So just to confirm, do I need to put everything from CsoundLib64.Framework into /Library/Frameworks/CsoundLib.framework? Or /Library/Frameworks/CsoundLib64.framework? Also when building csound no csnd.jar is created, do I need to specify something for scons for this? Thanks Peiman On 13 Aug 2008, at 16:23, victor wrote:
|
Date | 2008-08-13 16:51 |
From | "Steven Yi" |
Subject | Re: [Cs-dev] Building csound on osx, saga continued.... |
Attachments | None |
Date | 2008-08-13 16:57 |
From | peiman khosravi |
Subject | Re: [Cs-dev] Building csound on osx, saga continued.... |
Attachments | None None |
Thanks Steven, That explains why they didn't build as I did try buildInterfaces=1 buildJavaWrapper=1. So I'll get SWIG!!! Maybe some coffee first though :D Best Peiman On 13 Aug 2008, at 16:51, Steven Yi wrote:
|
Date | 2008-08-13 19:09 |
From | peiman khosravi |
Subject | Re: [Cs-dev] Building csound on osx, saga continued.... |
OK so I've installed SWIG (I think successfully but is there any way of knowing?). However still no csnd.jar is built, although I don't get any errors. I'm building with dynamicCsoundLibrary=1 useDouble=1 buildInterfaces=1 buildJavaWrapper=1. I don't think it's a problem with java header files as the terminal print this during the build: Checking for C++ header file /System/Library/Frameworks/ JavaVM.Framework/Headers/jni.h... yes Ahhh I just saw "Checking for SWIG... no". So SWIG is not installed properly, but I used the configuration file that came with the swig source. Mhhhhh..... :( Thanks Peiman On 13 Aug 2008, at 16:51, Steven Yi wrote: > Hi Peiman, > > For csnd.jar, you need to add "buildInterfaces=1 buildJavaWrapper=1". > You will need to have SWIG installed, and may need to configure > custom.py for the location of the java development headers, though I > am not positive where they live on OSX. > > steven > > On Wed, Aug 13, 2008 at 8:38 AM, peiman khosravi > |
Date | 2008-08-13 19:31 |
From | peiman khosravi |
Subject | Re: [Cs-dev] Building csound on osx, saga continued.... |
OK false alarm. SWIG is now installed and csnd.jar is built. Thanks Peiman On 13 Aug 2008, at 16:51, Steven Yi wrote: > Hi Peiman, > > For csnd.jar, you need to add "buildInterfaces=1 buildJavaWrapper=1". > You will need to have SWIG installed, and may need to configure > custom.py for the location of the java development headers, though I > am not positive where they live on OSX. > > steven > > On Wed, Aug 13, 2008 at 8:38 AM, peiman khosravi > |