Please tell me.
I want to run Nifs on Windows10.
When compiling with the MiGW version of GCC, I got the following error:
What should I do now?
C:\MinGW\mingw32\bin>gcc foo.c
gcc foo.c
foo.c:1:21: fatal error: erl_nif.h: No such file or directory
compilation terminated.
Version of GCC is following.
gcc version 5.3.0 (i686-posix-dwarf-rev0, Built by MinGW-W64 project)
Version of Elixir is 1.9.4 .