Csound Csound-dev Csound-tekno Search About

Linking Csound API on OSX?

Date2015-06-24 05:06
FromPaul Batchelor
SubjectLinking Csound API on OSX?
AttachmentsNone  None  
Hello List,

I've been scratching my head trying to get some of my C/C++ code using the Csound API to build on an OSX computer. Is there any documentation for compiling Csound API code on OSX?

On my Linux computers, all I have to do to compile code is use gcc/g++ with the flags "-lcsound64 -lcsnd6". This doesn't seem to be the case for OSX...

Can anybody here help me?

Thanks,

-P


Date2015-06-24 08:05
FromVictor Lazzarini
SubjectRe: Linking Csound API on OSX?
-framework CsoundLib64 

should do it.

Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy
Maynooth University
Ireland

> On 24 Jun 2015, at 05:06, Paul Batchelor  wrote:
> 
> Hello List,
> 
> I've been scratching my head trying to get some of my C/C++ code using the Csound API to build on an OSX computer. Is there any documentation for compiling Csound API code on OSX?
> 
> On my Linux computers, all I have to do to compile code is use gcc/g++ with the flags "-lcsound64 -lcsnd6". This doesn't seem to be the case for OSX...
> 
> Can anybody here help me?
> 
> Thanks,
> 
> -P
> 
> ------------------------------------------------------------------------------
> Monitor 25 network devices or servers for free with OpManager!
> OpManager is web-based network management software that monitors 
> network devices and physical & virtual servers, alerts via email & sms 
> for fault. Monitor 25 devices for free with no restriction. Download now
> http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

------------------------------------------------------------------------------
Monitor 25 network devices or servers for free with OpManager!
OpManager is web-based network management software that monitors 
network devices and physical & virtual servers, alerts via email & sms 
for fault. Monitor 25 devices for free with no restriction. Download now
http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-06-24 17:49
FromPaul Batchelor
SubjectRe: Linking Csound API on OSX?
AttachmentsNone  None  
Yup! That was the bit I was missing. Thanks.

On Wed, Jun 24, 2015 at 3:05 AM, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
-framework CsoundLib64

should do it.

Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy
Maynooth University
Ireland

> On 24 Jun 2015, at 05:06, Paul Batchelor <ralphbluecoat@gmail.com> wrote:
>
> Hello List,
>
> I've been scratching my head trying to get some of my C/C++ code using the Csound API to build on an OSX computer. Is there any documentation for compiling Csound API code on OSX?
>
> On my Linux computers, all I have to do to compile code is use gcc/g++ with the flags "-lcsound64 -lcsnd6". This doesn't seem to be the case for OSX...
>
> Can anybody here help me?
>
> Thanks,
>
> -P
>
> ------------------------------------------------------------------------------
> Monitor 25 network devices or servers for free with OpManager!
> OpManager is web-based network management software that monitors
> network devices and physical & virtual servers, alerts via email & sms
> for fault. Monitor 25 devices for free with no restriction. Download now
> http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

------------------------------------------------------------------------------
Monitor 25 network devices or servers for free with OpManager!
OpManager is web-based network management software that monitors
network devices and physical & virtual servers, alerts via email & sms
for fault. Monitor 25 devices for free with no restriction. Download now
http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here