-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
no viable conversion from 'Local<v8::Context>' to 'v8::Isolate *' #117
Comments
updating...
now getting this:
|
macOS, Xcode 10.2.1 (10E1001) |
Hi,
I've got the same build error with the new V8 version 7.6. It seems that
v8::Value::BooleanValue() function argument and return types have been
changed in the new version.
Which V8 version do you use?
ср, 21 авг. 2019 г., 9:20 Jacob Sologub <notifications@github.com>:
… updating...
return value->BooleanValue(isolate).FromJust();
now getting this:
In file included from ../../vendor/v8pp/v8pp/module.hpp:14:
In file included from ../../vendor/v8pp/v8pp/function.hpp:16:
In file included from ../../vendor/v8pp/v8pp/call_from_v8.hpp:17:
../../vendor/v8pp/v8pp/convert.hpp:145:38: error: member reference base type 'bool' is not a structure or union
return value->BooleanValue(isolate).FromJust();
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#117?email_source=notifications&email_token=AAISAUVKMEQSJ2Y4XJJWOCLQFTNDTA5CNFSM4IOCCOXKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4YSKBQ#issuecomment-523314438>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAISAUTCIUMPTR6CUCPIHADQFTNDTANCNFSM4IOCCOXA>
.
|
@pmed I'm using the latest local fix:
|
This was referenced Aug 28, 2019
sankayop
added a commit
to sankayop/core
that referenced
this issue
Jan 25, 2021
Solved line 65 thanks to: pmed/v8pp#117 (comment)
This was referenced Jan 25, 2021
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Getting the following error when including the library.
c++17
branchThe text was updated successfully, but these errors were encountered: