Re: [Cs-dev] csound5GUI on OSX10.3
Date | 2006-05-09 12:06 |
From | Istvan Varga |
Subject | Re: [Cs-dev] csound5GUI on OSX10.3 |
Attachments | None |
Date | 2006-05-09 13:01 |
From | Victor Lazzarini |
Subject | [Cs-dev] csound5GUI on OSX10.3 |
Built and tested csound5GUI on OSX 10.3. I am using FLTK 1.1.7, which I did not have any problems building and installing. It seems to work OK with orchestras using widget opcodes. The only problem is the location of the python module. When _csnd.so and csnd.py are not in the right place, it does not start, which is correct, but csound5GUI starts and runs. But after I put the python module files in the correct location, csound5GUI crashes as it tries to start. This is with sources taken yesterday before the CVS problem. I have also tried the python module from a python shell and it crashes when you try to compile a CSD. Victor Victor Lazzarini Music Technology Laboratory Music Department National University of Ireland, Maynooth ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2006-05-09 13:11 |
From | Victor Lazzarini |
Subject | Re: [Cs-dev] csound5GUI on OSX10.3 |
re:python module, I reinstalled 5.01 and it seems to be crashing there as well. I am not really sure what is going on. I had the impression it was working last time I checked. Victor At 12:06 09/05/2006, you wrote: >On Tuesday 09 May 2006 14:01, Victor Lazzarini wrote: > > > Built and tested csound5GUI on OSX 10.3. I am using FLTK 1.1.7, > > which I did not have any problems building and installing. > > > > It seems to work OK with orchestras using widget opcodes. The only > > problem is the location of the python module. When _csnd.so and > > csnd.py are not in the right place, it does not start, which is correct, > > but csound5GUI starts and runs. But after I put the python module > > files in the correct location, csound5GUI crashes as it tries to start. > > > > This is with sources taken yesterday before the CVS problem. I have > > also tried the python module from a python shell and it crashes when > > you try to compile a CSD. > >Perhaps I will just disable the Python stuff on OS X for now. > >Did you also test disabling the "perform in a separate thread" >option ? If not, then the widget opcodes seem to work in a >separate thread, at least on 10.3; however, it is 10.4 that has >always been very problematic. > > >------------------------------------------------------- >Using Tomcat but need to do more? Need to support web services, security? >Get stuff done quickly with pre-integrated technology to make your job easier >Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo >http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >_______________________________________________ >Csound-devel mailing list >Csound-devel@lists.sourceforge.net >https://lists.sourceforge.net/lists/listinfo/csound-devel Victor Lazzarini Music Technology Laboratory Music Department National University of Ireland, Maynooth ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2006-05-09 14:18 |
From | Victor Lazzarini |
Subject | Re: [Cs-dev] csound5GUI on OSX10.3 |
yes, they work only with the separate thread option on. I'll have to wait for CVS to be back to try on 10.4 At 12:06 09/05/2006, you wrote: >On Tuesday 09 May 2006 14:01, Victor Lazzarini wrote: > > > Built and tested csound5GUI on OSX 10.3. I am using FLTK 1.1.7, > > which I did not have any problems building and installing. > > > > It seems to work OK with orchestras using widget opcodes. The only > > problem is the location of the python module. When _csnd.so and > > csnd.py are not in the right place, it does not start, which is correct, > > but csound5GUI starts and runs. But after I put the python module > > files in the correct location, csound5GUI crashes as it tries to start. > > > > This is with sources taken yesterday before the CVS problem. I have > > also tried the python module from a python shell and it crashes when > > you try to compile a CSD. > >Perhaps I will just disable the Python stuff on OS X for now. > >Did you also test disabling the "perform in a separate thread" >option ? If not, then the widget opcodes seem to work in a >separate thread, at least on 10.3; however, it is 10.4 that has >always been very problematic. > > >------------------------------------------------------- >Using Tomcat but need to do more? Need to support web services, security? >Get stuff done quickly with pre-integrated technology to make your job easier >Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo >http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >_______________________________________________ >Csound-devel mailing list >Csound-devel@lists.sourceforge.net >https://lists.sourceforge.net/lists/listinfo/csound-devel Victor Lazzarini Music Technology Laboratory Music Department National University of Ireland, Maynooth ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2006-05-09 15:34 |
From | Istvan Varga |
Subject | Re: [Cs-dev] csound5GUI on OSX10.3 |
Attachments | None |