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 nw21 failed #8

Closed LeonardLaszlo closed 7 years ago

LeonardLaszlo commented 7 years ago
leonard@leonard:~/nwjs/src$ ninja -C out_gn_arm/nw dist
ninja: Entering directory `out_gn_arm/nw'
[2/3] ACTION //content/nw:dist(//build/toolchain/linux:clang_arm)
FAILED: new_package.re
python ../../content/nw/tools/package_binaries.py -p /home/leonard/nwjs/src/out_gn_arm/nw -a arm -m sdk -i /home/leonard/nwjs/src/third_party/icu/common/icudtl.dat
Working on /home/leonard/nwjs/src/out_gn_arm/nw
Creating packages...
File does not exist:  /home/leonard/nwjs/src/out_gn_arm/nw/nw.sym
ninja: build stopped: subcommand failed.
jtg-gg commented 7 years ago

@LeonardLaszlo, hmm can you run this "ninja -C out_gn_arm/nw dump" before doing "dist" the "dump" will create the nw.sym

there are also some changes in nw21, the node folder is renamed to node-nw

LeonardLaszlo commented 7 years ago

Thanks for your help! It worked!