Csound Csound-dev Csound-tekno Search About

[Cs-dev] counterpoint target indentation

Date2008-03-18 01:43
From"Michael Gogins"
Subject[Cs-dev] counterpoint target indentation
The problem reported by Steven Yi with acEnvironment and the counterpoint 
target has been fixed in SConstruct in Csound CVS. The counterpoint demo 
program should not build without CsoundAC upon which it depends.

Regards,
Mike


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2008-03-18 02:44
FromDavidW
SubjectRe: [Cs-dev] counterpoint target indentation
Thanks Mike.
given, line 2112 ++

> csoundvst = vstEnvironment.SharedLibrary('CsoundVST',  
> csoundVstSources)
> libs.append(csoundvst)
> Depends(csoundvst, csoundInterfaces)
> Depends(csoundvst, csoundLibrary)
> guiProgramEnvironment.Append(LINKFLAGS = libCsoundLinkFlags)
> if commonEnvironment['useDouble'] != '0':
> csoundvstGui = guiProgramEnvironment.Program(
>    'CsoundVSTShell', ['frontends/CsoundVST/csoundvst_main.cpp'],
>    LIBS = Split('csound64 csnd CsoundVST'))
> else:
> csoundvstGui = guiProgramEnvironment.Program(
>    'CsoundVSTShell', ['frontends/CsoundVST/csoundvst_main.cpp'],
>    LIBS = Split('csound32 csnd CsoundVST'))
> executables.append(csoundvstGui)
> Depends(csoundvstGui, csoundvst)
>

given that csoundvst is defined in this block, shouldn't the last if- 
else block + 2 lines be indented also?
I get a 'csoundvstGui not found' interpreter  error if it isn't.
David


On 18/03/2008, at 12:43 PM, Michael Gogins wrote:

> The problem reported by Steven Yi with acEnvironment and the  
> counterpoint
> target has been fixed in SConstruct in Csound CVS. The counterpoint  
> demo
> program should not build without CsoundAC upon which it depends.
>
> Regards,
> Mike
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

___________
David Worrall


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net