码迷,mamicode.com
首页 >  
搜索关键字:gyp    ( 138个结果
WebRTCDemo.apk代码走读(八):代码目录结构
转载注明出处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
node-gyp rebuild 卡住?
最近 npm install 时候经常遇到在 node-gyp rebuild 那里卡很久的情况(大于十分钟),于是研究了一下输出的错误日志解决了这个问题,在这里分享一下。首先,请检查 node-gyp 需要的 Python 和编译工具链是否已安装:On Unix:python (v2.7 reco...
分类:其他好文   时间:2015-05-25 20:04:41    阅读次数:236
使用makefile编译nodejs模块
使用过node-gyp编译nodejs的addon插件的人,一定很好奇,node-gyp到底帮你做了什么事情,还有,如果我们自己做,难度到底如何。本文不作makefile文件语法的讲解,如果你不懂, 没关系,能看懂基本流程就好。抛开node-gyp,你会发现,有些复杂的东西其实是基于很简单的原理。 环境 操作系统为centos7,已经安装了nodejs,版本为0.10.36,其实差不多新的版本...
分类:Web程序   时间:2015-02-18 17:44:41    阅读次数:356
[问题记录]libpomelo的安装
描述:按照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
Win7下Node.js连接oracle数据库
最近一个项目需要使用Nodejs连接oracle数据库,在网上查了很久,按照网上的做法一直都无法成功,报错信息是node-gyp rebuild相关的,最后经过不断试验,发现手动编译后可以成功. 首先需要安装node-oracle需要的依赖,包...
分类:数据库   时间:2015-01-05 13:23:45    阅读次数:173
不幸的问题还是出现了:Chromium代码上整理patch(working目录/master分支),部分文件做了git checkout恢复,结果GYP再编译就出错了
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
BUG when using GYP_DEFINES+=" profiling=1 release_extra_cflags=-fno-omit-frame-pointer disable_pie=1
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
[转]Converting a C library to gyp
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
npm install 时遇到的 python 问题
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
ubuntu12.04下chromium的编译与运行
在查看了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
138条   上一页 1 ... 11 12 13 14 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!