Csound Csound-dev Csound-tekno Search About

Re: [Cs-dev] OSX 10.6 Build

Date2014-11-27 01:00
FromSteven Yi
SubjectRe: [Cs-dev] OSX 10.6 Build
AttachmentsNone  None  
To add to Victor's comment, I've been using cmake installed via homebrew.  Unfortunately, I don't remember well what I had done back when I installed from the binary. 

For CsoundQT, I actually haven't ever built it myself and only dropped in pre-built versions into the DmgResources folder.  I think you should use whichever way is most comfortable for you.

Thanks!
steven

On Wed Nov 26 2014 at 5:43:41 PM Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
The command is inside the bundle:

ligeti-2:classes victor$ which cmake
/Applications/CMake.app/Contents/bin/cmake


========================
Dr Victor Lazzarini
Dean of Arts, Celtic Studies and Philosophy,
Maynooth University,
Maynooth, Co Kildare, Ireland
Tel: 00 353 7086936
Fax: 00 353 1 7086952

> On 26 Nov 2014, at 22:09, joachim heintz <jh@joachimheintz.de> wrote:
>
> hi steven -
>
> thanks for the description.  nice scripts for the dependencies; i only
> had to adjust two URLs; hope i have everything installed now on which
> csound depends.
>
> where can i get a proper version of cmake?  i downloaded 3.0.2 from
> cmake.org, but this is a standalone application, not executable from the
> terminal.
>
> second question: do i have to build csoundqt before i run release-build.sh?
>
> best -
>       joachim
>
>
>
> Am 26.11.2014 um 00:14 schrieb Steven Yi:
>> Hi Joachim,
>>
>> Thanks for volunteering!  The script is in installer/macosx and is
>> release-build.sh.  You may need to make a copy and adjust some things
>> for 10.6, particularly the Custom_xxx.cmake file to use.  Also, for any
>> thing to pack with the installer, add it to a folder called DmgResources
>> in that folder.  (Typically we just add CsoundQT there).  Besides that,
>> you'll need to provide the branch to build from, so something like:
>>
>> ./release-build.sh develop
>>
>> or when we do the release branch, something like:
>>
>> ./release-build.sh release/6.04.0
>>
>> You would also need to have the same dependencies in /usr/local/lib as
>> we have.  Those can be build with the dependencies script in
>> csound6/dependencies.  The download.sh script downloads the libraries,
>> and build.sh builds and installs them. (You may need to be root to do
>> the install part).
>>
>> It's a bit of a process to get it all together, but once done it's not
>> too bad.  Maybe give it a try and post any issues here and we can help
>> you through the process.
>>
>> steven
>>
>> On Tue Nov 25 2014 at 5:13:58 PM joachim heintz <jh@joachimheintz.de
>> <mailto:jh@joachimheintz.de>> wrote:
>>
>>    yes, ok, i think i could do it for 10.6.  and if andrés helps me, i
>>    could perhaps even build the recent csoundqt on 10.6.
>>
>>    which is the script you are mentioning, steven?
>>
>>             joachim
>>
>>
>>    Am 25.11.2014 um 23:03 schrieb Steven Yi:
>>> I'm wondering about this in general for if we should have a policy on
>>> how many OS releases to support (or how many years back), for any
>>> OS/system.  Linux is largely fine where users are mostly building
>>> themselves or are using binary packages built by a repo.  The kind of
>>> support work for multiple versions is oddly easier than the binary
>>> releases we are having to do for all of the other platforms.
>>>
>>> For OSX, I'm leaning towards dropping 10.6 as well.  If someone
>>    else who
>>> is a 10.6 user wants to do builds of the installer (it's all done
>>    with a
>>> single script) and wants to join in, that'd be great, but
>>    otherwise it's
>>> getting to become difficult to build/test on so many previous
>>    versions.
>>>
>>> Windows also seems to be mostly okay; it seems like the 32-bit
>>> installers are and have been working across the various versions of
>>> Windows that have not been end-of-life'd.  Are only concern there is
>>> 64-bit installers.
>>>
>>> Android and iOS also seem to be working alright for our binary
>>> distributions, as are PNaCl and Emscripten.  So this seems like
>>    just an
>>> OSX issue really.
>>>
>>> So my take: let's drop 10.6 or find someone willing to contribute to
>>> building/testing on 10.6.
>>>
>>> On Tue Nov 25 2014 at 6:55:29 AM Rory Walsh <rorywalsh@ear.ie
>>    <mailto:rorywalsh@ear.ie>
>>> <mailto:rorywalsh@ear.ie <mailto:rorywalsh@ear.ie>>> wrote:
>>>
>>>    I would hope that you can continue to prepare a version for
>>    10.6, even
>>>    if it ships without CsoundQT. I don't use CsoundQT on OSX
>>    10.6, but I
>>>    do use csound~, csoundapi~, csnd.jar, csnd.py, csladpsa,
>>    WinXound etc.
>>>    I would hate to lose support for all of these equally amazing
>>>    frontends.
>>>
>>>    On 25 November 2014 at 11:30, Victor Lazzarini
>>>    <Victor.Lazzarini@nuim.ie <mailto:Victor.Lazzarini@nuim.ie>
>>    <mailto:Victor.Lazzarini@nuim.__ie
>>    <mailto:Victor.Lazzarini@nuim.ie>>> wrote:
>>>>> From my perspective, the OSX packaging is ready. I had no
>>>    further reports, but I have fixed some outstanding issues
>>>> I found meanwhile. This should work for 10.7-10.10, and I can
>>>    produce a 10.6 package as well, but that will need
>>>> a matching CsoundQT, which we do not currently have. I am
>>>    wondering whether we should drop support for 10.6 at this
>>>> point (we have been working with 3-4 versions behind for
>>    most of
>>>    the releases, and support for 10.5 was dropped way
>>>> back in one of the later versions of 5).
>>>>
>>>> best regards
>>>> ========================
>>>> Dr Victor Lazzarini
>>>> Dean of Arts, Celtic Studies and Philosophy,
>>>> Maynooth University,
>>>> Maynooth, Co Kildare, Ireland
>>>> Tel: 00 353 7086936
>>>> Fax: 00 353 1 7086952
>>>>
>>>>> On 24 Nov 2014, at 23:01, Steven Yi <stevenyi@gmail.com
>>    <mailto:stevenyi@gmail.com>
>>>    <mailto:stevenyi@gmail.com <mailto:stevenyi@gmail.com>>> wrote:
>>>>>
>>>>> Hi All,
>>>>>
>>>>> I wanted to check in on the status of things for 6.04.0. It
>>>    seems to me there are two primary outstanding issues:
>>>>>
>>>>> * Compilation on Windows seems to be a problem
>>>>> * The Emscripten build needs to be corrected
>>>>>
>>>>> I've been going back and forth with Ed regarding
>>    Emscripten and
>>>    he's been great in leading that effort.  I'm unsure of the
>>    state of
>>>    the Windows build; could Rory and Michael chime in on where
>>    we're at?
>>>>>
>>>>> Also, are there other things we are currently waiting
>>    on?  I'm
>>>    wondering when should we start the release branch and get the
>>    other
>>>    releases going.
>>>>>
>>>>> Thanks!
>>>>> steven
>>>>>
>>>
>>      ------------------------------____----------------------------__--__------------------
>>>>> Download BIRT iHub F-Type - The Free Enterprise-Grade
>>    BIRT Server
>>>>> from Actuate! Instantly Supercharge Your Business Reports and
>>>    Dashboards
>>>>> with Interactivity, Sharing, Native Excel Exports, App
>>>    Integration & more
>>>>> Get technology previously reserved for billion-dollar
>>>    corporations, FREE
>>>>>
>>>
>>    http://pubads.g.doubleclick.____net/gampad/clk?id=157005751&____iu=/4140/ostg.clktrk_______________________________________________________
>>>
>>      <http://pubads.g.doubleclick.__net/gampad/clk?id=157005751&__iu=/4140/ostg.clktrk___________________________________________________ <http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk_______________________________________________>>
>>>>> Csound-devel mailing list
>>>>> Csound-devel@lists.__sourcefor__ge.net
>>    <http://sourceforge.net>
>>>    <mailto:Csound-devel@lists.__sourceforge.net
>>    <mailto:Csound-devel@lists.sourceforge.net>>
>>>>>
>>    https://lists.sourceforge.net/____lists/listinfo/csound-devel
>>    <https://lists.sourceforge.net/__lists/listinfo/csound-devel>
>>>
>>      <https://lists.sourceforge.__net/lists/listinfo/csound-__devel
>>    <https://lists.sourceforge.net/lists/listinfo/csound-devel>>
>>>>
>>>>
>>>>
>>>
>>      ------------------------------____----------------------------__--__------------------
>>>> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT
>>    Server
>>>> from Actuate! Instantly Supercharge Your Business Reports and
>>>    Dashboards
>>>> with Interactivity, Sharing, Native Excel Exports, App
>>>    Integration & more
>>>> Get technology previously reserved for billion-dollar
>>>    corporations, FREE
>>>>
>>>
>>    http://pubads.g.doubleclick.____net/gampad/clk?id=157005751&____iu=/4140/ostg.clktrk
>>>
>>      <http://pubads.g.doubleclick.__net/gampad/clk?id=157005751&__iu=/4140/ostg.clktrk <http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk>>
>>>> ___________________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.__sourcefor__ge.net
>>    <http://sourceforge.net>
>>>    <mailto:Csound-devel@lists.__sourceforge.net
>>    <mailto:Csound-devel@lists.sourceforge.net>>
>>>>
>>    https://lists.sourceforge.net/____lists/listinfo/csound-devel
>>    <https://lists.sourceforge.net/__lists/listinfo/csound-devel>
>>>
>>      <https://lists.sourceforge.__net/lists/listinfo/csound-__devel
>>    <https://lists.sourceforge.net/lists/listinfo/csound-devel>>
>>>
>>>
>>      ------------------------------____----------------------------__--__------------------
>>>    Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
>>>    from Actuate! Instantly Supercharge Your Business Reports and
>>    Dashboards
>>>    with Interactivity, Sharing, Native Excel Exports, App
>>    Integration &
>>>    more
>>>    Get technology previously reserved for billion-dollar
>>    corporations, FREE
>>>
>>    http://pubads.g.doubleclick.____net/gampad/clk?id=157005751&____iu=/4140/ostg.clktrk
>>>
>>      <http://pubads.g.doubleclick.__net/gampad/clk?id=157005751&__iu=/4140/ostg.clktrk <http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk>>
>>>    ___________________________________________________
>>>    Csound-devel mailing list
>>>    Csound-devel@lists.__sourcefor__ge.net <http://sourceforge.net>
>>>    <mailto:Csound-devel@lists.__sourceforge.net
>>    <mailto:Csound-devel@lists.sourceforge.net>>
>>> https://lists.sourceforge.net/____lists/listinfo/csound-devel
>>    <https://lists.sourceforge.net/__lists/listinfo/csound-devel>
>>>
>>      <https://lists.sourceforge.__net/lists/listinfo/csound-__devel
>>    <https://lists.sourceforge.net/lists/listinfo/csound-devel>>
>>>
>>>
>>>
>>>
>>    ------------------------------__------------------------------__------------------
>>> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
>>> from Actuate! Instantly Supercharge Your Business Reports and
>>    Dashboards
>>> with Interactivity, Sharing, Native Excel Exports, App
>>    Integration & more
>>> Get technology previously reserved for billion-dollar
>>    corporations, FREE
>>>
>>    http://pubads.g.doubleclick.__net/gampad/clk?id=157005751&__iu=/4140/ostg.clktrk
>>    <http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk>
>>>
>>>
>>>
>>> _________________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.__sourceforge.net
>>    <mailto:Csound-devel@lists.sourceforge.net>
>>> https://lists.sourceforge.net/__lists/listinfo/csound-devel
>>    <https://lists.sourceforge.net/lists/listinfo/csound-devel>
>>>
>>
>>    ------------------------------__------------------------------__------------------
>>    Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
>>    from Actuate! Instantly Supercharge Your Business Reports and Dashboards
>>    with Interactivity, Sharing, Native Excel Exports, App Integration &
>>    more
>>    Get technology previously reserved for billion-dollar corporations, FREE
>>    http://pubads.g.doubleclick.__net/gampad/clk?id=157005751&__iu=/4140/ostg.clktrk
>>    <http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk>
>>    _________________________________________________
>>    Csound-devel mailing list
>>    Csound-devel@lists.__sourceforge.net
>>    <mailto:Csound-devel@lists.sourceforge.net>
>>    https://lists.sourceforge.net/__lists/listinfo/csound-devel
>>    <https://lists.sourceforge.net/lists/listinfo/csound-devel>
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
>> from Actuate! Instantly Supercharge Your Business Reports and Dashboards
>> with Interactivity, Sharing, Native Excel Exports, App Integration & more
>> Get technology previously reserved for billion-dollar corporations, FREE
>> http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
>>
>>
>>
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>
> ------------------------------------------------------------------------------
> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
> from Actuate! Instantly Supercharge Your Business Reports and Dashboards
> with Interactivity, Sharing, Native Excel Exports, App Integration & more
> Get technology previously reserved for billion-dollar corporations, FREE
> http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel


