Fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory
thiagomajesk opened this issue · 2 comments
thiagomajesk commented
Hello, I'm compiling esqlite3_nif.c on Windows 10 using VisualCppBuildTools 14.0.25420.1 (Chocolatey Package):
c:\Program Files\erl9.3\erts-9.3\include\erl_nif.h(71): fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory
** (Mix) Could not compile dependency :esqlite, "escript.exe "c:/Users/usr/.mix/rebar3" bare compile --paths "c:/Users/usr/Desktop/proj/_build/dev/lib/*/ebin"" command failed.
You can recompile this dependency with "mix deps.compile esqlite", update it with "mix deps.update esqlite" or clean it with "mix deps.clean esqlite"
scouten commented
Please file this as an issue against esqlite instead. If there is an update to esqlite that fixes this, please let me know and I'll be happy to pick that up.
thiagomajesk commented
@scouten Thanks for the feedback. I will 👍