[Cs-dev] CsoundVST Linux Build
Date | 2005-02-23 14:47 |
From | "gogins@pipeline.com" |
Subject | [Cs-dev] CsoundVST Linux Build |
DLP: I would appreciate it if you could test building CsoundVST on your Linux installation again. I patched frontends/CsoundVST/Event.hpp and frontends/CsoundVST/Midifile.hpp this morning, so if you get these files from the _real_ CVS and remove frontends/CsoundVST/*wrap* and rebuild, we will see. The patched files contain no SWIG wrappers for std::map or std::pair. Built and ran on Fedore Core 1 for me. Regards, Mike -------------------------------------------------------------------- mail2web - Check your email from the web at http://mail2web.com/ . ------------------------------------------------------- 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_ide95&alloc_id396&op=click _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2005-02-23 16:21 |
From | Andres Cabrera |
Subject | Re: [Cs-dev] CsoundVST Linux Build |
Hi Michael, I'm trying to build CsoundVST on linux, but I get the following: CONFIGURATION DECISION: Not building Loris Python extension and Csound opcodes. Checking for C++ header file jni.h... yes CONFIGURATION DECISION: Building with PortMIDI. CONFIGURATION DECISION: Building with FLTK for graphs and widgets. CONFIGURATION DECISION: Not generating PDF documentation. CONFIGURATION DECISION: Building ALSA plugin. CONFIGURATION DECISION: Building PortAudio module. Adding Jack library for PortAudio CONFIGURATION DECISION: Building JACK plugin. Checking for C header file fluidsynth.h... no CONFIGURATION DECISION: Not building fluid opcodes. CONFIGURATION DECISION: Building CsoundVST plugin and standalone. PATH = /usr/local/bin:/bin:/usr/bin Checking for C++ header file jni.h... yes scons: *** Two different sets of overrides were specified for the same target: frontends/CsoundVST/CsoundVST.os The build goes well if I use buildCsoundVST=0 Any ideas? Cheers, Andres gogins@pipeline.com wrote: > DLP: I would appreciate it if you could test building CsoundVST on your > Linux installation again. > > I patched frontends/CsoundVST/Event.hpp and > frontends/CsoundVST/Midifile.hpp this morning, so if you get these files > from the _real_ CVS and remove frontends/CsoundVST/*wrap* and rebuild, we > will see. The patched files contain no SWIG wrappers for std::map or > std::pair. > > Built and ran on Fedore Core 1 for me. > > Regards, > Mike > > > -------------------------------------------------------------------- > mail2web - Check your email from the web at > http://mail2web.com/ . > > > > > ------------------------------------------------------- > 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_ide95&alloc_id396&op=click > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel > > > ------------------------------------------------------- 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-23 20:04 |
From | Iain Duncan |
Subject | Re: [Cs-dev] CsoundVST Linux Build |
I would be happy to try too on Gentoo, but I don't know what the _real_ CVS means. I have only used the anon login instructions from Steven up on the csounds.com cvs how to page. What should I do? Iain gogins@pipeline.com wrote: > DLP: I would appreciate it if you could test building CsoundVST on your > Linux installation again. > > I patched frontends/CsoundVST/Event.hpp and > frontends/CsoundVST/Midifile.hpp this morning, so if you get these files > from the _real_ CVS and remove frontends/CsoundVST/*wrap* and rebuild, we > will see. The patched files contain no SWIG wrappers for std::map or > std::pair. > > Built and ran on Fedore Core 1 for me. > > Regards, > Mike > > > -------------------------------------------------------------------- > mail2web - Check your email from the web at > http://mail2web.com/ . > > > > > ------------------------------------------------------- > 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_ide95&alloc_id396&op=click > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel > ------------------------------------------------------- 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-23 20:59 |
From | Istvan Varga |
Subject | Re: [Cs-dev] CsoundVST Linux Build |
Iain Duncan wrote: > I would be happy to try too on Gentoo, but I don't know what the _real_ > CVS means. I have only used the anon login instructions from Steven up > on the csounds.com cvs how to page. What should I do? I think "real" CVS means developer login, such as cvs -d :ext:istvanv@cvs.sf.net: instead of cvs -d :pserver:anonymous@cvs.sf.net: This of course assumes that you do have developer access. ------------------------------------------------------- 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 |