| I know what that means, I'll see if I can fix it tomorrow
morning.
I didn't stop doing the MSVC, just the project file. I build
it with
scons. There is a full build on the website (but I took the
source directories away just to make the package smaller),
you can try just downloading and unpacking it. Should work
straight out of the box. The required libs are in
windows_dlls
Victor
>
> mingw tclbuild problem, I'd guess in SConstruct, since did
> install tcl/tk packages in proper places. I'm confused
> about MSVC build. I thought you stopped supporting that?
>
> mingw and scons is pure mental torture unless I can figure
> out better debugging tools to print the actual search
> paths line by line thru SConstruct for each item. Scons
> debug doesn't offer much help, and config.log only list
> paths for header files. I need to see where it's looking
> for everything lib, .c, .h, etc. line by line in order to
> give it what it needs.
>
> CONFIGURATION DECISION: Using single-precision floating
> point for audio samples.
> ..
> Checking for C header file tcl.h... yes
> ..
> CONFIGURATION DECISION: Building PD csoundapi~ class
> CONFIGURATION DECISION: Building Tclcsound frontend
>
> scons: *** Two environments with different actions were
> specified for the same target:
> frontends\tclcsound\commands.o File "SConstruct", line
> 1274, in ?
>
>
> SContruct:
> elif getPlatform() == 'mingw':
> if commonEnvironment['MSVC'] == 1:
> csTclEnvironment.Append(LIBS = ['tcl84',
> 'tk84'])
> else:
> csTclEnvironment.Append(LIBS = ['tcl', 'tk'])
> csTclEnvironment.Append(LIBS =
> csoundWindowsLibraries)
> csTkEnvironment = csTclEnvironment.Copy()
> csTclEnvironment.Append(CCFLAGS = ['-DTCLSH'])
> csTkEnvironment.Append(CCFLAGS = ['-DWISH'])
>
> csTclEnvironment.Object('frontends/tclcsound/main_tclsh.o'
> ,
> 'frontends/tclcsound/main.c')
>
> csTclEnvironment.Object('frontends/tclcsound/commands.o',
>
> 'frontends/tclcsound/commands.c')
> csTcl = csTclEnvironment.Program('cstclsh', Split('''
> frontends/tclcsound/main_tclsh.o
> frontends/tclcsound/commands.o
> '''))
>
>
> --
> Send bugs reports to this list.
> To unsubscribe, send email to
> csound-unsubscribe@lists.bath.ac.uk |