Skip to content

Instantly share code, notes, and snippets.

@VOID001
Created June 20, 2016 06:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save VOID001/a0302011c8ca3340c13a19f895f0f79e to your computer and use it in GitHub Desktop.
Save VOID001/a0302011c8ca3340c13a19f895f0f79e to your computer and use it in GitHub Desktop.
-- Installing: /tmp/lua_sandbox/build/ep_base/share/lua-cjson/doc/manual.txt
[ 54%] Completed 'lua_cjson'
[ 54%] Built target lua_cjson
Scanning dependencies of target lua_struct
[ 54%] Creating directories for 'lua_struct'
[ 55%] Performing download step (git clone) for 'lua_struct'
Cloning into 'lua_struct'...
Note: checking out 'b7e9b87d1ee36a5e22c6749be0959b45858beaad'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b <new-branch-name>
HEAD is now at b7e9b87... Fix VS2013 x64 compiler warnings
[ 55%] No patch step for 'lua_struct'
[ 56%] Performing update step for 'lua_struct'
[ 57%] Performing configure step for 'lua_struct'
Not searching for unused variables given on the command line.
-- The C compiler identification is GNU 6.1.1
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
DIST_NAME: struct
DIST_VERSION: 1.4
default: return gai_strerror(err);
^~~~~~~~~~~~~~~~~
make[5]: *** [CMakeFiles/luasocket.dir/build.make:135: CMakeFiles/luasocket.dir/src/luasocket/usocket.c.o] Error 1
make[4]: *** [CMakeFiles/Makefile2:68: CMakeFiles/luasocket.dir/all] Error 2
make[3]: *** [Makefile:128: all] Error 2
make[2]: *** [CMakeFiles/lua_sec.dir/build.make:112: ep_base/Stamp/lua_sec/lua_sec-build] Error 2
make[1]: *** [CMakeFiles/Makefile2:1238: CMakeFiles/lua_sec.dir/all] Error 2
in this function) [28/1827]
case EAI_OVERFLOW: return "argument buffer overflow";
^~~~~~~~~~~~
/tmp/lua_sandbox/build/ep_base/Source/lua_sec/src/luasocket/usocket.c:433:14: error: ‘EAI_SERVICE’ undeclared (first use i
n this function)
case EAI_SERVICE: return "service not supported for socket type";
^~~~~~~~~~~
/tmp/lua_sandbox/build/ep_base/Source/lua_sec/src/luasocket/usocket.c:434:14: error: ‘EAI_SOCKTYPE’ undeclared (first use
in this function)
case EAI_SOCKTYPE: return "ai_socktype not supported";
^~~~~~~~~~~~
/tmp/lua_sandbox/build/ep_base/Source/lua_sec/src/luasocket/usocket.c:435:14: error: ‘EAI_SYSTEM’ undeclared (first use in
this function)
case EAI_SYSTEM: return strerror(errno);
^~~~~~~~~~
/tmp/lua_sandbox/build/ep_base/Source/lua_sec/src/luasocket/usocket.c:436:25: warning: implicit declaration of function ‘g
ai_strerror’ [-Wimplicit-function-declaration]
default: return gai_strerror(err);
^~~~~~~~~~~~
/tmp/lua_sandbox/build/ep_base/Source/lua_sec/src/luasocket/usocket.c:436:25: warning: return makes pointer from integer w
ithout a cast [-Wint-conversion]
default: return gai_strerror(err);
^~~~~~~~~~~~~~~~~
make[5]: *** [CMakeFiles/luasocket.dir/build.make:135: CMakeFiles/luasocket.dir/src/luasocket/usocket.c.o] Error 1
make[4]: *** [CMakeFiles/Makefile2:68: CMakeFiles/luasocket.dir/all] Error 2
make[3]: *** [Makefile:128: all] Error 2
make[2]: *** [CMakeFiles/lua_sec.dir/build.make:112: ep_base/Stamp/lua_sec/lua_sec-build] Error 2
make[1]: *** [CMakeFiles/Makefile2:1238: CMakeFiles/lua_sec.dir/all] Error 2
make: *** [Makefile:161: all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment