Tkd - Cross platform GUI toolkit based on Tcl/Tk
    FrankLike via Digitalmars-d-announce 
    digitalmars-d-announce at puremagic.com
       
    Sun May  4 21:43:05 PDT 2014
    
    
  
> > dub build --force --config=example
> x11: ["x11"]
> tcltk: ["tcltk", "x11"]
> tkd: ["tkd", "tcltk", "x11"]
> Building x11 configuration "library", build type debug.
> Running dmd...
> Building tcltk configuration "library", build type debug.
> Running dmd...
> ..\..\Users\Nick\AppData\Roaming\dub\packages\tcltk-8.6.1\.dub\build\library-debug-windows-x86-dmd-C9527B3CFF40A7D16A18C4624EF00288\tcltk.lib: 
> Error: multiple definition of tcl_38_307: _Tcl_Main and 
> Tcl_Main: _Tcl_Main
> FAIL 
> ..\..\Users\Nick\AppData\Roaming\dub\packages\tcltk-8.6.1\.dub\build\library-debug-windows-x86-dmd-C9527B3CFF40A7D16A18C4624EF00288 
> tcltk staticLibrary
> Error executing command build: DMD compile run failed with exit 
> code 1
Same here.
It has built the tcl86.lib and tk86.lib ,but need the tcltk.lib.
So Error..
    
    
More information about the Digitalmars-d-announce
mailing list