------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

Date2014-11-27 01:08
FromAndres Cabrera
SubjectRe: [Cs-dev] OSX 10.6 Build
AttachmentsNone  None  
Hi Joachim,

You will have to build CsoundQt yourself for 10.6, as the current binaries won't work there...

Cheers,
Andrés

On Wed, Nov 26, 2014 at 5:00 PM, Steven Yi <stevenyi@gmail.com> wrote:
To add to Victor's comment, I've been using cmake installed via homebrew.  Unfortunately, I don't remember well what I had done back when I installed from the binary. 

For CsoundQT, I actually haven't ever built it myself and only dropped in pre-built versions into the DmgResources folder.  I think you should use whichever way is most comfortable for you.

Thanks!
steven

On Wed Nov 26 2014 at 5:43:41 PM Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
The command is inside the bundle:

ligeti-2:classes victor$ which cmake
/Applications/CMake.app/Contents/bin/cmake


========================
Dr Victor Lazzarini
Dean of Arts, Celtic Studies and Philosophy,
Maynooth University,
Maynooth, Co Kildare, Ireland
Tel: 00 353 7086936
Fax: 00 353 1 7086952

> On 26 Nov 2014, at 22:09, joachim heintz <jh@joachimheintz.de> wrote:
>
> hi steven -
>
> thanks for the description.  nice scripts for the dependencies; i only
> had to adjust two URLs; hope i have everything installed now on which
> csound depends.
>
> where can i get a proper version of cmake?  i downloaded 3.0.2 from
> cmake.org, but this is a standalone application, not executable from the
> terminal.
>
> second question: do i have to build csoundqt before i run release-build.sh?
>
> best -
>       joachim
>
>
>
> Am 26.11.2014 um 00:14 schrieb Steven Yi:
>> Hi Joachim,
>>
>> Thanks for volunteering!  The script is in installer/macosx and is
>> release-build.sh.  You may need to make a copy and adjust some things
>> for 10.6, particularly the Custom_xxx.cmake file to use.  Also, for any
>> thing to pack with the installer, add it to a folder called DmgResources
>> in that folder.  (Typically we just add CsoundQT there).  Besides that,
>> you'll need to provide the branch to build from, so something like:
>>
>> ./release-build.sh develop
>>
>> or when we do the release branch, something like:
>>
>> ./release-build.sh release/6.04.0
>>
>> You would also need to have the same dependencies in /usr/local/lib as
>> we have.  Those can be build with the dependencies script in
>> csound6/dependencies.  The download.sh script downloads the libraries,
>> and build.sh builds and installs them. (You may need to be root to do
>> the install part).
>>
>> It's a bit of a process to get it all together, but once done it's not
>> too bad.  Maybe give it a try and post any issues here and we can help
>> you through the process.
>>
>> steven
>>
>> On Tue Nov 25 2014 at 5:13:58 PM joachim heintz <jh@joachimheintz.de
>> <mailto:jh@joachimheintz.de>> wrote:
>>
>>    yes, ok, i think i could do it for 10.6.  and if andrés helps me, i
>>    could perhaps even build the recent csoundqt on 10.6.
>>
>>    which is the script you are mentioning, steven?
>>
>>             joachim
>>
>>
>>    Am 25.11.2014 um 23:03 schrieb Steven Yi:
>>> I'm wondering about this in general for if we should have a policy on
>>> how many OS releases to support (or how many years back), for any
>>> OS/system.  Linux is largely fine where users are mostly building
>>> themselves or are using binary packages built by a repo.  The kind of
>>> support work for multiple versions is oddly easier than the binary
>>> releases we are having to do for all of the other platforms.
>>>
>>> For OSX, I'm leaning towards dropping 10.6 as well.  If someone
>>    else who
>>> is a 10.6 user wants to do builds of the installer (it's all done
>>    with a
>>> single script) and wants to join in, that'd be great, but
>>    otherwise it's
>>> getting to become difficult to build/test on so many previous
>>    versions.
>>>
>>> Windows also seems to be mostly okay; it seems like the 32-bit
>>> installers are and have been working across the various versions of
>>> Windows that have not been end-of-life'd.  Are only concern there is
>>> 64-bit installers.
>>>
>>> Android and iOS also seem to be working alright for our binary
>>> distributions, as are PNaCl and Emscripten.  So this seems like
>>    just an
>>> OSX issue really.
>>>
>>> So my take: let's drop 10.6 or find someone willing to contribute to
>>> building/testing on 10.6.
>>>
>>> On Tue Nov 25 2014 at 6:55:29 AM Rory Walsh <rorywalsh@ear.ie
>>    <mailto:rorywalsh@ear.ie>
>>> <mailto:rorywalsh@ear.ie <mailto:rorywalsh@ear.ie>>> wrote:
>>>
>>>    I would hope that you can continue to prepare a version for
>>    10.6, even
>>>    if it ships without CsoundQT. I don't use CsoundQT on OSX
>>    10.6, but I
>>>    do use csound~, csoundapi~, csnd.jar, csnd.py, csladpsa,
>>    WinXound etc.
>>>    I would hate to lose support for all of these equally amazing
>>>    frontends.
>>>
>>>    On 25 November 2014 at 11:30, Victor Lazzarini
>>>    <Victor.Lazzarini@nuim.ie <mailto:Victor.Lazzarini@nuim.ie>
>>    <mailto:Victor.Lazzarini@nuim.__ie
>>    <mailto:Victor.Lazzarini@nuim.ie>>> wrote:
>>>>> From my perspective, the OSX packaging is ready. I had no
>>>    further reports, but I have fixed some outstanding issues
>>>> I found meanwhile. This should work for 10.7-10.10, and I can
>>>    produce a 10.6 package as well, but that will need
>>>> a matching CsoundQT, which we do not currently have. I am
>>>    wondering whether we should drop support for 10.6 at this
>>>> point (we have been working with 3-4 versions behind for
>>    most of
>>>    the releases, and support for 10.5 was dropped way
>>>> back in one of the later versions of 5).
>>>>
>>>> best regards
>>>> ========================
>>>> Dr Victor Lazzarini
>>>> Dean of Arts, Celtic Studies and Philosophy,
>>>> Maynooth University,
>>>> Maynooth, Co Kildare, Ireland
>>>> Tel: 00 353 7086936
>>>> Fax: 00 353 1 7086952
>>>>
>>>>> On 24 Nov 2014, at 23:01, Steven Yi <stevenyi@gmail.com
>>    <mailto:stevenyi@gmail.com>
>>>    <mailto:stevenyi@gmail.com <mailto:stevenyi@gmail.com>>> wrote:
>>>>>
>>>>> Hi All,
>>>>>
>>>>> I wanted to check in on the status of things for 6.04.0. It
>>>    seems to me there are two primary outstanding issues:
>>>>>
>>>>> * Compilation on Windows seems to be a problem
>>>>> * The Emscripten build needs to be corrected
>>>>>
>>>>> I've been going back and forth with Ed regarding
>>    Emscripten and
>>>    he's been great in leading that effort.  I'm unsure of the
>>    state of
>>>    the Windows build; could Rory and Michael chime in on where
>>    we're at?
>>>>>
>>>>> Also, are there other things we are currently waiting
>>    on?  I'm
>>>    wondering when should we start the release branch and get the
>>    other
>>>    releases going.
>>>>>
>>>>> Thanks!
>>>>> steven
>>>>>
>>>
>>      ------------------------------____----------------------------__--__------------------
>>>>> Download BIRT iHub F-Type - The Free Enterprise-Grade
>>    BIRT Server
>>>>> from Actuate! Instantly Supercharge Your Business Reports and
>>>    Dashboards
>>>>> with Interactivity, Sharing, Native Excel Exports, App
>>>    Integration & more
>>>>> Get technology previously reserved for billion-dollar
>>>    corporations, FREE
>>>>>
>>>
>>    http://pubads.g.doubleclick.____net/gampad/clk?id=157005751&____iu=/4140/ostg.clktrk_______________________________________________________
>>>
>>      <http://pubads.g.doubleclick.__net/gampad/clk?id=157005751&__iu=/4140/ostg.clktrk___________________________________________________ <http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk_______________________________________________>>
>>>>> Csound-devel mailing list
>>>>> Csound-devel@lists.__sourcefor__ge.net
>>    <http://sourceforge.net>
>>>    <mailto:Csound-devel@lists.__sourceforge.net
>>    <mailto:Csound-devel@lists.sourceforge.net>>
>>>>>
>>    https://lists.sourceforge.net/____lists/listinfo/csound-devel
>>    <https://lists.sourceforge.net/__lists/listinfo/csound-devel>
>>>
>>      <https://lists.sourceforge.__net/lists/listinfo/csound-__devel
>>    <https://lists.sourceforge.net/lists/listinfo/csound-devel>>
>>>>
>>>>
>>>>
>>>
>>      ------------------------------____----------------------------__--__------------------
>>>> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT
>>    Server
>>>> from Actuate! Instantly Supercharge Your Business Reports and
>>>    Dashboards
>>>> with Interactivity, Sharing, Native Excel Exports, App
>>>    Integration & more
>>>> Get technology previously reserved for billion-dollar
>>>    corporations, FREE
>>>>
>>>
>>    http://pubads.g.doubleclick.____net/gampad/clk?id=157005751&____iu=/4140/ostg.clktrk
>>>
>>      <http://pubads.g.doubleclick.__net/gampad/clk?id=157005751&__iu=/4140/ostg.clktrk <http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk>>
>>>> ___________________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.__sourcefor__ge.net
>>    <http://sourceforge.net>
>>>    <mailto:Csound-devel@lists.__sourceforge.net
>>    <mailto:Csound-devel@lists.sourceforge.net>>
>>>>
>>    https://lists.sourceforge.net/____lists/listinfo/csound-devel
>>    <https://lists.sourceforge.net/__lists/listinfo/csound-devel>
>>>
>>      <https://lists.sourceforge.__net/lists/listinfo/csound-__devel
>>    <https://lists.sourceforge.net/lists/listinfo/csound-devel>>
>>>
>>>
>>      ------------------------------____----------------------------__--__------------------
>>>    Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
>>>    from Actuate! Instantly Supercharge Your Business Reports and
>>    Dashboards
>>>    with Interactivity, Sharing, Native Excel Exports, App
>>    Integration &
>>>    more
>>>    Get technology previously reserved for billion-dollar
>>    corporations, FREE
>>>
>>    http://pubads.g.doubleclick.____net/gampad/clk?id=157005751&____iu=/4140/ostg.clktrk
>>>
>>      <http://pubads.g.doubleclick.__net/gampad/clk?id=157005751&__iu=/4140/ostg.clktrk <http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk>>
>>>    ___________________________________________________
>>>    Csound-devel mailing list
>>>    Csound-devel@lists.__sourcefor__ge.net <http://sourceforge.net>
>>>    <mailto:Csound-devel@lists.__sourceforge.net
>>    <mailto:Csound-devel@lists.sourceforge.net>>
>>> https://lists.sourceforge.net/____lists/listinfo/csound-devel
>>    <https://lists.sourceforge.net/__lists/listinfo/csound-devel>
>>>
>>      <https://lists.sourceforge.__net/lists/listinfo/csound-__devel
>>    <https://lists.sourceforge.net/lists/listinfo/csound-devel>>
>>>
>>>
>>>
>>>
>>    ------------------------------__------------------------------__------------------
>>> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
>>> from Actuate! Instantly Supercharge Your Business Reports and
>>    Dashboards
>>> with Interactivity, Sharing, Native Excel Exports, App
>>    Integration & more
>>> Get technology previously reserved for billion-dollar
>>    corporations, FREE
>>>
>>    http://pubads.g.doubleclick.__net/gampad/clk?id=157005751&__iu=/4140/ostg.clktrk
>>    <http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk>
>>>
>>>
>>>
>>> _________________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.__sourceforge.net
>>    <mailto:Csound-devel@lists.sourceforge.net>
>>> https://lists.sourceforge.net/__lists/listinfo/csound-devel
>>    <https://lists.sourceforge.net/lists/listinfo/csound-devel>
>>>
>>
>>    ------------------------------__------------------------------__------------------
>>    Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
>>    from Actuate! Instantly Supercharge Your Business Reports and Dashboards
>>    with Interactivity, Sharing, Native Excel Exports, App Integration &
>>    more
>>    Get technology previously reserved for billion-dollar corporations, FREE
>>    http://pubads.g.doubleclick.__net/gampad/clk?id=157005751&__iu=/4140/ostg.clktrk
>>    <http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk>
>>    _________________________________________________
>>    Csound-devel mailing list
>>    Csound-devel@lists.__sourceforge.net
>>    <mailto:Csound-devel@lists.sourceforge.net>
>>    https://lists.sourceforge.net/__lists/listinfo/csound-devel
>>    <https://lists.sourceforge.net/lists/listinfo/csound-devel>
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
>> from Actuate! Instantly Supercharge Your Business Reports and Dashboards
>> with Interactivity, Sharing, Native Excel Exports, App Integration & more
>> Get technology previously reserved for billion-dollar corporations, FREE
>> http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
>>
>>
>>
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>
> ------------------------------------------------------------------------------
> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
> from Actuate! Instantly Supercharge Your Business Reports and Dashboards
> with Interactivity, Sharing, Native Excel Exports, App Integration & more
> Get technology previously reserved for billion-dollar corporations, FREE
> http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel


