|
I guess this a question for Michael ...
In the windows installer script, is the RAWWAVE_PATH supposed to be wrapped in the NONFREE !ifdef, or not? Currently, the addition of the variable is not wrapped in the NONFREE !ifdef, but it's removal is, which leaves the variable there after Csound is uninstalled. I'll be happy to fix it if I can get git write access. Cheers, ~ andy.f ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Csound-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/csound-devel |
|
STK stuff used to be NONFREE but now is compatible with the WIndows
license. If you get write access (which I would give you if I could) feel free to fix it, I will fix it next time I build a release if you do not. Thanks, Mike On Thu, Feb 16, 2012 at 9:57 PM, andy fillebrown <[hidden email]> wrote: > I guess this a question for Michael ... > > In the windows installer script, is the RAWWAVE_PATH supposed to be > wrapped in the NONFREE !ifdef, or not? Currently, the addition of the > variable is not wrapped in the NONFREE !ifdef, but it's removal is, > which leaves the variable there after Csound is uninstalled. I'll be > happy to fix it if I can get git write access. > > Cheers, > ~ andy.f > > ------------------------------------------------------------------------------ > Virtualization & Cloud Management Using Capacity Planning > Cloud computing makes use of virtualization - but cloud computing > also focuses on allowing computing to be delivered as a service. > http://www.accelacomm.com/jaw/sfnl/114/51521223/ > _______________________________________________ > Csound-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/csound-devel -- Michael Gogins Irreducible Productions http://www.michael-gogins.com Michael dot Gogins at gmail dot com ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Csound-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/csound-devel |
|
I mean, STK is compatible with the Csound license.
On Thu, Feb 16, 2012 at 10:02 PM, Michael Gogins <[hidden email]> wrote: > STK stuff used to be NONFREE but now is compatible with the WIndows > license. If you get write access (which I would give you if I could) > feel free to fix it, I will fix it next time I build a release if you > do not. > > Thanks, > Mike > > On Thu, Feb 16, 2012 at 9:57 PM, andy fillebrown > <[hidden email]> wrote: >> I guess this a question for Michael ... >> >> In the windows installer script, is the RAWWAVE_PATH supposed to be >> wrapped in the NONFREE !ifdef, or not? Currently, the addition of the >> variable is not wrapped in the NONFREE !ifdef, but it's removal is, >> which leaves the variable there after Csound is uninstalled. I'll be >> happy to fix it if I can get git write access. >> >> Cheers, >> ~ andy.f >> >> ------------------------------------------------------------------------------ >> Virtualization & Cloud Management Using Capacity Planning >> Cloud computing makes use of virtualization - but cloud computing >> also focuses on allowing computing to be delivered as a service. >> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >> _______________________________________________ >> Csound-devel mailing list >> [hidden email] >> https://lists.sourceforge.net/lists/listinfo/csound-devel > > > > -- > Michael Gogins > Irreducible Productions > http://www.michael-gogins.com > Michael dot Gogins at gmail dot com -- Michael Gogins Irreducible Productions http://www.michael-gogins.com Michael dot Gogins at gmail dot com ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Csound-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/csound-devel |
|
Ok, so I take it the removal of the RAWWAVE_PATH variable should *not*
be wrapped in the NONFREE !ifdef anymore. Thanks. Removing the Csound bin directory from the PYTHONPATH will be a little trickier since there may be other entries for it. I should be able to figure it out from how the PATH variable is handled, though. If I don't have write access, I'll post the modified script after I test it, and clear out the bug report. Cheers, ~ af On Thu, Feb 16, 2012 at 10:04 PM, Michael Gogins <[hidden email]> wrote: > I mean, STK is compatible with the Csound license. > > On Thu, Feb 16, 2012 at 10:02 PM, Michael Gogins > <[hidden email]> wrote: >> STK stuff used to be NONFREE but now is compatible with the WIndows >> license. If you get write access (which I would give you if I could) >> feel free to fix it, I will fix it next time I build a release if you >> do not. >> >> Thanks, >> Mike >> >> On Thu, Feb 16, 2012 at 9:57 PM, andy fillebrown >> <[hidden email]> wrote: >>> I guess this a question for Michael ... >>> >>> In the windows installer script, is the RAWWAVE_PATH supposed to be >>> wrapped in the NONFREE !ifdef, or not? Currently, the addition of the >>> variable is not wrapped in the NONFREE !ifdef, but it's removal is, >>> which leaves the variable there after Csound is uninstalled. I'll be >>> happy to fix it if I can get git write access. >>> >>> Cheers, >>> ~ andy.f >>> >>> ------------------------------------------------------------------------------ >>> Virtualization & Cloud Management Using Capacity Planning >>> Cloud computing makes use of virtualization - but cloud computing >>> also focuses on allowing computing to be delivered as a service. >>> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >>> _______________________________________________ >>> Csound-devel mailing list >>> [hidden email] >>> https://lists.sourceforge.net/lists/listinfo/csound-devel >> >> >> >> -- >> Michael Gogins >> Irreducible Productions >> http://www.michael-gogins.com >> Michael dot Gogins at gmail dot com > > > > -- > Michael Gogins > Irreducible Productions > http://www.michael-gogins.com > Michael dot Gogins at gmail dot com > > ------------------------------------------------------------------------------ > Virtualization & Cloud Management Using Capacity Planning > Cloud computing makes use of virtualization - but cloud computing > also focuses on allowing computing to be delivered as a service. > http://www.accelacomm.com/jaw/sfnl/114/51521223/ > _______________________________________________ > Csound-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/csound-devel ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Csound-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/csound-devel |
|
That would be great - either way.
Regards, Mike On Thu, Feb 16, 2012 at 10:15 PM, andy fillebrown <[hidden email]> wrote: > Ok, so I take it the removal of the RAWWAVE_PATH variable should *not* > be wrapped in the NONFREE !ifdef anymore. Thanks. > > Removing the Csound bin directory from the PYTHONPATH will be a little > trickier since there may be other entries for it. I should be able to > figure it out from how the PATH variable is handled, though. > > If I don't have write access, I'll post the modified script after I > test it, and clear out the bug report. > > Cheers, > ~ af > > > > On Thu, Feb 16, 2012 at 10:04 PM, Michael Gogins > <[hidden email]> wrote: >> I mean, STK is compatible with the Csound license. >> >> On Thu, Feb 16, 2012 at 10:02 PM, Michael Gogins >> <[hidden email]> wrote: >>> STK stuff used to be NONFREE but now is compatible with the WIndows >>> license. If you get write access (which I would give you if I could) >>> feel free to fix it, I will fix it next time I build a release if you >>> do not. >>> >>> Thanks, >>> Mike >>> >>> On Thu, Feb 16, 2012 at 9:57 PM, andy fillebrown >>> <[hidden email]> wrote: >>>> I guess this a question for Michael ... >>>> >>>> In the windows installer script, is the RAWWAVE_PATH supposed to be >>>> wrapped in the NONFREE !ifdef, or not? Currently, the addition of the >>>> variable is not wrapped in the NONFREE !ifdef, but it's removal is, >>>> which leaves the variable there after Csound is uninstalled. I'll be >>>> happy to fix it if I can get git write access. >>>> >>>> Cheers, >>>> ~ andy.f >>>> >>>> ------------------------------------------------------------------------------ >>>> Virtualization & Cloud Management Using Capacity Planning >>>> Cloud computing makes use of virtualization - but cloud computing >>>> also focuses on allowing computing to be delivered as a service. >>>> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >>>> _______________________________________________ >>>> Csound-devel mailing list >>>> [hidden email] >>>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>> >>> >>> >>> -- >>> Michael Gogins >>> Irreducible Productions >>> http://www.michael-gogins.com >>> Michael dot Gogins at gmail dot com >> >> >> >> -- >> Michael Gogins >> Irreducible Productions >> http://www.michael-gogins.com >> Michael dot Gogins at gmail dot com >> >> ------------------------------------------------------------------------------ >> Virtualization & Cloud Management Using Capacity Planning >> Cloud computing makes use of virtualization - but cloud computing >> also focuses on allowing computing to be delivered as a service. >> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >> _______________________________________________ >> Csound-devel mailing list >> [hidden email] >> https://lists.sourceforge.net/lists/listinfo/csound-devel > > ------------------------------------------------------------------------------ > Virtualization & Cloud Management Using Capacity Planning > Cloud computing makes use of virtualization - but cloud computing > also focuses on allowing computing to be delivered as a service. > http://www.accelacomm.com/jaw/sfnl/114/51521223/ > _______________________________________________ > Csound-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/csound-devel -- Michael Gogins Irreducible Productions http://www.michael-gogins.com Michael dot Gogins at gmail dot com ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Csound-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/csound-devel |
| Powered by Nabble | See how NAML generates this page |
