I am trying to compile in windows and I am getting the following error:
λ nim c --threads:on --tlsEmulation:off ex00
Hint: used config file 'C:\Users\jose\Documents\nim-1.4.2\config\nim.cfg' [Conf]
Hint: used config file 'C:\Users\jose\Documents\nim-1.4.2\config\config.nims' [Conf]
................
c:\Users\jose\Downloads\VapourSynth.nim\VapourSynth.nim-master\src\wrapper\vsframe.nim(403, 7) Hint: 'ssW' is declared but not used [XDeclaredButNotUsed]
c:\Users\jose\Downloads\VapourSynth.nim\VapourSynth.nim-master\src\wrapper\vsframe.nim(404, 7) Hint: 'ssH' is declared but not used [XDeclaredButNotUsed]
c:\Users\jose\Downloads\VapourSynth.nim\VapourSynth.nim-master\src\wrapper\vsframe.nim(405, 7) Hint: 'bytesPerSample' is declared but not used [XDeclaredButNotUsed]
..
c:\Users\jose\Downloads\VapourSynth.nim\VapourSynth.nim-master\src\vsmacros\filter.nim(241, 7) Hint: 'srcNumPlanes' is declared but not used [XDeclaredButNotUsed]
c:\Users\jose\Downloads\VapourSynth.nim\VapourSynth.nim-master\src\wrapper\helper.nim(6, 7) Hint: 'nodes' is declared but not used [XDeclaredButNotUsed]
c:\Users\jose\Downloads\VapourSynth.nim\VapourSynth.nim-master\src\wrapper\vsmap.nim(282, 3) Hint: 'VSType' is declared but not used [XDeclaredButNotUsed]
CC: stdlib_assertions.nim
CC: stdlib_locks.nim
CC: stdlib_sharedlist.nim
CC: stdlib_widestrs.nim
CC: stdlib_io.nim
CC: stdlib_system.nim
CC: stdlib_parseutils.nim
CC: stdlib_unicode.nim
CC: stdlib_strutils.nim
CC: stdlib_strformat.nim
CC: stdlib_options.nim
CC: stdlib_streams.nim
CC: stdlib_tables.nim
CC: ../src/vapoursynth.nim
CC: ex00.nim
C:\Users\jose\nimcache\ex00_d\@m..@[email protected]:546:19: fatal error: dlfcn.h: No such file or directory
#include <dlfcn.h>
^
compilation terminated.
Error: execution of an external compiler program 'gcc.exe -c -w -fmax-errors=3 -mno-ms-bitfields -IC:\Users\jose\Documents\nim-1.4.2\lib -Ic:\Users\jose\Downloads\VapourSynth.nim\VapourSynth.nim-master\test -o C:\Users\jose\nimcache\ex00_d\@m..@[email protected] C:\Users\jose\nimcache\ex00_d\@m..@[email protected]' failed with exit code: 1
Any idea?