Created
November 9, 2012 17:17
-
-
Save shripadk/4046940 to your computer and use it in GitHub Desktop.
working gyp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ sigar git:(master) sudo node-gyp configure | |
gyp info it worked if it ends with ok | |
gyp info using [email protected] | |
gyp info using [email protected] | darwin | x64 | |
gyp info spawn python | |
gyp info spawn args [ '/Users/shripadk/.node-gyp/0.8.14/tools/gyp/gyp', | |
gyp info spawn args 'binding.gyp', | |
gyp info spawn args '-f', | |
gyp info spawn args 'make', | |
gyp info spawn args '-I', | |
gyp info spawn args '/Users/shripadk/test/Agent/node_modules/sigar/build/config.gypi', | |
gyp info spawn args '-I', | |
gyp info spawn args '/Users/shripadk/node/lib/node_modules/node-gyp/addon.gypi', | |
gyp info spawn args '-I', | |
gyp info spawn args '/Users/shripadk/.node-gyp/0.8.14/common.gypi', | |
gyp info spawn args '-Dlibrary=shared_library', | |
gyp info spawn args '-Dvisibility=default', | |
gyp info spawn args '-Dnode_root_dir=/Users/shripadk/.node-gyp/0.8.14', | |
gyp info spawn args '-Dmodule_root_dir=/Users/shripadk/test/Agent/node_modules/sigar', | |
gyp info spawn args '--depth=.', | |
gyp info spawn args '--generator-output', | |
gyp info spawn args 'build', | |
gyp info spawn args '-Goutput_dir=.' ] | |
gyp info ok | |
➜ sigar git:(master) sudo node-gyp build | |
gyp info it worked if it ends with ok | |
gyp info using [email protected] | |
gyp info using [email protected] | darwin | x64 | |
gyp info spawn make | |
gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ] | |
CXX(target) Release/obj.target/sigar/src/node_sigar.o | |
In file included from ../src/./node_sigar_utils.cc:5:0, | |
from ../src/node_sigar.cc:14: | |
../src/././node_sigar_format.cc: In function 'char* sigar_format_size(sigar_uint64_t, char*)': | |
../src/././node_sigar_format.cc:103:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] | |
../src/node_sigar.cc: In static member function 'static v8::Handle<v8::Value> NodeSigar::SigarVersionGet(const v8::Arguments&)': | |
../src/node_sigar.cc:262:14: warning: unused variable 'g' [-Wunused-variable] | |
../src/node_sigar.cc: In static member function 'static v8::Handle<v8::Value> NodeSigar::SigarTestNetAdress(const v8::Arguments&)': | |
../src/node_sigar.cc:1133:14: warning: unused variable 'g' [-Wunused-variable] | |
../src/node_sigar.cc: In static member function 'static v8::Handle<v8::Value> NodeSigar::SigarPasswordGet(const v8::Arguments&)': | |
../src/node_sigar.cc:1297:14: warning: unused variable 'g' [-Wunused-variable] | |
../src/node_sigar.cc: In static member function 'static v8::Handle<v8::Value> NodeSigar::SigarFormatSize(const v8::Arguments&)': | |
../src/node_sigar.cc:1308:14: warning: unused variable 'g' [-Wunused-variable] | |
../src/node_sigar.cc: In static member function 'static v8::Handle<v8::Value> NodeSigar::SigarProcStateGet(const v8::Arguments&)': | |
../src/node_sigar.cc:565:16: warning: array subscript is above array bounds [-Warray-bounds] | |
SOLINK_MODULE(target) Release/sigar.node | |
SOLINK_MODULE(target) Release/sigar.node: Finished | |
gyp info ok |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment