Skip to content

Instantly share code, notes, and snippets.

@freeformz
Created May 7, 2014 21:36
Show Gist options
  • Save freeformz/f9ee4bc0f8775e9cb558 to your computer and use it in GitHub Desktop.
Save freeformz/f9ee4bc0f8775e9cb558 to your computer and use it in GitHub Desktop.
Install the project...
-- Install configuration: "release"
-- Installing: /Users/edwardam/go/src/github.com/mozilla-services/heka/build/ep_base/Build/lua_sandbox/ep_base/lib/libcjson.a
[ 77%] Completed 'lua-cjson-2_1_0'
[ 77%] Built target lua-cjson-2_1_0
Scanning dependencies of target luasandbox
[ 80%] Building C object src/CMakeFiles/luasandbox.dir/lua_sandbox.c.o
[ 83%] Building C object src/CMakeFiles/luasandbox.dir/lua_sandbox_private.c.o
[ 87%] Building C object src/CMakeFiles/luasandbox.dir/lua_serialize.c.o
[ 90%] Building C object src/CMakeFiles/luasandbox.dir/lua_serialize_json.c.o
[ 93%] Building C object src/CMakeFiles/luasandbox.dir/lua_serialize_protobuf.c.o
[ 96%] Building C object src/CMakeFiles/luasandbox.dir/lua_circular_buffer.c.o
/Users/edwardam/go/src/github.com/mozilla-services/heka/build/ep_base/Source/lua_sandbox/src/lua_circular_buffer.c:28:21: error: unused variable 'seconds_in_minute'
[-Werror,-Wunused-const-variable]
static const time_t seconds_in_minute = 60;
^
1 error generated.
make[5]: *** [src/CMakeFiles/luasandbox.dir/lua_circular_buffer.c.o] Error 1
make[4]: *** [src/CMakeFiles/luasandbox.dir/all] Error 2
make[3]: *** [all] Error 2
make[2]: *** [ep_base/Stamp/lua_sandbox/lua_sandbox-build] Error 2
make[1]: *** [CMakeFiles/lua_sandbox.dir/all] Error 2
make: *** [all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment