CyberShadow / Digger

A tool to build D and bisect old D versions
Other
57 stars 9 forks source link

../../../.dub/packages/ae-0.0.1959/ae/utils/zlib.d(43,9): Error: constructor calls not allowed in loops or after labels #72

Closed timotheecour closed 6 years ago

timotheecour commented 6 years ago

dub run digger -- build "master" ../../../.dub/packages/ae-0.0.1959/ae/utils/zlib.d(43,9): Error: constructor calls not allowed in loops or after labels

CyberShadow commented 6 years ago

Fix your Dub or Dub configuration. It's using a very old version of ae, this was fixed a long time ago.

Robert-M-Muench commented 6 years ago

What and how to fix it? I have the same problem.

CyberShadow commented 6 years ago

Hmm, maybe there is a problem with Dub?

A sure-proof way would be to delete ~/.dub, the Digger directory if you cloned it yourself, then try again.