LeonardLaszlo / nw.js-armv7-binaries

NW.js ARMv7 and ARMv8 binaries and the scripts for building and running the executable.
145 stars 22 forks source link

Building NW.js v0.22.x fails #9

Closed LeonardLaszlo closed 6 years ago

LeonardLaszlo commented 7 years ago
leonard@leonard:~/nwjs/src$ python build/gyp_chromium -Goutput_dir=out_gn_arm -I third_party/node-nw/build/common.gypi third_party/node-nw/node.gyp
Updating projects from gyp files...
gyp: Undefined variable OBJ_DIR in third_party/node-nw/node.gyp
LeonardLaszlo commented 7 years ago

Running:

leonard@leonard:~/nwjs/src$ grep -rnw third_party/node-nw/build/*.gypi -e "OBJ_DIR"

produces no output.

jtg-gg commented 7 years ago

@LeonardLaszlo make sure the git repo are pointing to the correct branch / commit then run the "gclient runhooks" to apply the patches then try again the gyp_chromium

btw I am currently busy with something else, my repo only up to date to nw22.1

LeonardLaszlo commented 7 years ago

You are right! It works with nw22.1, but any older version is not working yet! Thanks for your help!

Please let me know when you update it to be compatible with newer versions!

LeonardLaszlo commented 6 years ago

skipped release of NW.js v0.22.x