-
Notifications
You must be signed in to change notification settings - Fork 35
Description
As instructed, I ran npm install topcube
but this is the output :
npm http GET https://registry.npmjs.org/topcube
npm http 304 https://registry.npmjs.org/topcube
topcube@0.1.3 preinstall /home/pratheek/node_modules/topcube
node package.js
Nothing to clean (project not configured)
Checking for program g++ or c++ : /usr/bin/g++
Checking for program cpp : /usr/bin/cpp
Checking for program ar : /usr/bin/ar
Checking for program ranlib : /usr/bin/ranlib
Checking for g++ : ok
Checking for gtk+-2.0 : not found
Checking for glib-2.0 : not found
Checking for webkit-1.0 : not found
'configure' finished successfully (0.638s)
Waf: Entering directory /home/pratheek/node_modules/topcube/build' [1/2] cxx: topcube.cpp -> build/Release/topcube_1.o ../topcube.cpp:1:21: fatal error: gtk/gtk.h: No such file or directory compilation terminated. Waf: Leaving directory/home/pratheek/node_modules/topcube/build'
Build failed: -> task failed (err #1):
{task: cxx topcube.cpp -> topcube_1.o}
npm ERR! topcube@0.1.3 preinstall: node package.js
npm ERR! sh "-c" "node package.js" failed with 1
npm ERR!
npm ERR! Failed at the topcube@0.1.3 preinstall script.
npm ERR! This is most likely a problem with the topcube package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node package.js
npm ERR! You can get their info via:
npm ERR! npm owner ls topcube
npm ERR! There is likely additional logging output above.
npm ERR! System Linux 3.3.4-5.fc17.i686
npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install" "topcube"
npm ERR! cwd /home/pratheek
npm ERR! node -v v0.8.14
npm ERR! npm -v 1.1.65
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/pratheek/npm-debug.log
npm ERR! not ok code 0