The 2016-03-27 image got off to a very good start for me with node-red 
working out of the box and all the Bonescript issues I'd had with earlier 
images appear fixed -- analogRead/Write, digitalRead/Write and 
attachInterrupt in the Cloud9 examples all appear to run correctly without 
throwing spurious error messages.   I mentioned in another thread that only 
the START.htm link to http://192.168.7.2/bone101/Support/bone101/ didn't 
work -- Navigation Bar on the left was broken and all the Interactive 
buttons were grayed out. 


But when I tried to install node-red-node-beaglebone with:

sudo -i
cd .node-red
npm install -g --unsafe-perm node-red-node-beaglebone


Things went horribly wrong:
./src/i2c.cc: In function ‘v8::Handle<v8::Value> WriteWord(const int&)’:
../src/i2c.cc:282:1: warning: control reaches end of non-void function 
[-Wreturn-type]
 }
 ^
i2c.target.mk:85: recipe for target 'Release/obj.target/i2c/src/i2c.o' 
failed
make: *** [Release/obj.target/i2c/src/i2c.o] Error 1
make: Leaving directory 
'/usr/local/lib/node_modules/node-red-node-beaglebone/node_modules/i2c/build'
gyp ERR! build error 
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack     at ChildProcess.onExit 
(/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:276:23)
gyp ERR! stack     at ChildProcess.emit (events.js:110:17)
gyp ERR! stack     at Process.ChildProcess._handle.onexit 
(child_process.js:1078:12)
gyp ERR! System Linux 4.1.18-ti-r55
gyp ERR! command "node" 
"/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" 
"rebuild"
gyp ERR! cwd 
/usr/local/lib/node_modules/node-red-node-beaglebone/node_modules/i2c
gyp ERR! node -v v0.12.12
gyp ERR! node-gyp -v v3.3.1
gyp ERR! not ok 
npm WARN install:i2c@0.1.8 i2c@0.1.8 install: `node-gyp rebuild`
npm WARN install:i2c@0.1.8 Exit status 1
/usr/local/lib
└── node-red-node-beaglebone@0.1.5 


And after I rebooted something is running on port 1880 but the web browser 
never connects.
Any ideas how to fix?

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to