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

Install wiring-pi on Raspberry pi 3 with Raspbian Jessie #80

Open
sennalb opened this issue Aug 1, 2017 · 2 comments
Open

Install wiring-pi on Raspberry pi 3 with Raspbian Jessie #80

sennalb opened this issue Aug 1, 2017 · 2 comments

Comments

@sennalb
Copy link

sennalb commented Aug 1, 2017

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

@michaeljanich
Copy link

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));
^

Did you solve your problem since?

@michaeljanich
Copy link

I have fixed the problem: I downgraded from node 9.2.0 to 8.9.2 and that "fixed" it.

I propose someone mentions it someplace that it does not work with node v9 and that someone looks at the matter.

THANKS

-M

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

2 participants