node-gyp building.gyp

本文介绍了一个使用nw-gyp进行项目构建的具体示例,展示了如何通过定义不同的条件来适配macOS平台,并详细解释了编译目标、宏定义、源文件及特定于Xcode的设置。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

{
  'targets': [
    {
      'target_name': 'screenshot',
      'defines': [ 'V8_DEPRECATION_WARNINGS=1' ],
      'sources': [ 'aaa.cpp' ],
      'conditions': [
          ['OS=="mac"', {
              'sources': [
                    "aaa_oc.mm"
                ],
              'xcode_settings': {
                  'OTHER_CFLAGS': [
                      '-ObjC++',
                      '-fno-objc-arc'
                  ]
              }
          }]
      ]
    }
  ]
}

nw-gyp rebuild --target=v0.32.4 --arch=x64

 

npm error code 1 npm error path C:\Users\Administrator\Desktop\textbook-manage-master\frontend\node_modules\node-sass npm error command failed npm error command C:\Windows\system32\cmd.exe /d /s /c node scripts/build.js npm error Building: C:\Users\Administrator\AppData\Roaming\JetBrains\WebStorm2024.3\node\versions\22.14.0\n ode.exe C:\Users\Administrator\Desktop\textbook-manage-master\frontend\node_modules\node-gyp\bin\node-gyp.js rebuild --verbose --libsass_ext= --libsass_cflags= --libsass_ldflags= --libsass_library= npm error gyp info it worked if it ends with ok npm error gyp verb cli [ npm error gyp verb cli 'C:\\Users\\Administrator\\AppData\\Roaming\\JetBrains\\WebStorm2024.3\\node\\versions\\22.14.0\\node.exe', npm error gyp verb cli 'C:\\Users\\Administrator\\Desktop\\textbook-manage-master\\frontend\\node_modules\\node-gyp\\bin\\node-gyp.js', npm error gyp verb cli 'rebuild', npm error gyp verb cli '--verbose', npm error gyp verb cli '--libsass_ext=', npm error gyp verb cli '--libsass_cflags=', npm error gyp verb cli '--libsass_ldflags=', npm error gyp verb cli '--libsass_library=' npm error gyp verb cli ] npm error gyp info using node-gyp@3.8.0 npm error gyp info using node@22.14.0 | win32 | x64 npm error gyp verb command rebuild [] npm error gyp verb command clean [] npm error gyp verb clean removing "build" directory npm error gyp verb command configure [] npm error gyp verb check python checking for Python executable "C:\Python27\python.exe" in the PATH npm error gyp verb `which` succeeded C:\Python27\python.exe C:\Python27\python.exe npm error (node:8352) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead. npm error (Use `node --trace-deprecation ...` to show where the warning was created) npm error gyp verb check python version `C:\Python27\python.exe -c "import sys; print "2.7.14 npm error gyp verb check python version .%s.%s" % sys.version_info[:3];"` returned: %j n
最新发布
03-25
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值