ftsf / nimsynth

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

compilation fail on linux #6

Open rdtor opened 5 years ago

rdtor commented 5 years ago

HI , I am getting following error

sudo make nim -p:src c -d:release -o:synth src/main.nim Hint: used config file '/etc/nim/nim.cfg' [Conf] Hint: system [Processing] Hint: widestrs [Processing] Hint: io [Processing] Hint: main [Processing] Hint: os [Processing] Hint: strutils [Processing] Hint: parseutils [Processing] Hint: math [Processing] Hint: bitops [Processing] Hint: macros [Processing] Hint: algorithm [Processing] Hint: unicode [Processing] Hint: pathnorm [Processing] Hint: osseps [Processing] Hint: posix [Processing] Hint: times [Processing] Hint: options [Processing] Hint: typetraits [Processing] main.nim(4, 8) Error: cannot open file: nico make: *** [Makefile:14: synth] Error 1

i even installed nico using nimble to resolve it

optik-aper commented 4 years ago

I'm having this issue as well. Are the build requirements for this package listed somewhere?

metakeule commented 4 years ago

After installing nico and sndfile via nimble it compiles. However, when I run the binary, I get could not import: SDL_DequeueAudio.

metakeule commented 4 years ago

Seems to be a problem with my old SDL2 version (2.0.4).