gtkd build fail on windows with dmd 2.074.0

Mike Wey via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun May 28 06:30:43 PDT 2017


On 05/28/2017 03:20 PM, Mike Wey wrote:
> On 05/27/2017 11:42 PM, greatsam4sure wrote:
>> rdmd Build.d fail on windows with dmd 2.074.0,dmd 2.073.0.
>> it says std.file.FileException at std\file.d(814)gtkd2.obj:The system 
>> cannot find the file specifield.
>>
>> I have to use dmd 2.071.0 to build it
>>
>> I will appreciate your help
>>
>> sorry for the mistake
> 
> Fixed in commit: 
> https://github.com/gtkd-developers/GtkD/commit/f396481d8d5fe52a2e58b0818494844d672b1c77 
> 
> 
> The next commit also updates the build script to actually show the error 
> from dmd, rather then blindly continuing with the next step.
>

The release branch seems to give the same error, because dmd tries to 
generate an object file with to many symbols. I should probably break 
the build up into even smaller chunks, i don't know why master is not 
affected.

-- 
Mike Wey


More information about the Digitalmars-d-learn mailing list