nimsynth
nimsynth copied to clipboard
compilation fail on linux
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
I'm having this issue as well. Are the build requirements for this package listed somewhere?
After installing nico and sndfile via nimble it compiles. However, when I run the binary, I get could not import: SDL_DequeueAudio
.
Seems to be a problem with my old SDL2 version (2.0.4).