RE: [Cs-dev] problems building CsoundVST
Date | 2005-02-09 16:17 |
From | "gogins@pipeline.com" |
Subject | RE: [Cs-dev] problems building CsoundVST |
I'll keep on this till it's solved. Original Message: ----------------- From: Dave Phillips dlphilp@bright.net Date: Wed, 09 Feb 2005 11:24:55 -0500 To: csound-devel@lists.sourceforge.net Subject: [Cs-dev] problems building CsoundVST Greetings: For the past two days I've built and rebuilt Cs5, trying to make the CsoundVST frontend. Alas, I'm completely stopped at this point. I've used two different versions of SWIG (1.3.21 and 1.3.24), and I've followed Michael's instructions regarding the failing CsoundVST_wrap.cc file. No joy. The SWIG versions produce different sets of errors, and it made no difference removing the offending file. Using buildCsoundVST=0 creates a perfectly working Csound5 binary, there are no problems with the general build. The compiler here is Red Hat 9's GCC 3.2.2, which has given no trouble with previous Cs5 builds. If Michael's able to compile CsoundVST with GCC 3.4.x then the trouble may indeed be compiler-related. :( I'll try a completely fresh build on FC3 later this evening. CsoundVST is sweet, I hope a solution can be found for my current dilemma. Best, dp swig -c++ -includeall -verbose -outdir . -I. -I./H -I/usr/local/include/python2.3 -I/usr/local/include -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/X11R6/include -Ifrontends/CsoundVST -I/usr/include/python2.3 -DCSOUND_WITH_API -DLINUX -DPIPES -DHAVE_FCNTL_H -DHAVE_UNISTD_H -DHAVE_STDINT_H -DHAVE_MALLOC_H -DHAVE_SGTTY_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_CTYPE_H -DHAVE_TERMIOS_H -DHAVE_STRING_H -DHAVE_DIRENT_H -DHAVE_JNI_H -DWINDOWS -DUSE_FLTK -python -o frontends/CsoundVST/CsoundVST_wrap.cc frontends/CsoundVST/CsoundVST.i LibDir: python ./ ./ ./H/ /usr/local/include/python2.3/ /usr/local/include/ /usr/include/ /usr/X11R6/include/ /usr/X11R6/include/ /usr/include/freetype2/ /usr/X11R6/include/ frontends/CsoundVST/ /usr/include/python2.3/ /usr/local/lib/swig1.3/python/ ./swig_lib/python/ /usr/local/lib/swig1.3/config/ ./swig_lib/config/ /usr/local/lib/swig1.3/ ./swig_lib/ Preprocessing... Starting language-specific parse... frontends/CsoundVST/Event.hpp:38: Template 'pair' undefined. frontends/CsoundVST/Event.hpp:164: Warning(362): operator= ignored frontends/CsoundVST/Event.hpp:165: Warning(362): operator= ignored frontends/CsoundVST/Midifile.hpp:36: Template 'pair' undefined. Processing types... frontends/CsoundVST/Event.hpp:75: Warning(401): Nothing known about class 'ublas::vector |
Date | 2005-02-09 17:19 |
From | Dave Phillips |
Subject | Re: [Cs-dev] problems building CsoundVST |
gogins@pipeline.com wrote: >I'll keep on this till it's solved. > > Thanks, Michael, I'll keep testing anything you come up with. :) Best, dp ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2005-02-09 17:29 |
From | Dave Phillips |
Subject | [Cs-dev] some questions about versions |
Greetings: I'm rewriting my Linux Csound page, it's not been updated since January 2004. I intend to provide a brief tutorial on building Csound, but I have a few questions first: 1) Is the 4.23f12 package something I should describe ? When I tried 'make all' with the default Makefile options I received this error message: [dlphilp@localhost csound4_23f12]$ make cc -Wall -O2 -malign-loops=4 -malign-jumps=4 -ffast-math -fomit-frame-pointer -finline-functions -funroll-loops -DWITHx87 -DWINDOWS -DRTAUDIO -DSFIRCAM -DSYS5 -DLINUX -DPIPES -DMACROS -DTCLTK -DIV_SCHED -DHAVE_FLTK -c main.c -o main.o cc1: warning: -malign-loops is obsolete, use -falign-loops cc1: warning: -malign-jumps is obsolete, use -falign-jumps In file included from cs.h:35, from main.c:24: sysdep.h:24:24: autoheader.h: No such file or directory make: *** [main.o] Error 1 2) If I want to download the source package I find that there is a zipfile and a tarball. Both are listed at SF as platform independent. Which is preferable for building under Linux ? I would typically go for the tarball, but I'm unsure which to recommend here. 3) Is it correct to say that the gbs package represents a"community-requested" version of the 4.23 sources ? 4) Is the gbs package the recommended version of 4.23 ? TIA, dp ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2005-02-09 20:50 |
From | "Richard Boulanger" |
Subject | Re: [Cs-dev] some questions about versions |
Dave, This is awesome news... And I will be your beta-testor because I will repartition my laptop PC, follow your recommendations, install a new Linux and get ALL the Csound stuff happening there. Of course I will want to point all the Csounders to this page as well. Rick on 2/9/05 12:29 PM, Dave Phillips at dlphilp@bright.net wrote: > Greetings: > > I'm rewriting my Linux Csound page, it's not been updated since > January 2004. I intend to provide a brief tutorial on building Csound, > but I have a few questions first: > > 1) Is the 4.23f12 package something I should describe ? When I tried > 'make all' with the default Makefile options I received this error message: > > [dlphilp@localhost csound4_23f12]$ make > cc -Wall -O2 -malign-loops=4 -malign-jumps=4 -ffast-math > -fomit-frame-pointer -finline-functions -funroll-loops -DWITHx87 > -DWINDOWS -DRTAUDIO -DSFIRCAM -DSYS5 -DLINUX -DPIPES -DMACROS -DTCLTK > -DIV_SCHED -DHAVE_FLTK -c main.c -o main.o > cc1: warning: -malign-loops is obsolete, use -falign-loops > cc1: warning: -malign-jumps is obsolete, use -falign-jumps > In file included from cs.h:35, > from main.c:24: > sysdep.h:24:24: autoheader.h: No such file or directory > make: *** [main.o] Error 1 > > 2) If I want to download the source package I find that there is a > zipfile and a tarball. Both are listed at SF as platform independent. > Which is preferable for building under Linux ? I would typically go for > the tarball, but I'm unsure which to recommend here. > > 3) Is it correct to say that the gbs package represents > a"community-requested" version of the 4.23 sources ? > > 4) Is the gbs package the recommended version of 4.23 ? > > TIA, > > dp > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel _______________________________________________________________________ + Dr. Richard Boulanger, Professor + Music Synthesis Department, Berklee College of Music + 1140 Boylston Street - Boston, MA 02215-3693 + Office Phone: (617) 747-2485 Office Fax: (617) 747-2564 + eMail: rboulanger@csounds.com or rboulanger@berklee.edu + WebPage: http://csounds.com/boulanger/ ________________________________________________________________________ + Almost Everything Csound @ http://csounds.com/ + The Csound Catalog with Audio @ http://csounds.com/catalog/ + The Csound Book @ http://csounds.com/book/ + The Csound Magazine @ http://csounds.com/ezine/ + CsoundForums @ http://csounds.com/phpBB2/ ________________________________________________________________________ ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2005-02-09 21:26 |
From | Dave Phillips |
Subject | Re: [Cs-dev] some questions about versions |
Richard Boulanger wrote: >This is awesome news... And I will be your beta-testor because I will >repartition my laptop PC, follow your recommendations, install a new Linux >and get ALL the Csound stuff happening there. > >Of course I will want to point all the Csounders to this page as well. > > Hi Rick: I'm finally shutting down my Bright.net account at the end of this month, and I'd like to renew my effort at putting my Linux Csound stuff up at csounds.com. Would that still be possible ? Best, dp ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2005-02-09 22:49 |
From | "Richard Boulanger" |
Subject | Re: [Cs-dev] some questions about versions |
Dave, I would love to host YOU and YOUR LINUX site!!! In another email I will send you all the login stuff. Rick on 2/9/05 4:26 PM, Dave Phillips at dlphilp@bright.net wrote: > Richard Boulanger wrote: > >> This is awesome news... And I will be your beta-testor because I will >> repartition my laptop PC, follow your recommendations, install a new Linux >> and get ALL the Csound stuff happening there. >> >> Of course I will want to point all the Csounders to this page as well. >> >> > Hi Rick: > > I'm finally shutting down my Bright.net account at the end of this > month, and I'd like to renew my effort at putting my Linux Csound stuff > up at csounds.com. Would that still be possible ? > > Best, > > dp > > > > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel _______________________________________________________________________ + Dr. Richard Boulanger, Professor + Music Synthesis Department, Berklee College of Music + 1140 Boylston Street - Boston, MA 02215-3693 + Office Phone: (617) 747-2485 Office Fax: (617) 747-2564 + eMail: rboulanger@csounds.com or rboulanger@berklee.edu + WebPage: http://csounds.com/boulanger/ ________________________________________________________________________ + Almost Everything Csound @ http://csounds.com/ + The Csound Catalog with Audio @ http://csounds.com/catalog/ + The Csound Book @ http://csounds.com/book/ + The Csound Magazine @ http://csounds.com/ezine/ + CsoundForums @ http://csounds.com/phpBB2/ ________________________________________________________________________ ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |