eclipse / upm

UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs.
MIT License
658 stars 411 forks source link

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

Open nxhack opened 3 years ago

nxhack commented 3 years ago

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 morikw2@gmail.com

g-vidal commented 2 years ago

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

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