Csound Csound-dev Csound-tekno Search About

[Cs-dev] [Cs-dev]Makefile for OS X

Date2005-02-05 16:55
Frommatt comeione
Subject[Cs-dev] [Cs-dev]Makefile for OS X
This is a request for John Ffitch and Matt Ingalls,
Would it be possible to post the Makefile used to build the command 
line version of Csound for OS X to be posted?  It would be of great 
assistance in getting my head wrapped around the GBS version, as well 
as having a snap shot of Csound that I can work with.

Thank you,
---
matt@ideocentric.com
http://www.ideocentric.com



-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2005-02-05 18:34
Frommatt
SubjectRe: [Cs-dev] [Cs-dev]Makefile for OS X
im still using codewarrior.  have an xcode project for my cs4
sources too but nothing for cs5 yet.

On Feb 5, 2005, at 8:55 AM, matt comeione wrote:

> This is a request for John Ffitch and Matt Ingalls,
> Would it be possible to post the Makefile used to build the command 
> line version of Csound for OS X to be posted?  It would be of great 
> assistance in getting my head wrapped around the GBS version, as well 
> as having a snap shot of Csound that I can work with.
>
> Thank you,
> ---
> matt@ideocentric.com
> http://www.ideocentric.com
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
> Tool for open source databases. Create drag-&-drop reports. Save time
> by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
> Download a FREE copy at http://www.intelliview.com/go/osdn_nl
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>



-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2005-02-05 18:56
FromJohn ffitch
SubjectRe: [Cs-dev] [Cs-dev]Makefile for OS X
I think I have a simple Makefile, but due to works theMac will not be 
available until Monday at the earliest, and more likely not until week on 
Monday.
  Will look though
==John




-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2005-02-05 18:59
FromJohn ffitch
SubjectRe: [Cs-dev] [Cs-dev]Makefile for OS X
./Sourceforge/csound/csound/Makefile.macosx






-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2005-02-05 22:48
FromAnthony Kozar
SubjectRe: [Cs-dev] [Cs-dev]Makefile for OS X
Attachmentsmakef  
I don't think the Makefile.macosx in CVS really works.  Or at least it did
not for me the last time I tried it.

I've attached the Makefile that I used last time I built Csound that way.
This makefile works with John ffitch's 4.23f12 distribution.  (You need to
create a blank file called autoheader.h though, I think).

I've also packaged up a CVS snapshot from a week ago that contains the
configuration files (I just ran autoreconf on it).  It is at

http://akozar.spymac.net/csound-cvs-20050129.tgz

In addition, I have made a few changes to the real-time audio code since
then and the flcsound main.cpp to make them compile/work better (I hope).
These changes are at

http://akozar.spymac.net/changes.tgz

The working directory contains rtaudio code before I significantly altered
how it works.  The experimental directory is after the alterations, which I
think are now in CVS anyways.

Hopefully these files should allow you build Csound with the GBU build
system or jpff's makefile.


Anthony Kozar
anthony.kozar@utoledo.edu
http://akozar.spymac.net/

On 2/5/05 11:55 AM, matt comeione  etched in stone:

> This is a request for John Ffitch and Matt Ingalls,
> Would it be possible to post the Makefile used to build the command
> line version of Csound for OS X to be posted?  It would be of great
> assistance in getting my head wrapped around the GBS version, as well
> as having a snap shot of Csound that I can work with.


Date2005-02-06 00:37
Fromramsdell@mitre.org (John D. Ramsdell)
SubjectRe: [Cs-dev] [Cs-dev]Makefile for OS X
Anthony,

I just sent him a distribution I made from the current contents of the
CVS repository.  That should solve this problem for now.

John


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2005-02-06 01:04
Frommatt comeione
SubjectRe: [Cs-dev] [Cs-dev]Makefile for OS X
I just wanted to say thanks to all that have jumped in (John ffitch, 
Matt Ingalls, Anthony Kozar and John Ramsdell)... Your help is greatly 
appreciated.

Matt, If you could also post the xcode project for cs4 that would be 
great as well.

You guys all rock!


On Feb 5, 2005, at 2:48 PM, Anthony Kozar wrote:

> I don't think the Makefile.macosx in CVS really works.  Or at least it 
> did
> not for me the last time I tried it.
>
> I've attached the Makefile that I used last time I built Csound that 
> way.
> This makefile works with John ffitch's 4.23f12 distribution.  (You 
> need to
> create a blank file called autoheader.h though, I think).
>
> I've also packaged up a CVS snapshot from a week ago that contains the
> configuration files (I just ran autoreconf on it).  It is at
>
> http://akozar.spymac.net/csound-cvs-20050129.tgz
>
> In addition, I have made a few changes to the real-time audio code 
> since
> then and the flcsound main.cpp to make them compile/work better (I 
> hope).
> These changes are at
>
> http://akozar.spymac.net/changes.tgz
>
> The working directory contains rtaudio code before I significantly 
> altered
> how it works.  The experimental directory is after the alterations, 
> which I
> think are now in CVS anyways.
>
> Hopefully these files should allow you build Csound with the GBU build
> system or jpff's makefile.
>
>
> Anthony Kozar
> anthony.kozar@utoledo.edu
> http://akozar.spymac.net/
>
> On 2/5/05 11:55 AM, matt comeione  etched in 
> stone:
>
>> This is a request for John Ffitch and Matt Ingalls,
>> Would it be possible to post the Makefile used to build the command
>> line version of Csound for OS X to be posted?  It would be of great
>> assistance in getting my head wrapped around the GBS version, as well
>> as having a snap shot of Csound that I can work with.
>
> 
---
matt@ideocentric.com
http://www.ideocentric.com



-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net