Skip to content
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

v0.9.0 not work on x86_64 linux #398

Open
l33klin opened this issue Nov 22, 2023 · 0 comments
Open

v0.9.0 not work on x86_64 linux #398

l33klin opened this issue Nov 22, 2023 · 0 comments

Comments

@l33klin
Copy link

l33klin commented Nov 22, 2023

v0.8.0 works fine but v0.9.0 shows an error when importing the module.

Kernel: Linux version 5.10.104-linuxkit
Pubilish: Linux 5f2cc39ae1c6 5.10.104-linuxkit #1 SMP Wed Mar 9 19:05:23 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Error Log:

root@5f2cc39ae1c6:~/tmp# go run main.go
# rogchap.com/v8go
In file included from vendor/rogchap.com/v8go/deps/include/v8-local-handle.h:12:0,
                 from vendor/rogchap.com/v8go/deps/include/v8-profiler.h:14,
                 from v8go.h:10,
                 from v8go.cc:5:
vendor/rogchap.com/v8go/deps/include/v8-internal.h:462:49: error: expected ',' before ')' token
   static_assert(IsSharedExternalPointerType(Tag));
                                                 ^
vendor/rogchap.com/v8go/deps/include/v8-internal.h:398:3: note: in expansion of macro 'CHECK_SHARED_EXTERNAL_POINTER_TAGS'
   V(kFirstSharedTag,                            TAG(0)) \
   ^
vendor/rogchap.com/v8go/deps/include/v8-internal.h:466:1: note: in expansion of macro 'SHARED_EXTERNAL_POINTER_TAGS'
 SHARED_EXTERNAL_POINTER_TAGS(CHECK_SHARED_EXTERNAL_POINTER_TAGS)
 ^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant