Created
April 13, 2015 01:37
-
-
Save mattcollier/5f24c5db4912a684a02d to your computer and use it in GitHub Desktop.
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
matt@matt-Lenovo-G560-Jessie:~/noxious$ ./build_x64.sh | |
gyp info it worked if it ends with ok | |
gyp info using [email protected] | |
gyp info using [email protected] | linux | x64 | |
gyp info spawn python | |
gyp info spawn args [ '/home/matt/iojs/lib/node_modules/pangyp/gyp/gyp_main.py', | |
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 '/home/matt/noxious/node_modules/ursa/build/config.gypi', | |
gyp info spawn args '-I', | |
gyp info spawn args '/home/matt/iojs/lib/node_modules/pangyp/addon.gypi', | |
gyp info spawn args '-I', | |
gyp info spawn args '/home/matt/.node-gyp/0.23.0/common.gypi', | |
gyp info spawn args '-Dlibrary=shared_library', | |
gyp info spawn args '-Dvisibility=default', | |
gyp info spawn args '-Dnode_root_dir=/home/matt/.node-gyp/0.23.0', | |
gyp info spawn args '-Druntime=iojs', | |
gyp info spawn args '-Dmodule_root_dir=/home/matt/noxious/node_modules/ursa', | |
gyp info spawn args '--depth=.', | |
gyp info spawn args '--no-parallel', | |
gyp info spawn args '--generator-output', | |
gyp info spawn args 'build', | |
gyp info spawn args '-Goutput_dir=.' ] | |
gyp info spawn make | |
gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ] | |
make: Entering directory '/home/matt/noxious/node_modules/ursa/build' | |
CXX(target) Release/obj.target/ursaNative/src/ursaNative.o | |
CXX(target) Release/obj.target/ursaNative/src/asprintf.o | |
SOLINK_MODULE(target) Release/obj.target/ursaNative.node | |
SOLINK_MODULE(target) Release/obj.target/ursaNative.node: Finished | |
COPY Release/ursaNative.node | |
make: Leaving directory '/home/matt/noxious/node_modules/ursa/build' | |
gyp info ok |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment