-
-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
failing to use instructions from README #3783
Comments
Probably prebuild for the used core was not uploaded to npm. EDIT: seems to be uploaded already :/ |
i also tried over with node 18 - similar issue: EDIT: also same with node 20 |
deltachat-node has no arm/m1 prebuild, so it is always built. the "linking" to node step somehow fails for you, it looks like a nodejs header problem. For me node Anyways might be easier to figure this issue out with a local core, so:
deltachat-desktop/docs/UPDATE_CORE.md Lines 47 to 55 in 2ac3deb
|
Similar issue: balena-io/balena-cli#2721 |
This change seems to fix the problem in my case: deltachat/deltachat-core-rust#5489 |
@r10 What is your output of In my case problems happen with:
It seems part of the problem is new |
I have reproduced it with Node 18 and Xcode 15.3 in CI on macos-14 runner (macos-latest does not have Xcode 15.3): https://github.com/deltachat/deltachat-core-rust/actions/runs/8791852121/job/24126899012?pr=5488 Fix is at deltachat/deltachat-core-rust#5489 |
@Simon-Laux , @link2xt , @adbenitez thanks a lot for help! ❤️ i will try out the suggestions from simon to build core with the PR from link2xt. but please do not let that block things and go forward to merge and do whatever is needed :) EDIT: @link2xt
and, yes, iirc, there was an xcode update |
yeah, that works out. i am in business again :) thanks a lot for help, i would have no chance to build desktop without your help 🙏 |
for $reasons, i did a new checkout of deltachat-desktop and trying to build the project as described in README.md with ...
... which however fails with error
Error: Command failed: npm run install:prebuilds
after some weird compilation errors à laincompatible function pointer types passing
full log
it did work for me before, but that was an ages old checkout, might be i tweaked sth i forgot :)
Caches/node-gyp
caches and rebooted - no successnpm install & npm run build
in deltachat-core-rust (following README there) fails in "build" with a similar errormaster
,1.44.1
as well asadz/instant-onboarding
— all failusing macos 14.4.1, node 21.7.3
however, i am also only poking around in the dark, migth be it is sth basal i've just overseen or did wrong :)
The text was updated successfully, but these errors were encountered: