presbrey/goraptor

compilation terminated error

Closed this issue · 1 comments

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.

I had not installed raptor which resulted in this error.