But under the Linux error_sys portion [6] I found my UUID module with
the following error:
["org.conman.uuid"] = {
["1.2.2-1"] = {
stderr = {
"Warning: skipping dependency checks.",
"make: Warning: File `Makefile' has modification time 7.1e+08 s in the future",
"src/luauuid.c:35:17: fatal error: lua.h: No such file or directory",
" #include <lua.h>",
" ^",
"compilation terminated.",
"make: *** [so/luauuid.o] Error 1",
"",
"Error: Build error: Failed building."
},
stdout = {
"mkdir so",
"mkdir lib",
"gcc -std=c99 -O2 -fPIC -fPIC -c -o so/luauuid.o src/luauuid.c",
"Installing https://rocks.moonscript.org/org.conman.uuid-1.2.2-1.src.rock...",
"Using https://rocks.moonscript.org/org.conman.uuid-1.2.2-1.src.rock... switching to 'build' mode"
}
}
},
lua.h not found? What file should I include? And it also failed under
OS-X [7] but *not* Windows? [8]