> [email protected] install /home/myapp/my_node_app/node_modules/canvas
> node-gyp rebuild
make: Entering directory `/home/myapp/my_node_app/node_modules/canvas/build'
CXX(target) Release/obj.target/canvas/src/Canvas.o
In file included from ../src/Canvas.cc:19:0:
../src/JPEGStream.h:11:21: fatal error: jpeglib.h: No such file or directory
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
| MKTEMP(1) OpenBSD Reference Manual MKTEMP(1) | |
| NAME | |
| mktemp - make temporary filename (unique) | |
| SYNOPSIS | |
| mktemp [-dqtu] [-p directory] [template] | |
| DESCRIPTION | |
| The mktemp utility takes the given filename template and overwrites a |
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
| rvm install fails with rvm HEAD on OpenBSD 5.4: | |
| ``` | |
| % rvm install 1.9.3 | |
| Searching for binary rubies, this might take some time. | |
| No binary rubies available for: openbsd/5.4/i386/ruby-1.9.3-p448. | |
| Continuing with compilation. Please read 'rvm help mount' to get more information on binary rubies. | |
| Checking requirements for openbsd. | |
| Installing requirements for openbsd. | |
| Updating system - please wait |
NewerOlder