Created
April 25, 2012 02:24
-
-
Save denysonique/2485593 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| ‹accessors› | |
| ╰─$ npm install 1 ↵ | |
| > [email protected] install /home/dennis/dev/nodeirc/node-qt/node-qt | |
| > node-gyp rebuild | |
| info it worked if it ends with ok | |
| spawn python [ '/home/dennis/.node-gyp/0.6.8/tools/gyp_addon', | |
| 'binding.gyp', | |
| '-I/home/dennis/dev/nodeirc/node-qt/node-qt/build/config.gypi', | |
| '-f', | |
| 'make' ] | |
| spawn make [ 'BUILDTYPE=Release', '-C', 'build' ] | |
| make: Entering directory `/home/dennis/dev/nodeirc/node-qt/node-qt/build' | |
| CXX(target) Release/obj.target/qt/src/qt.o | |
| In file included from ../src/qt.cc:35:0: | |
| ../src/QtCore/qurl.h:56:1: error: pasting ">" and "New" does not give a valid preprocessing token | |
| ../src/QtCore/qurl.h:58:1: error: pasting ">" and "ToString" does not give a valid preprocessing token | |
| ../src/QtCore/qurl.h:67:1: error: pasting ">" and "TLD" does not give a valid preprocessing token | |
| In file included from ../src/qt.cc:37:0: | |
| ../src/QtGui/qapplication.h:48:1: error: pasting ">" and "New" does not give a valid preprocessing token | |
| ../src/QtGui/qapplication.h:51:1: error: pasting ">" and "ProcessEvents" does not give a valid preprocessing token | |
| ../src/QtGui/qapplication.h:52:1: error: pasting ">" and "Exec" does not give a valid preprocessing token | |
| ../src/QtGui/qapplication.h:53:1: error: pasting ">" and "Exit" does not give a valid preprocessing token | |
| In file included from ../src/qt.cc:38:0: | |
| ../src/QtGui/qwidget.h:87:1: error: pasting ">" and "New" does not give a valid preprocessing token | |
| ../src/QtGui/qwidget.h:93:1: error: pasting ">" and "Paint" does not give a valid preprocessing token | |
| ../src/QtGui/qwidget.h:94:1: error: pasting ">" and "MousePress" does not give a valid preprocessing token | |
| ../src/QtGui/qwidget.h:95:1: error: pasting ">" and "MouseRelease" does not give a valid preprocessing token | |
| ../src/QtGui/qwidget.h:96:1: error: pasting ">" and "MouseMove" does not give a valid preprocessing token | |
| ../src/QtGui/qwidget.h:97:1: error: pasting ">" and "KeyPress" does not give a valid preprocessing token | |
| ../src/QtGui/qwidget.h:98:1: error: pasting ">" and "KeyRelease" does not give a valid preprocessing token | |
| ../src/QtGui/qwidget.h:99:1: error: pasting ">" and "Enter" does not give a valid preprocessing token | |
| ../src/QtGui/qwidget.h:100:1: error: pasting ">" and "Leave" does not give a valid preprocessing token | |
| ../src/QtGui/qwidget.h:101:1: error: pasting ">" and "Close" does not give a valid preprocessing token | |
| ../src/QtGui/qwidget.h:102:1: error: pasting ">" and "Resize" does not give a valid preprocessing token | |
| ../src/QtGui/qwidget.h:103:1: error: pasting ">" and "Move" does not give a valid preprocessing token | |
| ../src/QtGui/qwidget.h:104:1: error: pasting ">" and "Resize" does not give a valid preprocessing token | |
| ../src/QtGui/qwidget.h:105:1: error: pasting ">" and "Show" does not give a valid preprocessing token | |
| ../src/QtGui/qwidget.h:106:1: error: pasting ">" and "Close" does not give a valid preprocessing token | |
| ../src/QtGui/qwidget.h:107:1: error: pasting ">" and "Update" does not give a valid preprocessing token | |
| ../src/QtGui/qwidget.h:108:1: error: pasting ">" and "Move" does not give a valid preprocessing token | |
| ../src/QtGui/qwidget.h:109:1: error: pasting ">" and "Parent" does not give a valid preprocessing token | |
| ../src/QtGui/qwidget.h:110:1: error: pasting ">" and "Size" does not give a valid preprocessing token | |
| ../src/QtGui/qwidget.h:111:1: error: pasting ">" and "Width" does not give a valid preprocessing token | |
| ../src/QtGui/qwidget.h:112:1: error: pasting ">" and "Height" does not give a valid preprocessing token | |
| ../src/QtGui/qwidget.h:113:1: error: pasting ">" and "X" does not give a valid preprocessing token | |
| ../src/QtGui/qwidget.h:114:1: error: pasting ">" and "Y" does not give a valid preprocessing token | |
| In file included from ../src/qt.cc:45:0: | |
| ../src/QtGui/qpaintevent.h:54:1: error: pasting ">" and "New" does not give a valid preprocessing token | |
| ../src/QtGui/qpaintevent.h:55:1: error: pasting ">" and "Accept" does not give a valid preprocessing token | |
| ../src/QtGui/qpaintevent.h:56:1: error: pasting ">" and "Ignore" does not give a valid preprocessing token | |
| ../src/QtGui/qpaintevent.h:57:1: error: pasting ">" and "IsAccepted" does not give a valid preprocessing token | |
| ../src/QtGui/qpaintevent.h:58:1: error: pasting ">" and "SetAccepted" does not give a valid preprocessing token | |
| In file included from ../src/qt.cc:58:0: | |
| ../src/QtWebkit/qwebview.h:35:20: fatal error: QWebView: No such file or directory | |
| compilation terminated. | |
| make: *** [Release/obj.target/qt/src/qt.o] Error 1 | |
| make: Leaving directory `/home/dennis/dev/nodeirc/node-qt/node-qt/build' | |
| ERR! Error: `make` failed with exit code: 2 | |
| at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:209:23) | |
| at ChildProcess.emit (events.js:70:17) | |
| at maybeExit (child_process.js:361:16) | |
| at Process.onexit (child_process.js:397:5) | |
| ERR! not ok | |
| npm ERR! [email protected] install: `node-gyp rebuild` | |
| npm ERR! `sh "-c" "node-gyp rebuild"` failed with 1 | |
| npm ERR! | |
| npm ERR! Failed at the [email protected] install script. | |
| npm ERR! This is most likely a problem with the node-qt package, | |
| npm ERR! not with npm itself. | |
| npm ERR! Tell the author that this fails on your system: | |
| npm ERR! node-gyp rebuild | |
| npm ERR! You can get their info via: | |
| npm ERR! npm owner ls node-qt | |
| npm ERR! There is likely additional logging output above. | |
| npm ERR! | |
| npm ERR! System Linux 3.0.0-19-generic | |
| npm ERR! command "node" "/usr/local/bin/npm" "install" | |
| npm ERR! cwd /home/dennis/dev/nodeirc/node-qt/node-qt | |
| npm ERR! node -v v0.6.8 | |
| npm ERR! npm -v 1.1.18 | |
| npm ERR! code ELIFECYCLE | |
| npm ERR! message [email protected] install: `node-gyp rebuild` | |
| npm ERR! message `sh "-c" "node-gyp rebuild"` failed with 1 | |
| npm ERR! errno {} | |
| npm ERR! | |
| npm ERR! Additional logging details can be found in: | |
| npm ERR! /home/dennis/dev/nodeirc/node-qt/node-qt/npm-debug.log | |
| npm not ok |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment