nimsynth icon indicating copy to clipboard operation
nimsynth copied to clipboard

compilation fail on linux

Open rdtor opened this issue 5 years ago • 3 comments

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

rdtor avatar May 20 '19 09:05 rdtor

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

optik-aper avatar Nov 20 '19 16:11 optik-aper

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

metakeule avatar Aug 20 '20 12:08 metakeule

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

metakeule avatar Aug 20 '20 12:08 metakeule