Created
September 7, 2015 00:13
-
-
Save masonjames/baa3516c6798a309dfc5 to your computer and use it in GitHub Desktop.
node-images build error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| CC(target) Release/obj.target/libpng/gyp/third-party/libpng/pngwutil.o | |
| AR(target) Release/obj.target/gyp/gyp/png.a | |
| COPY Release/png.a | |
| CC(target) Release/obj.target/libjpeg-turbo/gyp/third-party/libjpeg-turbo/bmp.o | |
| In file included from ../gyp/third-party/libjpeg-turbo/cdjpeg.h:16:0, | |
| from ../gyp/third-party/libjpeg-turbo/bmp.c:33: | |
| ../gyp/third-party/libjpeg-turbo/jinclude.h:22:65: fatal error: jconfig.h: No such file or directory | |
| compilation terminated. | |
| gyp/gyp/libjpeg-turbo.target.mk:161: recipe for target 'Release/obj.target/libjpeg-turbo/gyp/third-party/libjpeg-turbo/bmp.o' failed | |
| make: *** [Release/obj.target/libjpeg-turbo/gyp/third-party/libjpeg-turbo/bmp.o] Error 1 | |
| make: Leaving directory '/home/pi/PopcornTV/node_modules/node-images/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/nw-gyp/lib/build.js:267:23) | |
| gyp ERR! stack at ChildProcess.emit (events.js:110:17) | |
| gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:1074:12) | |
| gyp ERR! System Linux 4.1.6+ | |
| gyp ERR! command "node" "/usr/local/bin/nw-gyp" "rebuild" | |
| gyp ERR! cwd /home/pi/PopcornTV/node_modules/node-images | |
| gyp ERR! node -v v0.12.2 | |
| gyp ERR! nw-gyp -v v0.12.4 | |
| gyp ERR! not ok |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment