pmq20 / node-packer

Packing your Node.js application into a single executable.
MIT License
3.07k stars 199 forks source link

../deps/uv/include/uv.h:37:10: fatal error: enclose_io.h: No such file or directory #155

Open paldier opened 3 years ago

paldier commented 3 years ago

os:ubuntu-20.04 libncurses-dev:6.2-0ubuntu2 squashfs-tools:1:4.4-1 Python 2.7.18 gcc9.3.0 --lts and --current ../nodec bin/homebridge -o linux -a mips or ../nodec bin/homebridge -o linux -a mipsel

../deps/uv/include/uv.h:37:10: fatal error: enclose_io.h: No such file or directory

../nodec bin/homebridge -o linux -a arm or ../nodec bin/homebridge -o linux -a arm64

../deps/openssl/openssl/crypto/arm_arch.h:55:6: error: #error "unsupported ARM architecture"

zoe-icu commented 3 years ago

你解决了么 我也有相同的报错

amunhoz commented 3 years ago

same here.

BigCatGit commented 3 years ago

我也有相同的报错, 没解决

suntong commented 2 years ago

I've prepared a minimum-set to duplicated this problem. See #160.