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

[javascript][v8] Support for swig 4.1.0 #703

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nxhack
Copy link

@nxhack nxhack commented May 3, 2021

Support for swig 4.1.0

In swig 4.1.0, the complicated handling of "SWIG_V8_VERSION" has been cleaned up a bit. I made the same changes as in this swig.

Signed-off-by: Hirokazu MORIKAWA [email protected]

In swig 4.1.0, the complicated handling of "SWIG_V8_VERSION" has been cleaned up a bit. I made the same changes as in this swig.

Signed-off-by: Hirokazu MORIKAWA <[email protected]>
@g-vidal
Copy link
Contributor

g-vidal commented Oct 10, 2021

hi @nxhack @Propanu Checked with node 16.11.0 swig 4.1.0 -> does not work properly due to faulty call to nodeJS function available starting with C++14

  • Tried to change std version from 11 to 14 failed
  • worked with the following changes (not sure they are acceptable)
    • set (CMAKE_CXX_STANDARD 17) set (CMAKE_C_STANDARD 17)

Compilation finished only with warnings or mraa see #1064 and here for upm (Raspberry Pi 4(32bit) -3P-3
Thanks for the job :+1

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

Successfully merging this pull request may close these issues.

3 participants