faissaloo / SponSkrub

Strip advertisements from downloaded YouTube videos
GNU General Public License v3.0
178 stars 7 forks source link

Build issue #31

Closed mrdschrute closed 3 years ago

mrdschrute commented 3 years ago

I get the output below when I try to build SponSkrub. Am I doing something wrong?

Thanks

dub build :sponskrub

Performing "debug" build using ldc2 for x86_64. sponskrub:sponskrub ~master: building configuration ""... src/sponskrub/sponsorblock.d(45,30): Error: undefined identifier JSONType src/sponskrub/sponsorblock.d(47,37): Error: undefined identifier JSONType ldc2 failed with exit code 1.

DUB version 1.23.0, built on Sep 25 2020

faissaloo commented 3 years ago

Use DMD (GDC might also work I haven't tried), D's JSON library is broken in LDC for some reason

faissaloo commented 3 years ago

ded ishue