Top "Gyp" questions

GYP is a tool created at Google for the Chromium project that generates native Visual Studio, Xcode and SCons and/or make build files from a platform-independent input format.

How to support both vcxproj to cmake on a project?

I'm developing cross-platform c++ project. The original idea is to work with msvc2010 and later compile for other systems with …

visual-studio visual-studio-2010 makefile cmake gyp
GYP ERR! build error. stack Error: 'make' failed with exit code 2

I am currently working on a nodejs web application I am having trouble pushing the application online with cloud foundry. …

node.js npm ibm-cloud cloud-foundry gyp
NodeJS npm install pg failed

Im trying to npm install pg on my ubuntu virtual machine and i got error: > [email protected] install /usr/local/…

node.js installation npm gyp
How to compile the Google Courgette tool?

Courgette (description, source) is a Google tool that is used to update Chrome efficiently. It seems like a great and …

google-chrome compilation chromium gyp binary-diff
gyp - how to specify link library flavor

I'm writing a native node module and I'd like to be able to build it in release and debug versions. …

node.js gyp node-gyp
how to add path with module to python?

I try to build V8 javascript engine. When I try to invoke the command python build/git_v8, I get …

python v8 gyp
How to build google breakpad

I'm totally lost on how to build Google's breakpad. There is a sln file, but it depends on a library …

gyp google-breakpad
Add include dir for node gyp

I am deploying a node-js app to heroku that requires the npm package imagemagic-native. I made the buildpack install libmagick++…

node.js gcc npm node-gyp gyp