Open ratepenado opened 3 years ago
Note that other example projects may have this issue too, such as Dodge the Nim (in https://github.com/zetashift/godotnim-samples) which seems to have been built starting with the stub file. As seen with the commented section:
version = "0.1.0"
author = "Xored Software, Inc."
description = "Godot-Nim Project Stub"
license = "MIT"
Building it works fine (if you go into nakefile.nim and remove "--oldgensym:on"
, also see the instructions to fix the mob timer), I assume the original required version limit was arbitrary or even just the current max version?
Hello,
Trying to build this stub raises the error
Error: type expected, but got symbol 'Array' of kind 'enumField' on
poolarrays.nim`As explained here: https://github.com/pragmagic/godot-nim/issues/81 upgrading the required version of
godot-nim
instub.nimble
resolve the problem.