LoginSignup
0

More than 5 years have passed since last update.

失敗: rgburke/grv をubuntuでビルド

Posted at

参考

ビルド

  • ubuntu 17.04
mkdir ~/go
export GOPATH=$HOME/go

apt install -y \
 cmake libncursesw5-dev libcurl4-openssl-dev libreadline-dev \
 libssh2-1-dev zlib1g-dev libhttp-parser-dev

go get -d github.com/rgburke/grv/cmd/grv
cd $GOPATH/src/github.com/rgburke/grv

make install
エラー
go/src/gopkg.in/libgit2/git2go.v25/vendor/libgit2/src/netops.c:239: `http_parser_parse_url' に対する定義されていない参照です
collect2: error: ld returned 1 exit status

Makefile:16: ターゲット 'grv' のレシピで失敗しました
make: *** [grv] エラー 2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0