------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel



Date2014-11-27 08:15
Fromjoachim heintz
SubjectRe: [Cs-dev] OSX 10.6 Build
yes, i am happy to do so.  do you have a script for the dependencies, or 
should i follow the instructions in the csound wiki?
ciao -
	joachim


Am 27.11.2014 um 02:08 schrieb Andres Cabrera:
> Hi Joachim,
>
> You will have to build CsoundQt yourself for 10.6, as the current
> binaries won't work there...
>
> Cheers,
> Andrés
>
> On Wed, Nov 26, 2014 at 5:00 PM, Steven Yi  > wrote:
>
>     To add to Victor's comment, I've been using cmake installed via
>     homebrew.  Unfortunately, I don't remember well what I had done back
>     when I installed from the binary.
>
>     For CsoundQT, I actually haven't ever built it myself and only
>     dropped in pre-built versions into the DmgResources folder.  I think
>     you should use whichever way is most comfortable for you.
>
>     Thanks!
>     steven
>
>     On Wed Nov 26 2014 at 5:43:41 PM Victor Lazzarini
>     > wrote:
>
>         The command is inside the bundle:
>
>         ligeti-2:classes victor$ which cmake
>         /Applications/CMake.app/__Contents/bin/cmake
>
>
>         ========================
>         Dr Victor Lazzarini
>         Dean of Arts, Celtic Studies and Philosophy,
>         Maynooth University,
>         Maynooth, Co Kildare, Ireland
>         Tel: 00 353 7086936
>         Fax: 00 353 1 7086952 
>
>          > On 26 Nov 2014, at 22:09, joachim heintz          > wrote:
>          >
>          > hi steven -
>          >
>          > thanks for the description.  nice scripts for the
>         dependencies; i only
>          > had to adjust two URLs; hope i have everything installed now
>         on which
>          > csound depends.
>          >
>          > where can i get a proper version of cmake?  i downloaded
>         3.0.2 from
>          > cmake.org , but this is a standalone
>         application, not executable from the
>          > terminal.
>          >
>          > second question: do i have to build csoundqt before i run
>         release-build.sh?
>          >
>          > best -
>          >       joachim
>          >
>          >
>          >
>          > Am 26.11.2014 um 00:14 schrieb Steven Yi:
>          >> Hi Joachim,
>          >>
>          >> Thanks for volunteering!  The script is in installer/macosx
>         and is
>          >> release-build.sh.  You may need to make a copy and adjust
>         some things
>          >> for 10.6, particularly the Custom_xxx.cmake file to use.
>         Also, for any
>          >> thing to pack with the installer, add it to a folder called
>         DmgResources
>          >> in that folder.  (Typically we just add CsoundQT there).
>         Besides that,
>          >> you'll need to provide the branch to build from, so
>         something like:
>          >>
>          >> ./release-build.sh develop
>          >>
>          >> or when we do the release branch, something like:
>          >>
>          >> ./release-build.sh release/6.04.0
>          >>
>          >> You would also need to have the same dependencies in
>         /usr/local/lib as
>          >> we have.  Those can be build with the dependencies script in
>          >> csound6/dependencies.  The download.sh script downloads the
>         libraries,
>          >> and build.sh builds and installs them. (You may need to be
>         root to do
>          >> the install part).
>          >>
>          >> It's a bit of a process to get it all together, but once
>         done it's not
>          >> too bad.  Maybe give it a try and post any issues here and
>         we can help
>          >> you through the process.
>          >>
>          >> steven
>          >>
>          >> On Tue Nov 25 2014 at 5:13:58 PM joachim heintz
>         
>          >> >>
>         wrote:
>          >>
>          >>    yes, ok, i think i could do it for 10.6.  and if andrés
>         helps me, i
>          >>    could perhaps even build the recent csoundqt on 10.6.
>          >>
>          >>    which is the script you are mentioning, steven?
>          >>
>          >>             joachim
>          >>
>          >>
>          >>    Am 25.11.2014 um 23:03 schrieb Steven Yi:
>          >>> I'm wondering about this in general for if we should have a
>         policy on
>          >>> how many OS releases to support (or how many years back),
>         for any
>          >>> OS/system.  Linux is largely fine where users are mostly
>         building
>          >>> themselves or are using binary packages built by a repo.
>         The kind of
>          >>> support work for multiple versions is oddly easier than the
>         binary
>          >>> releases we are having to do for all of the other platforms.
>          >>>
>          >>> For OSX, I'm leaning towards dropping 10.6 as well.  If someone
>          >>    else who
>          >>> is a 10.6 user wants to do builds of the installer (it's
>         all done
>          >>    with a
>          >>> single script) and wants to join in, that'd be great, but
>          >>    otherwise it's
>          >>> getting to become difficult to build/test on so many previous
>          >>    versions.
>          >>>
>          >>> Windows also seems to be mostly okay; it seems like the 32-bit
>          >>> installers are and have been working across the various
>         versions of
>          >>> Windows that have not been end-of-life'd.  Are only concern
>         there is
>          >>> 64-bit installers.
>          >>>
>          >>> Android and iOS also seem to be working alright for our binary
>          >>> distributions, as are PNaCl and Emscripten.  So this seems like
>          >>    just an
>          >>> OSX issue really.
>          >>>
>          >>> So my take: let's drop 10.6 or find someone willing to
>         contribute to
>          >>> building/testing on 10.6.
>          >>>
>          >>> On Tue Nov 25 2014 at 6:55:29 AM Rory Walsh
>         
>          >>    >
>          >>> 
>         >>> wrote:
>          >>>
>          >>>    I would hope that you can continue to prepare a version for
>          >>    10.6, even
>          >>>    if it ships without CsoundQT. I don't use CsoundQT on OSX
>          >>    10.6, but I
>          >>>    do use csound~, csoundapi~, csnd.jar, csnd.py, csladpsa,
>          >>    WinXound etc.
>          >>>    I would hate to lose support for all of these equally
>         amazing
>          >>>    frontends.
>          >>>
>          >>>    On 25 November 2014 at 11:30, Victor Lazzarini
>          >>>             
>                  >
>          >>             ____ie
>          >>             >>> wrote:
>          >>>>> From my perspective, the OSX packaging is ready. I had no
>          >>>    further reports, but I have fixed some outstanding issues
>          >>>> I found meanwhile. This should work for 10.7-10.10, and I can
>          >>>    produce a 10.6 package as well, but that will need
>          >>>> a matching CsoundQT, which we do not currently have. I am
>          >>>    wondering whether we should drop support for 10.6 at this
>          >>>> point (we have been working with 3-4 versions behind for
>          >>    most of
>          >>>    the releases, and support for 10.5 was dropped way
>          >>>> back in one of the later versions of 5).
>          >>>>
>          >>>> best regards
>          >>>> ========================
>          >>>> Dr Victor Lazzarini
>          >>>> Dean of Arts, Celtic Studies and Philosophy,
>          >>>> Maynooth University,
>          >>>> Maynooth, Co Kildare, Ireland
>          >>>> Tel: 00 353 7086936
>          >>>> Fax: 00 353 1 7086952 
>          >>>>
>          >>>>> On 24 Nov 2014, at 23:01, Steven Yi          
>          >>    >
>          >>>    
>         >>> wrote:
>          >>>>>
>          >>>>> Hi All,
>          >>>>>
>          >>>>> I wanted to check in on the status of things for 6.04.0. It
>          >>>    seems to me there are two primary outstanding issues:
>          >>>>>
>          >>>>> * Compilation on Windows seems to be a problem
>          >>>>> * The Emscripten build needs to be corrected
>          >>>>>
>          >>>>> I've been going back and forth with Ed regarding
>          >>    Emscripten and
>          >>>    he's been great in leading that effort.  I'm unsure of the
>          >>    state of
>          >>>    the Windows build; could Rory and Michael chime in on where
>          >>    we're at?
>          >>>>>
>          >>>>> Also, are there other things we are currently waiting
>          >>    on?  I'm
>          >>>    wondering when should we start the release branch and
>         get the
>          >>    other
>          >>>    releases going.
>          >>>>>
>          >>>>> Thanks!
>          >>>>> steven
>          >>>>>
>          >>>
>          >>
>         ------------------------------______--------------------------__--__--__------------------
>          >>>>> Download BIRT iHub F-Type - The Free Enterprise-Grade
>          >>    BIRT Server
>          >>>>> from Actuate! Instantly Supercharge Your Business Reports and
>          >>>    Dashboards
>          >>>>> with Interactivity, Sharing, Native Excel Exports, App
>          >>>    Integration & more
>          >>>>> Get technology previously reserved for billion-dollar
>          >>>    corporations, FREE
>          >>>>>
>          >>>
>          >>
>         http://pubads.g.doubleclick.______net/gampad/clk?id=157005751&______iu=/4140/ostg.clktrk___________________________________________________________
>          >>>
>          >>
>                           >>
>          >>>>> Csound-devel mailing list
>          >>>>> Csound-devel@lists.__sourcefor____ge.net
>         
>          >>    
>          >>>             __s__ourceforge.net
>         
>          >>             >>
>          >>>>>
>          >>
>         https://lists.sourceforge.net/______lists/listinfo/csound-__devel 
>          >>
>                  >
>          >>>
>          >>
>                   >>
>                  >>
>          >>>>
>          >>>>
>          >>>>
>          >>>
>          >>
>         ------------------------------______--------------------------__--__--__------------------
>          >>>> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT
>          >>    Server
>          >>>> from Actuate! Instantly Supercharge Your Business Reports and
>          >>>    Dashboards
>          >>>> with Interactivity, Sharing, Native Excel Exports, App
>          >>>    Integration & more
>          >>>> Get technology previously reserved for billion-dollar
>          >>>    corporations, FREE
>          >>>>
>          >>>
>          >>
>         http://pubads.g.doubleclick.______net/gampad/clk?id=157005751&______iu=/4140/ostg.clktrk
>          >>>
>          >>
>                           >>
>          >>>> _____________________________________________________
>          >>>> Csound-devel mailing list
>          >>>> Csound-devel@lists.__sourcefor____ge.net
>         
>          >>    
>          >>>             __s__ourceforge.net
>         
>          >>             >>
>          >>>>
>          >>
>         https://lists.sourceforge.net/______lists/listinfo/csound-__devel 
>          >>
>                  >
>          >>>
>          >>
>                   >>
>                  >>
>          >>>
>          >>>
>          >>
>         ------------------------------______--------------------------__--__--__------------------
>          >>>    Download BIRT iHub F-Type - The Free Enterprise-Grade
>         BIRT Server
>          >>>    from Actuate! Instantly Supercharge Your Business
>         Reports and
>          >>    Dashboards
>          >>>    with Interactivity, Sharing, Native Excel Exports, App
>          >>    Integration &
>          >>>    more
>          >>>    Get technology previously reserved for billion-dollar
>          >>    corporations, FREE
>          >>>
>          >>
>         http://pubads.g.doubleclick.______net/gampad/clk?id=157005751&______iu=/4140/ostg.clktrk
>          >>>
>          >>
>                           >>
>          >>>    _____________________________________________________
>          >>>    Csound-devel mailing list
>          >>>    Csound-devel@lists.__sourcefor____ge.net
>          
>          >>>             __s__ourceforge.net
>         
>          >>             >>
>          >>>
>         https://lists.sourceforge.net/______lists/listinfo/csound-__devel 
>          >>
>                  >
>          >>>
>          >>
>                   >>
>                  >>
>          >>>
>          >>>
>          >>>
>          >>>
>          >>
>         ------------------------------____----------------------------__--__------------------
>          >>> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT
>         Server
>          >>> from Actuate! Instantly Supercharge Your Business Reports and
>          >>    Dashboards
>          >>> with Interactivity, Sharing, Native Excel Exports, App
>          >>    Integration & more
>          >>> Get technology previously reserved for billion-dollar
>          >>    corporations, FREE
>          >>>
>          >>
>         http://pubads.g.doubleclick.____net/gampad/clk?id=157005751&____iu=/4140/ostg.clktrk
>          >>
>                  >
>          >>>
>          >>>
>          >>>
>          >>> ___________________________________________________
>          >>> Csound-devel mailing list
>          >>> Csound-devel@lists.__sourcefor__ge.net 
>          >>             >
>          >>>
>         https://lists.sourceforge.net/____lists/listinfo/csound-devel
>         
>          >>
>                  >
>          >>>
>          >>
>          >>
>         ------------------------------____----------------------------__--__------------------
>          >>    Download BIRT iHub F-Type - The Free Enterprise-Grade
>         BIRT Server
>          >>    from Actuate! Instantly Supercharge Your Business Reports
>         and Dashboards
>          >>    with Interactivity, Sharing, Native Excel Exports, App
>         Integration &
>          >>    more
>          >>    Get technology previously reserved for billion-dollar
>         corporations, FREE
>          >>
>         http://pubads.g.doubleclick.____net/gampad/clk?id=157005751&____iu=/4140/ostg.clktrk
>          >>
>                  >
>          >>    ___________________________________________________
>          >>    Csound-devel mailing list
>          >>    Csound-devel@lists.__sourcefor__ge.net
>         
>          >>             >
>          >>
>         https://lists.sourceforge.net/____lists/listinfo/csound-devel
>         
>          >>
>                  >
>          >>
>          >>
>          >>
>          >>
>         ------------------------------__------------------------------__------------------
>          >> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT
>         Server
>          >> from Actuate! Instantly Supercharge Your Business Reports
>         and Dashboards
>          >> with Interactivity, Sharing, Native Excel Exports, App
>         Integration & more
>          >> Get technology previously reserved for billion-dollar
>         corporations, FREE
>          >>
>         http://pubads.g.doubleclick.__net/gampad/clk?id=157005751&__iu=/4140/ostg.clktrk
>         
>          >>
>          >>
>          >>
>          >> _________________________________________________
>          >> Csound-devel mailing list
>          >> Csound-devel@lists.__sourceforge.net
>         
>          >> https://lists.sourceforge.net/__lists/listinfo/csound-devel
>         
>          >>
>          >
>          >
>         ------------------------------__------------------------------__------------------
>          > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
>          > from Actuate! Instantly Supercharge Your Business Reports and
>         Dashboards
>          > with Interactivity, Sharing, Native Excel Exports, App
>         Integration & more
>          > Get technology previously reserved for billion-dollar
>         corporations, FREE
>          >
>         http://pubads.g.doubleclick.__net/gampad/clk?id=157005751&__iu=/4140/ostg.clktrk
>         
>          > _________________________________________________
>          > Csound-devel mailing list
>          > Csound-devel@lists.__sourceforge.net
>         
>          > https://lists.sourceforge.net/__lists/listinfo/csound-devel
>         
>
>
>         ------------------------------__------------------------------__------------------
>         Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
>         from Actuate! Instantly Supercharge Your Business Reports and
>         Dashboards
>         with Interactivity, Sharing, Native Excel Exports, App
>         Integration & more
>         Get technology previously reserved for billion-dollar
>         corporations, FREE
>         http://pubads.g.doubleclick.__net/gampad/clk?id=157005751&__iu=/4140/ostg.clktrk
>         
>         _________________________________________________
>         Csound-devel mailing list
>         Csound-devel@lists.__sourceforge.net
>         
>         https://lists.sourceforge.net/__lists/listinfo/csound-devel
>         
>
>
>     ------------------------------------------------------------------------------
>     Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
>     from Actuate! Instantly Supercharge Your Business Reports and Dashboards
>     with Interactivity, Sharing, Native Excel Exports, App Integration &
>     more
>     Get technology previously reserved for billion-dollar corporations, FREE
>     http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
>     _______________________________________________
>     Csound-devel mailing list
>     Csound-devel@lists.sourceforge.net
>     
>     https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>
>
> ------------------------------------------------------------------------------
> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
> from Actuate! Instantly Supercharge Your Business Reports and Dashboards
> with Interactivity, Sharing, Native Excel Exports, App Integration & more
> Get technology previously reserved for billion-dollar corporations, FREE
> http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
>
>
>
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://l

Date2014-12-01 21:20
Fromjoachim heintz
SubjectRe: [Cs-dev] OSX 10.6 Build
hi there -

i am trying to adjust Custom_10.9.cmake to my settings (and save it as 
Custom_10.6.cmake).  these are my questions:

1. there is
list(APPEND CMAKE_SYSTEM_LIBRARY_PATH "/Users/victor/src/stk-4.4.4/src")
list(APPEND CMAKE_SYSTEM_INCLUDE_PATH "/Users/victor/src/stk-4.4.4/include")
but i have no stk installed.  i think this was no part of the download / 
install shell script?  do i need it?  where to get it?

2. similar thing with
set(MAX_SDK_ROOT /Users/stevenyi/work/max_msp/MaxSDK-6.1.4)
i think this is related to building the csound~ object for maxmsp?  do i 
need maxmsp for it (i don't have it on my computer, only max5).

3. list(APPEND CMAKE_SYSTEM_INCLUDE_PATH 
"/Applications/Pd-extended.app/Contents/Resources/include")
what is this for?

thanks -
	joachim

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net