You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have follow the install procedure illustrated here https://nodered.org/docs/hardware/raspberrypi for wiring-pi module on Raspbian Jessie.
I have also node red installed and I have tested some flow with rpi-gpio nodes and all is OK.
I have installed wiring-pi from git.gordon.net and it is all ok but during the npm install wiring-pi
it appear several error on macro EXPORT_CONSTANT_INT...
In attach the install.log created in wiringpi directory. install.log.txt
Thanks
Alberto
The text was updated successfully, but these errors were encountered:
I have similar problems only since today (been installing it successfully already 6 times)
In file included from ../src/devlib/piNes.h:4:0,
from ../src/devlib/piNes.cc:1:
../src/devlib/../addon.h:46:106: error: no matching function for call to 'v8::Object::ForceSet(v8::Localv8::String, v8::Localv8::Integer, v8::PropertyAttribute)'
v8::Int32::New(isolate, name), static_castv8::PropertyAttribute(v8::ReadOnly | v8::DontDelete));
^
Hi,
I have follow the install procedure illustrated here https://nodered.org/docs/hardware/raspberrypi for wiring-pi module on Raspbian Jessie.
I have also node red installed and I have tested some flow with rpi-gpio nodes and all is OK.
I have installed wiring-pi from git.gordon.net and it is all ok but during the npm install wiring-pi
it appear several error on macro EXPORT_CONSTANT_INT...
In attach the install.log created in wiringpi directory.
install.log.txt
Thanks
Alberto
The text was updated successfully, but these errors were encountered: