转载注明出处http://blog.csdn.net/wanghorse├── ./base //基础平台库,包括线程、锁、socket等
├── ./build //编译脚本,gyp
├── ./common_audio //基础公共的音频处理
│ ├── ./common_audio/include //就一个类型转换头文件
│ ├── ./common_audio/resampl...
分类:
Web程序 时间:
2015-06-06 14:58:11
阅读次数:
163
最近 npm install 时候经常遇到在 node-gyp rebuild 那里卡很久的情况(大于十分钟),于是研究了一下输出的错误日志解决了这个问题,在这里分享一下。首先,请检查 node-gyp 需要的 Python 和编译工具链是否已安装:On Unix:python (v2.7 reco...
分类:
其他好文 时间:
2015-05-25 20:04:41
阅读次数:
236
使用过node-gyp编译nodejs的addon插件的人,一定很好奇,node-gyp到底帮你做了什么事情,还有,如果我们自己做,难度到底如何。本文不作makefile文件语法的讲解,如果你不懂, 没关系,能看懂基本流程就好。抛开node-gyp,你会发现,有些复杂的东西其实是基于很简单的原理。
环境
操作系统为centos7,已经安装了nodejs,版本为0.10.36,其实差不多新的版本...
分类:
Web程序 时间:
2015-02-18 17:44:41
阅读次数:
356
描述:按照github上的操作完成Windowsin your libpomelo project root directoryopen git bash and type inmkdir -p buildgit clone https://github.com/martine/gyp.git bu...
分类:
其他好文 时间:
2015-01-15 19:59:46
阅读次数:
193
最近一个项目需要使用Nodejs连接oracle数据库,在网上查了很久,按照网上的做法一直都无法成功,报错信息是node-gyp rebuild相关的,最后经过不断试验,发现手动编译后可以成功. 首先需要安装node-oracle需要的依赖,包...
分类:
数据库 时间:
2015-01-05 13:23:45
阅读次数:
173
redtea@Lenovo:~/Projects/Chromium/src$ ninja -C out/Release android_webview_apk
ninja: Entering directory `out/Release'
[3/24] CXX obj/android_webview/browser/android_webview_common.shared_renderer_...
分类:
其他好文 时间:
2014-12-19 15:50:09
阅读次数:
261
Hi, I find GYP's bug when dealing with GYP_DEFINES env variables override.
I was having a successfully android build, and i wanted to enable profiler support, so i followed the
http://www.chromi...
分类:
其他好文 时间:
2014-12-10 10:50:08
阅读次数:
172
Source:http://n8.io/converting-a-c-library-to-gyp/Converting a C library to gypPublished:2012.10.02gyp, short for "Generate Your Projects", is a build...
分类:
其他好文 时间:
2014-10-29 12:36:05
阅读次数:
262
gyp?ERR!?configure?error
gyp?ERR!?stack?Error:?Python?executable?"python"?is?v2.4.3,?which?is?not?supported?by?gyp.gyp?ERR!?stack?You?can?pass?the?--python?switch?to?poi...
分类:
编程语言 时间:
2014-10-21 23:21:37
阅读次数:
776
在查看了ubuntu的debian rules,重新配置chromium
GYP_GENERATORS=make GYP_DEFINES="disable_sse2=1 use_third_party_translations=1 werror= sysroot= disable_nacl=1 linux_use_gold_binary=0 linux_use_gold_flags=0 enab...
分类:
其他好文 时间:
2014-09-15 14:23:38
阅读次数:
231