ftsf / nimsynth

A modular synth and sequencer made with Nim
GNU General Public License v3.0
90 stars 7 forks source link

compilation fails on Linux Arch #10

Open gavr123456789 opened 2 years ago

gavr123456789 commented 2 years ago

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
ftsf commented 2 years ago

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.