h3rald / min

A small but practical concatenative programming language and shell
https://min-lang.org
MIT License
311 stars 23 forks source link

lib/min_time.nim(56, 27): Error: the field 'second' is not accessible. #61

Closed agentofuser closed 3 years ago

agentofuser commented 4 years ago

I'm getting this error when running nim c min.nim (with or without release or ssl flags) on a raspi4b (armhf).

I'm using the latest nim version:

Nim Compiler Version 1.3.5 [Linux: arm]
Compiled at 2020-06-27
Copyright (c) 2006-2020 by Andreas Rumpf

git hash: f926dc53f127cb7fc26daf35e0de38612a512552
active boot switches: -d:release
h3rald commented 3 years ago

Mmm... I guess something will change in the next version of Nim concering TimeInfo... On Nim 1.2.6 runs fine, I am not planning to support Nim 1.3.* until it comes out really. Closing for now.

agentofuser commented 3 years ago

Oh, I didn't know min required nim 1.2. I downgraded it, and it worked, thank you! =)

h3rald commented 3 years ago

Reopening, this is now an issue with Nim v1.4.0