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
Entered on nim forum:
nim2 c -d:release rho4.nim
import bignum # 0.4 latest version
...
/home/doug/.nimble/pkgs/gmp-0.2.5/gmp/pure.nim(19, 48) Error: invalid indentation
Entered on nim forum:
nim2 c -d:release rho4.nim
import bignum # 0.4 latest version
...
/home/doug/.nimble/pkgs/gmp-0.2.5/gmp/pure.nim(19, 48) Error: invalid indentation
reply by ringabout:
https://github.com/subsetpark/nim-gmp/blob/7dfd4570c2a986c2e90ea16bb917a1b99668c460/src/gmp/pure.nim#L19
Pragmas cannot be placed after the object in v2.
mm_gmp_randstate_algdata* {.pure, union.} = object
mp_lc*: pointer
The text was updated successfully, but these errors were encountered: