node-qt
node-qt copied to clipboard
C++ Qt bindings for Node.js
fix wont run in some systems
When running `npm install node-qt` the compilation stop with this message: ``` C1003: error count exceeds 100; stopping compilation ``` Output (Not all shown, whole console buffer is filled up):...
``` $ npm install node-qt > [email protected] install /Users/me/Desktop/node_modules/node-qt > node-gyp rebuild CXX(target) Release/obj.target/qt/src/qt.o ../src/qt.cc:30:9: warning: 'BUILDING_NODE_EXTENSION' macro redefined [-Wmacro-redefined] #define BUILDING_NODE_EXTENSION ^ :8:9: note: previous definition is here #define...
Short issue, is this project still alive?
Not able to use it on Mac, getting error on 'node-qpy rebuild' Also attached npm-build log. node-gyp rebuild 10:25:57 gyp info it worked if it ends with ok gyp info...
Followed the instructions & installed the dependencies, this is what happened: ``` osboxes@osboxes:~/dev$ npm install --save node-qt > [email protected] install /home/osboxes/dev/node_modules/node-qt > node-gyp rebuild make: Entering directory '/home/osboxes/dev/node_modules/node-qt/build' CXX(target) Release/obj.target/qt/src/qt.o...
Will you incorporate QML somehow, or leave it at just the C aspects?
I installed node-v0.10.24-x64 in Windows7. I have Microsoft Visual Studio and python-2.7.3 in my system. When I do npm install node-qt , the following error occurs: C:>npm install node-qt npm...
I've been wanting to try this out for a while, and I got to it today. I used the example code in the README, ran a quick `npm install node-qt`...
how to access http://qt-project.org/doc/qt-4.8/desktop-screenshot.html from node-qt? we want to take screenshots