pufferffish / wireproxy

Wireguard client that exposes itself as a socks5 proxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make Error 128

ywxktc opened this issue · comments

commented

Hi, I get an error when I execute make command.

wireproxy % make
tag="$(git describe --tag 2>/dev/null)" && \
	go build -ldflags "-X 'main.version=$tag'" ./cmd/wireproxy
make: *** [wireproxy] Error 128

System

Model Name: MacBook Pro
Model Identifier: MacBookPro18,3
Chip: Apple M1 Pro

Go version

wireproxy % go version
go version go1.19.2 darwin/arm64

go build -ldflags "-X 'main.version=$tag'" ./cmd/wireproxy

@wzooroo worked for me on a fresh debian 11 install. thanks.

Or git tag v1.0.6 after clone.