gyp Questions
22
Solved
I am currently working on a nodejs web application I am having trouble pushing the application online with cloud foundry. I did some research on the errors and it seems that maybe some of the packa...
Hamitic asked 1/6, 2017 at 19:54
4
Solved
0
I am working on clean Windows 10 installation.
When trying to run npm install sqlite3 from myproject path, getting the following error:
gyp WARN install got an error, rolling back install
gyp ERR!...
Culpepper asked 19/4, 2020 at 12:21
2
Solved
I'm writing a native node module and I'd like to be able to build it in release and debug versions.
The node module links to another library, which has a debug and release version in two different...
4
Solved
I am trying to create a simple cross platform C++ project with gyp. Currently I'm just trying this on a mac - but would like to get it to build for windows, Linux, ios and android eventually.
HEre...
1
I'm trying to use a the gstreamer framework in my node addon. I had the following to my to my binding.gyp, but when i run the build command it, the console states that the header is not found. When...
Coercion asked 3/9, 2017 at 19:28
2
Solved
I'm totally new to gyp, so please excuse any ignorance on the subject -- I'm trying to incorporate a project which uses gyp into a larger environment generated by make. The .gyp file in question ha...
Costive asked 18/8, 2015 at 11:55
2
This is really painful.
I followed the instruction from https://github.com/v8/v8/wiki/Building%20with%20Gyp.
fetch v8
cd v8
And when fetching is finished,
set DEPOT_TOOLSPWIN_TOOLCHAIN=0
Inst...
3
Im trying to npm install pg on my ubuntu virtual machine and i got error:
> [email protected] install /usr/local/lib/node_modules/core/node_modules/pg
> node-gyp rebuild || (exit 0)
gy...
Stunning asked 14/11, 2013 at 7:59
5
Solved
I try to build V8 javascript engine.
When I try to invoke the command python build/git_v8, I get error:
File build/gyp_v8, line 48 in < module >
import gyp
ImportError: No module named GYP
...
1
Solved
I'm trying to install the pg-native package:
sudo npm install pg-native
but the following error is generated:
> [email protected] install /Workspace/auth/node_modules/libpq
> node-gy...
1
I want to find a way to simplify the installation of the Node.js "libtorrent" module.
My goal is to be able to provide pre-compiled .node files for each architectures, as this is done in the fiber...
Genic asked 7/2, 2014 at 9:47
2
In most of tutorials, they use gyp as the building system for C++ node.js add-on development. However, compared to gyp, CMake has a long history and have much much more documentations.
Therefore,...
2
Solved
I've been building cross-platform applications using C++ and CMake. Unfortunately many libraries do not include CMake project descriptions. For example Google supported projects frequently use GYP....
3
Solved
I have a large project that I have to load and work on. Nothing I can do about it - just load the solution and all projects within it.
Problem is that first several minutes VS loads project one by...
Ossetia asked 21/1, 2015 at 11:20
2
Solved
3
Is it possible to define a GYP variable whose value depends on the choice of build configuration?
1
Courgette (description, source) is a Google tool that is used to update Chrome efficiently.
It seems like a great and easy-to-use tool, but I cannot manage to compile it. I've tried VS2010, GYP an...
Caster asked 22/9, 2012 at 9:30
1
Solved
Does gyp support cross-compiling? If so are there any instuctions? If not, are there any tricks to get it to do cross compile anyways?
I am trying to use some of the chromium libraries and their b...
Cenesthesia asked 14/7, 2011 at 15:58
1
Solved
Is it possible to build googles v8 as a shared library with gyp on windows (msvc 2012)? Everything I tried doesn't work. What I've tried:
python build\gyp_v8 -Dcomponent=shared_library
python buil...
1
I'm new to Gyp. Instead of compiling my dependency, I would like to use a shared library, in particular, the libsqlite3.so which is already on my machine. The main binding.gyp currently looks like
...
2
Solved
I'm developing cross-platform c++ project. The original idea is to work with msvc2010 and later compile for other systems with the help of CMake and Hudson.
It doesn't seem to be convenient manuall...
Jesuit asked 11/7, 2011 at 11:46
5
Solved
1
Solved
I'm totally lost on how to build Google's breakpad. There is a sln file, but it depends on a library that doesn't seem to have an associated sln. It seems to use something called gyp that I haven't...
Twentyfourmo asked 27/5, 2010 at 21:29
1
© 2022 - 2024 — McMap. All rights reserved.