[CSOUND-DEV:5130] Re: Sconstruct patch
Date | 2004-07-30 22:21 |
From | "gogins@pipeline.com" |
Subject | [CSOUND-DEV:5130] Re: Sconstruct patch |
If you try the patched SConstruct it may build... please keep me posted, send me errors and logs, and we will try to work through this. Don't feel bad about breaking things. It happens. I'm only asking you to try -- I understand if you can't do something. I should have remembered what you said about not being able to build CsoundVST, anyway. Original Message: ----------------- From: acabrera@teleset.com.co Date: Fri, 30 Jul 2004 14:40:11 -0500 To: csound-dev@eartha.mills.edu Subject: [CSOUND-DEV:5129] Re: Sconstruct patch Michael, I apologize for not checking CsoundVST, but I really can't since it's not building for me yet. I'm looking at it, trying to find what's wrong in my system, so i hope next time I can check CsoundVST. Andres -------------------------------------------------------------------- mail2web - Check your email from the web at http://mail2web.com/ . |
Date | 2004-07-31 00:18 |
From | Andres Cabrera |
Subject | [CSOUND-DEV:5131] Re: Sconstruct patch |
Hi Michael, Thanks for the fix, CsoundVST now builds! I had to do a --clean build, since the first build produced a crashing executable, but all's well. Thanks, Andrés |
Date | 2004-08-04 12:49 |
From | Andres Cabrera |
Subject | [CSOUND-DEV:5144] Re: Sconstruct patch |
Michael, I've tried the following in line 111 of SConstruct: if sys.platform[:3] == 'win' and sys.platform != 'cygwin': commonEnvironment = Environment(options = opts, tools = ['mingw', 'CVS', 'dvips', 'latex', 'm4', 'pdflatex', 'pdftex', 'swig', 'tar', 'tex', 'zip']) else: commonEnvironment = Environment(options = opts) This builds Csound5 and CsoundVST succesfully, and should make it possible to build with mingw when msvc is installed. Andrés |