2013-08-20 3 views
0

안녕하세요 저는 라스베리 파이에서 telldus-core-js를 빌드 할 수 있도록 도와 드리겠습니다.npm 모듈을 설치할 수 없습니다. telldus-core-js

아래 오류가 발생하고 내가 잘못하고있는 것을 파악할 수 없습니다.

내가 설치하려고 해요 모듈은 telldus 코어가-JS -g

>make: Entering directory /home/pi/piHomeAuto/node_modules/telldus-core-js/build' 
> CXX(target) Release/obj.target/telldus-core-js/telldus.o 
>../telldus.cc:231:34: error: eio_req was not declared in this scope 
>../telldus.cc:231:43: error: req was not declared in this scope 
>../telldus.cc:231:48: error: expected , or ; before { token 
>../telldus.cc:390:1: error: expected } at end of input 
>make: *** [Release/obj.target/telldus-core-js/telldus.o] Fel 1 
>make: Leaving directory /home/pi/piHomeAuto/node_modules/telldus-core-js/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:267:23) 
>gyp ERR! stack  at ChildProcess.EventEmitter.emit (events.js:100:17) 
>gyp ERR! stack  at Process.ChildProcess._handle.onexit   (child_process.js:789:12) 
>gyp ERR! System Linux 3.6.11+ 
>gyp ERR! command "node" "/usr/local/lib/node_modules/npm/node_modules/node-    gyp/bin/node->gyp.js" "configure" "build" 
>gyp ERR! cwd /home/pi/piHomeAuto/node_modules/telldus-core-js 
>gyp ERR! node -v v0.11.2 
>gyp ERR! node-gyp -v v0.9.5 
>gyp ERR! not ok 
>npm ERR! weird error 1 
+2

telldus-core-js가 기본 확장 프로그램을 사용하고 있으며 컴퓨터에 구축하는 데 문제가있는 것으로 보입니다. 호환 가능한 컴파일러 버전/아키텍처를 찾기 위해 자신의 문서/포럼을 검색하고 다른 사람이 언급 한 내용이 있는지 확인하십시오. – ChrisCM

답변

관련 문제