You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am trying the compilation with Mingw64, the command
nim c -r test.nim
results the following error:
msgpack.nim(764, 24) template/generic instantiation from here
msgpack.nim(751, 12) Error: type mismatch: got (int64) but expected 'int'
Could you please check it.
Thanks,
Louis
The text was updated successfully, but these errors were encountered:
thanks for your information Louis,
it was my mistake not to test it against nim64 compiler,
I already fixed it.
Please let me know if you came across with another issue(s)
Hi,
I am trying the compilation with Mingw64, the command
nim c -r test.nim
results the following error:
msgpack.nim(764, 24) template/generic instantiation from here
msgpack.nim(751, 12) Error: type mismatch: got (int64) but expected 'int'
Could you please check it.
Thanks,
Louis
The text was updated successfully, but these errors were encountered: