dlang-community / D-Scanner

Swiss-army knife for D source code
Boost Software License 1.0
242 stars 80 forks source link

Build Issue on Windows - unable to read module 'lexer' #951

Open katastic opened 6 months ago

katastic commented 6 months ago

Just downloaded master, ran ./build in powershell:

image

Windows 10 64-bit

 dmd --version
DMD64 D Compiler v2.108.0
WebFreak001 commented 6 months ago

ah the build.bat script might be outdated, I don't think it's tested in CI either. Feel free to PR a fix for that.

Building with dub is tested and should work though, just running dub build

katastic commented 6 months ago

that worked, thanks!