nimsynth icon indicating copy to clipboard operation
nimsynth copied to clipboard

compilation fails on Linux Arch

Open gavr123456789 opened this issue 4 years ago • 1 comments

Error:

/home/gavr/Projects/sas/nimsynth/src/machines/master.nim(124, 34) Error: ambiguous call; both system.+(x: float32, y: float32) [proc declared in /usr/lib/nim/system.nim(791, 6)] and system.+(x: int32, y: int32) [proc declared in /usr/lib/nim/system/arithmetics.nim(182, 6)] match for: (int, float)
make: *** [Makefile:14: synth] Ошибка 1

gavr123456789 avatar Nov 13 '21 15:11 gavr123456789

This will probably require some work to get things working on modern Nim. Unlikely an arch linux issue, just it was built in a pre-1.0 version of Nim.

ftsf avatar Nov 14 '21 23:11 ftsf