mirror of
https://github.com/kusti8/proton-native.git
synced 2026-05-15 14:15:50 -06:00
[GH-ISSUE #187] The linker version '2.23' used by the base 'core' is incompatible #122
Labels
No labels
bug
documentation
enhancement
libui issue
pull-request
question
wait for libui implementation
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/proton-native#122
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @consciousnessdev on GitHub (Dec 2, 2018).
Original GitHub issue: https://github.com/kusti8/proton-native/issues/187
I Had Error when running npm run dist
it show
The linker version '2.23' used by the base 'core' is incompatible with files in this snap: /home/abfs87/Workspace/ProtonNative/proton-app/dist/__snap-x64/prime/lib/x86_64-linux-gnu/libbsd.so.0.8.7 (2.25) /home/abfs87/Workspace/ProtonNative/proton-app/dist/__snap-x64/prime/lib/x86_64-linux-gnu/libexpat.so.1.6.7 (2.25) /home/abfs87/Workspace/ProtonNative/proton-app/dist/__snap-x64/prime/usr/lib/x86_64-linux-gnu/libexpatw.so.1.6.7 (2.25) /home/abfs87/Workspace/ProtonNative/proton-app/dist/__snap-x64/prime/usr/lib/x86_64-linux-gnu/libgnutls.so.30.14.10 (2.25) /home/abfs87/Workspace/ProtonNative/proton-app/dist/__snap-x64/prime/usr/lib/x86_64-linux-gnu/libp11-kit.so.0.3.0 (2.26) ⨯ exit status 2@kusti8 commented on GitHub (Dec 22, 2018):
This is an electron-builder problem, so I suggest you make an issue here: https://github.com/electron-userland/electron-builder
Thanks