[Cs-dev] February 1?
Date | 2006-01-24 10:29 |
From | Victor Lazzarini |
Subject | [Cs-dev] February 1? |
How does Feb 1, as suggested by Michael, sound as a release date? Victor Lazzarini Music Technology Laboratory Music Department National University of Ireland, Maynooth ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2006-01-25 06:39 |
From | jpff@codemist.co.uk |
Subject | Re: [Cs-dev] February 1? |
>>>>> "Victor" == Victor Lazzarini |
Date | 2006-01-25 07:02 |
From | Anthony Kozar |
Subject | Re: [Cs-dev] February 1? |
jpff@codemist.co.uk wrote on 1/25/06 1:39 AM: >>>>>> "Victor" == Victor Lazzarini |
Date | 2006-01-25 07:44 |
From | jpff@codemist.co.uk |
Subject | Re: [Cs-dev] February 1? |
Those patches look OK to me -- the first one looks like a bug at present. ==John ffitch ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2006-01-25 19:39 |
From | Anthony Kozar |
Subject | Re: [Cs-dev] February 1? |
Thanks to Istvan for checking in my changes before I could get to it :) I updated the ChangeLog as well, and I put the sysdep.h changes for including stdint.h back to the way I had them. I think that it may be necessary to do the USE_GUSI2 check first (before HAVE_STDINT_H) because when I am compiling the Python material for Csound, there are two stdint.h files that get included in my system. One is from the compiler and the other is from the GUSI package that Python requires. The #ifdefs I put in sysdep.h are so that only the GUSI one gets included when compiling Python opcodes and interface. But when I compile CsoundLib it needs to be the other way. So please leave this alone for now. Thanks. Anthony Kozar anthonykozar AT sbcglobal DOT net Anthony Kozar wrote on 1/25/06 2:02 AM: > However, would anyone mind if I check in the following minor changes to > mixer.cpp, pythonopcodes.c, and sysdep.h so that I can continue to compile on > MacOS 9? The change to mixer.cpp is a simple <> versus "" issue. The changes > to the other two files are #ifdef-ed for MacOS 9 only and therefore should not > cause any problems for anyone else. ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2006-01-25 19:58 |
From | Istvan Varga |
Subject | Re: [Cs-dev] February 1? |
Attachments | None |
Date | 2006-01-25 22:05 |
From | Anthony Kozar |
Subject | Re: [Cs-dev] February 1? |
Istvan Varga wrote on 1/25/06 2:58 PM: > How about these ? > > @@ -109,16 +109,19 @@ > #endif > > #if defined(macintosh) > # define mac_classic /* All Mac Compiles Before OSX, including Carbon */ > + /* define mills_macintosh in your prefix file > + to compile the Mills "Perf" version */ > # ifndef USE_GUSI2 > # include |
Date | 2006-01-26 07:56 |
From | jpff@codemist.co.uk |
Subject | Re: [Cs-dev] February 1? |
Yes, I am responsible for the introduction of the SYMANTEC thread, as that was the compiler I used on OS7. I thought it had been removed. ==John ffitch ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2006-01-26 10:09 |
From | Istvan Varga |
Subject | Re: [Cs-dev] February 1? |
Attachments | None |
Date | 2006-01-26 19:12 |
From | Anthony Kozar |
Subject | Re: [Cs-dev] February 1? |
Does "preparing release material" mean that we should begin compiling binaries, or do you mean writing other materials such as Release Notes or a ReadMe? I would like to do a clean checkout of the release sources -- can we tag everything when CVS is in order? John, will you be making a release notes file with a list of significant changes or would you like someone else to do so? I volunteer to do it -- just be forewarned that I tend to write with --verbose on. :) Anthony Kozar anthonykozar AT sbcglobal DOT net jpff@codemist.co.uk wrote on 1/25/06 1:39 AM: > Victor> How does Feb 1, as suggested by Michael, sound as a release date? > > I would be happy with this. I think the system is ready now, and the > documentation is better than any previous version had. Sure we could > produce better material, but we need to get this officially out. Can > we move to preparing release material? ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2006-01-26 19:24 |
From | Istvan Varga |
Subject | Re: [Cs-dev] February 1? |
Attachments | None |