buggins / dlangui

Cross Platform GUI for D programming language
Boost Software License 1.0
816 stars 122 forks source link

std.c.string not found #573

Closed logicfish closed 6 years ago

logicfish commented 6 years ago

...\dub\packages\dlangui-0.9.178\dlangui\3rdparty\dimage\stream.d(226,16): Error: modulestringis in file 'std\c\string.d' which cannot be read

$ dmd --version
DMD32 D Compiler v2.081.2

The import needs changing to core.stdc.string.

artembatura commented 6 years ago

I get this error too DUB version 1.10.0+46-g520d527, built on Aug 15 2018 DMD32 D Compiler v2.081.2

PetarKirov commented 6 years ago

This seems to have been already fixed: https://github.com/buggins/dlangui/pull/571/files

artembatura commented 6 years ago

@logicfish Yeah, it's fixed. We try to build dlangide, which have dependency dlangui. It means, what latest release dlangui with not latest changes

@ZombineDev Issue can be closed. It remains only to understand how to use freshly builded dlangui as dependency for dlangide

logicfish commented 6 years ago

I just edited the file stream.d in place.