Skip to content

Instantly share code, notes, and snippets.

@elliottsj
Last active August 29, 2015 14:16
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 elliottsj/db8dbce929183b9443db to your computer and use it in GitHub Desktop.
Save elliottsj/db8dbce929183b9443db to your computer and use it in GitHub Desktop.
gyp info it worked if it ends with ok
gyp info using nw-gyp@0.12.4
gyp info using node@0.10.36 | darwin | x64
gyp info spawn python
gyp info spawn args [ '/Users/Spencer/.nvm/v0.10.36/lib/node_modules/nw-gyp/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 '/Users/Spencer/Desktop/testapp/node_modules/pty.js/build/config.gypi',
gyp info spawn args '-I',
gyp info spawn args '/Users/Spencer/.nvm/v0.10.36/lib/node_modules/nw-gyp/addon.gypi',
gyp info spawn args '-I',
gyp info spawn args '/Users/Spencer/.nw-gyp/0.8.6/common.gypi',
gyp info spawn args '-Dlibrary=shared_library',
gyp info spawn args '-Dvisibility=default',
gyp info spawn args '-Dnode_root_dir=/Users/Spencer/.nw-gyp/0.8.6',
gyp info spawn args '-Dmodule_root_dir=/Users/Spencer/Desktop/testapp/node_modules/pty.js',
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
gyp info it worked if it ends with ok
gyp info using nw-gyp@0.12.4
gyp info using node@0.10.36 | darwin | x64
gyp info spawn make
gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ]
CXX(target) Release/obj.target/pty/src/unix/pty.o
In file included from ../src/unix/pty.cc:16:
In file included from ../node_modules/nan/nan.h:24:
In file included from /Users/Spencer/.nw-gyp/0.8.6/src/node.h:71:
/Users/Spencer/.nw-gyp/0.8.6/src/node_object_wrap.h:82:13: warning: 'MakeWeak' is deprecated [-Wdeprecated-declarations]
handle_.MakeWeak(v8::Isolate::GetCurrent(), this, WeakCallback);
^
/Users/Spencer/.nw-gyp/0.8.6/deps/v8/include/v8.h:658:22: note: 'MakeWeak<node::ObjectWrap>' has been explicitly marked deprecated here
V8_DEPRECATED(void MakeWeak(
^
/Users/Spencer/.nw-gyp/0.8.6/deps/v8/include/v8.h:92:35: note: expanded from macro 'V8_DEPRECATED'
#define V8_DEPRECATED(declarator) declarator __attribute__ ((deprecated))
^
In file included from ../src/unix/pty.cc:16:
In file included from ../node_modules/nan/nan.h:24:
/Users/Spencer/.nw-gyp/0.8.6/src/node.h:124:31: warning: 'New' is deprecated [-Wdeprecated-declarations]
v8::FunctionTemplate::New(callback)->GetFunction());
^
/Users/Spencer/.nw-gyp/0.8.6/deps/v8/include/v8.h:3339:48: note: 'New' has been explicitly marked deprecated here
V8_DEPRECATED(static Local<FunctionTemplate> New(
^
/Users/Spencer/.nw-gyp/0.8.6/deps/v8/include/v8.h:92:35: note: expanded from macro 'V8_DEPRECATED'
#define V8_DEPRECATED(declarator) declarator __attribute__ ((deprecated))
^
In file included from ../src/unix/pty.cc:16:
In file included from ../node_modules/nan/nan.h:24:
/Users/Spencer/.nw-gyp/0.8.6/src/node.h:131:67: warning: 'New' is deprecated [-Wdeprecated-declarations]
v8::Local<v8::FunctionTemplate> templ = v8::FunctionTemplate::New(callback);
^
/Users/Spencer/.nw-gyp/0.8.6/deps/v8/include/v8.h:3339:48: note: 'New' has been explicitly marked deprecated here
V8_DEPRECATED(static Local<FunctionTemplate> New(
^
/Users/Spencer/.nw-gyp/0.8.6/deps/v8/include/v8.h:92:35: note: expanded from macro 'V8_DEPRECATED'
#define V8_DEPRECATED(declarator) declarator __attribute__ ((deprecated))
^
In file included from ../src/unix/pty.cc:16:
In file included from ../node_modules/nan/nan.h:74:
In file included from ../node_modules/nan/nan_new.h:194:
../node_modules/nan/nan_implementation_pre_12_inl.h:102:32: warning: 'New' is deprecated [-Wdeprecated-declarations]
return v8::FunctionTemplate::New( callback
^
/Users/Spencer/.nw-gyp/0.8.6/deps/v8/include/v8.h:3339:48: note: 'New' has been explicitly marked deprecated here
V8_DEPRECATED(static Local<FunctionTemplate> New(
^
/Users/Spencer/.nw-gyp/0.8.6/deps/v8/include/v8.h:92:35: note: expanded from macro 'V8_DEPRECATED'
#define V8_DEPRECATED(declarator) declarator __attribute__ ((deprecated))
^
In file included from ../src/unix/pty.cc:16:
../node_modules/nan/nan.h:922:13: warning: 'GetHeapStatistics' is deprecated [-Wdeprecated-declarations]
v8::V8::GetHeapStatistics(heap_statistics);
^
/Users/Spencer/.nw-gyp/0.8.6/deps/v8/include/v8.h:4715:29: note: 'GetHeapStatistics' has been explicitly marked deprecated here
V8_DEPRECATED(static void GetHeapStatistics(HeapStatistics* heap_statistics));
^
/Users/Spencer/.nw-gyp/0.8.6/deps/v8/include/v8.h:92:35: note: expanded from macro 'V8_DEPRECATED'
#define V8_DEPRECATED(declarator) declarator __attribute__ ((deprecated))
^
In file included from ../src/unix/pty.cc:16:
../node_modules/nan/nan.h:1226:21: warning: 'WriteAscii' is deprecated [-Wdeprecated-declarations]
size = toStr->WriteAscii(buf);
^
/Users/Spencer/.nw-gyp/0.8.6/deps/v8/include/v8.h:1594:21: note: 'WriteAscii' has been explicitly marked deprecated here
V8_DEPRECATED(int WriteAscii(char* buffer,
^
/Users/Spencer/.nw-gyp/0.8.6/deps/v8/include/v8.h:92:35: note: expanded from macro 'V8_DEPRECATED'
#define V8_DEPRECATED(declarator) declarator __attribute__ ((deprecated))
^
In file included from ../src/unix/pty.cc:16:
../node_modules/nan/nan.h:1963:18: warning: 'WriteAscii' is deprecated [-Wdeprecated-declarations]
, toStr->WriteAscii(to, 0, static_cast<int>(sz_ + term_len), flags));
^
/Users/Spencer/.nw-gyp/0.8.6/deps/v8/include/v8.h:1594:21: note: 'WriteAscii' has been explicitly marked deprecated here
V8_DEPRECATED(int WriteAscii(char* buffer,
^
/Users/Spencer/.nw-gyp/0.8.6/deps/v8/include/v8.h:92:35: note: expanded from macro 'V8_DEPRECATED'
#define V8_DEPRECATED(declarator) declarator __attribute__ ((deprecated))
^
7 warnings generated.
SOLINK_MODULE(target) Release/pty.node
SOLINK_MODULE(target) Release/pty.node: Finished
gyp info ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment