compilation terminated error
Closed this issue · 1 comments
Deleted user commented
I was trying to install https://github.com/linkeddata/gold using go get github.com/linkeddata/gold/server but while it is being installed following error is shown.
user@pavilion$ go get github.com/linkeddata/gold/server
# github.com/presbrey/goraptor
go/src/github.com/presbrey/goraptor/goraptor.go:71:11: fatal error: raptor.h: No such file or directory
// #include <raptor.h>
^~~~~~~~~~
compilation terminated.
I am guessing gold is dependent on this library. Please advice.
Thanks.
Deleted user commented
I had not installed raptor which resulted in this error.