When including SCOD into DUB's template project (dub init), I get a linking error when running dub run -b ddox:
---------------------------
Unexpected OPTLINK Termination at EIP=0040F60A
---------------------------
EAX=051E0000 EBX=00438C70 ECX=0000048D EDX=0000033D
ESI=00006400 EDI=051E2DCC EBP=0019FF38 ESP=0019FEF0
First=00402000
---------------------------
Linking...
Error: linker exited with status 17571584
dmd failed with exit code 1.
This happens with DMD32 v2.072.2 and v2.073.1. Haven't tried the versions inbetween but I suppose they also fail. This is on Windows. The build is fine when I remove SCOD. I can imagine the problem lies with the linker instead of the library.
When including SCOD into DUB's template project (
dub init), I get a linking error when runningdub run -b ddox:This happens with DMD32 v2.072.2 and v2.073.1. Haven't tried the versions inbetween but I suppose they also fail. This is on Windows. The build is fine when I remove SCOD. I can imagine the problem lies with the linker instead of the library.