dlang-community / D-Scanner

Swiss-army knife for D source code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

katastic opened this issue · comments

Just downloaded master, ran ./build in powershell:

image

Windows 10 64-bit

 dmd --version
DMD64 D Compiler v2.108.0

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

that worked, thanks!