mirror of
https://github.com/kusti8/proton-native.git
synced 2026-05-15 14:15:50 -06:00
[GH-ISSUE #239] Can't install/build libui-node on Linux Ubuntu bionic #166
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#166
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 @dimonic on GitHub (Jan 7, 2020).
Original GitHub issue: https://github.com/kusti8/proton-native/issues/239
Following quick start instructions results in
In file included from ../../nbind/include/nbind/api.h:71:0, from ../../nbind/include/nbind/BindDefiner.h:11, from ../../nbind/include/nbind/noconflict.h:8, from ../../nbind/include/nbind/nbind.h:8, from ../../nbind/src/common.cc:4: ../../nbind/include/nbind/v8/BindWrapper.h: In member function ‘void nbind::BindWrapperBase::addInstance(v8::Local<v8::Object>)’: ../../nbind/include/nbind/v8/BindWrapper.h:139:8: error: ‘class Nan::Persistent<v8::Object>’ has no member named ‘MarkIndependent’ ref->MarkIndependent(); ^~~~~~~~~~~~~~~I believe there is some version mismatch?
@devhammed commented on GitHub (Jan 8, 2020):
I am getting almost the same error: Ubuntu 19.10:
@goranmoomin commented on GitHub (Jan 8, 2020):
proton-native v1 only supports up to node v11. Wait for v2 which will switch from libui-node (which is the main problem here) to qt.
Sent with GitHawk
@kusti8 commented on GitHub (Jan 19, 2020):
Proton Native V2 is now released! If the issue still occurs in the new update, please open a new issue.