On Saturday 29 March 2008 12:52:51 Steven Yi wrote: > Hi All, > > SConstruct is broken here, building with MinGW and doubles build. I > get an error about linking with -lcsound32 and I think it has to do > with: > > if getPlatform() != 'win32': > libCsoundLibs.append(csoundLibrary) > else: > libCsoundLibs.append('csound32') > > > I read something that seemed related but was in Sconstruct2 I thought. > Did this change recently in Sconstruct? Well, that was my fault. I mixed some fixes I made to SConstruct with the refactoring. I just commited a fix. -- Felipe Sateler