[Cs-dev] Csound5, #undef broken?
Date | 2005-06-26 02:15 |
From | Iain Duncan |
Subject | [Cs-dev] Csound5, #undef broken? |
I just did a fresh check out from anon cvs and compiled with no problems. However, my gig ensemble now fails with no legal opcode syntax errors for #undef. I tested some other simple ensembles just to make sure it wasn't the load library thing and they were fine. Anyone know what happened to undef? And can you let me know if it gets fixed? Thanks Iain ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2005-06-26 10:18 |
From | Istvan Varga |
Subject | Re: [Cs-dev] Csound5, #undef broken? |
Iain Duncan wrote: > I just did a fresh check out from anon cvs and compiled with no > problems. However, my gig ensemble now fails with no legal opcode syntax > errors for #undef. Did you have these errors in the orchestra or the score ? I have found problems with #undef in the score, and will commit a fix soon. Orchestra macros seem to work however, so if you also found errors there, an example CSD would be welcome. ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2005-06-26 11:26 |
From | Istvan Varga |
Subject | Re: [Cs-dev] Csound5, #undef broken? |
Attachments | test.csd |
Istvan Varga wrote: > Iain Duncan wrote: > > > I just did a fresh check out from anon cvs and compiled with no > > problems. However, my gig ensemble now fails with no legal opcode > > syntax errors for #undef. > > Did you have these errors in the orchestra or the score ? > I have found problems with #undef in the score, and will commit a fix > soon. In (developer) CVS now. I can compile the attached CSD without problems, but there may be other, less obvious errors. |