Error: type expected, but got symbol 'Array' of kind 'enumField'
system-er opened this issue · 1 comments
system-er commented
Hi, i saw other users saw the same error, but i found no solution.
i use nim 1.6.4 and tried with godot 3.0 and 3.4. how can is fix this please??
...
C:\Users\user.nimble\pkgs\godot-0.7.28\core\poolarrays.nim(119, 16) template/generic instantiation of definePoolArray
from here
C:\Users\user.nimble\pkgs\godot-0.7.28\core\poolarrays.nim(41, 26) Error: type expected, but got symbol 'Array' of kind 'enumField'
...
in the .nimble\pkgs\directory is also a godot-0.8.5 ??
system-er commented
ok what insomniac_lemon wrote was the solution. he wrote to write
requires "godot >= 0.8.0"
you have to change in src/stub.nimble, line 6 ...