When I run the following I get this error:
jerald$ go get github.com/pixiv/go-libjpeg/jpeggo/src/github.com/pixiv/go-libjpeg/jpeg/compress.go:6:10: fatal error: 'jpeglib.h' file not found#include "jpeglib.h"
Any advice?
Edit: Never mind. It was an oversight on my part. I just ran brew install jpeg and the issue was fixed.
When I run the following I get this error:
jerald$ go get github.com/pixiv/go-libjpeg/jpeg
go/src/github.com/pixiv/go-libjpeg/jpeg/compress.go:6:10: fatal error: 'jpeglib.h' file not found
#include "jpeglib.h"
Any advice?
Edit: Never mind. It was an oversight on my part. I just ran
brew install jpeg
and the issue was fixed.