Tkd - Cross platform GUI toolkit based on Tcl/Tk

Nick Sabalausky via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Sun May 4 12:19:52 PDT 2014


On 5/4/2014 3:11 PM, Nick Sabalausky wrote:
> On 5/4/2014 2:39 PM, Gary Willoughby wrote:
>> On Sunday, 4 May 2014 at 18:20:01 UTC, Nick Sabalausky wrote:
>>
>>> I'm getting compile errors building the example (Win32 DMD 2.065.0):
>>
>> Those errors are from the DMD -property flag being passed somewhere,
>> have a look and remove it if you're passing it.
>
> Oh, I must have been running an old version of dub. It used to include
> -property by default but no longer does. Hmm, dub doesn't seem to be
> telling me its version...but I'm sure it's old, I'll update it.
>

Just updated to latest DUB release (v0.9.21), but now I'm getting this:

 > 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



More information about the Digitalmars-d-announce mailing list