Herringway / earthbound

attempt at decompiling+porting earthbound
29 stars 7 forks source link

Build error #167

Open Anonymous941 opened 4 months ago

Anonymous941 commented 4 months ago

When building 2287b62a525d1dc87c27822237701d3bdf9a4946:

Performing "debug" build using /usr/bin/ldc2 for x86_64.
bindbc-common 0.1.5: target for configuration "noBC" is up to date.
bindbc-loader 1.1.5: target for configuration "noBC" is up to date.
bindbc-sdl 1.4.7: target for configuration "dynamic" is up to date.
earthbound ~main: building configuration "extra"...
source/earthbound/bank04.d(158,9): Error: found `:` when expecting `)`
source/earthbound/bank04.d(158,11): Error: comma expected separating array initializers, not `OverworldSprite`
source/earthbound/bank04.d(158,26): Error: semicolon needed to end declaration of `manpuTable`, instead of `.`
source/earthbound/bank04.d(156,21):        `manpuTable` declared here
source/earthbound/bank04.d(158,31): Error: no identifier for declarator `.none`
source/earthbound/bank04.d(158,31): Error: declaration expected, not `,`
/usr/bin/ldc2 failed with exit code 1.
Herringway commented 4 months ago

You likely need to update LDC. At least 1.33.0 should do, I think.