goplus / yaigop

Yet Another Go+ interpreter (still in beta version)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

如何正确build igop(igop_igo.go:76:17: undefined: cl.FindGoModFile)

weblfe opened this issue · comments

我的系统

mac (macOS 12.0.1 )

按照官方构建如下

build cmd :

git clone git@github.com:goplus/igop.git
cd igop
go install -tags yaegi -v ./...

但是 会有如下错误

# github.com/goplus/igop
./igop_igo.go:76:17: undefined: cl.FindGoModFile

image

go version

(base) ➜  igop git:(main) go version
go version go1.17 darwin/amd64
git commit : 1c58023433ad5c45e07ac594dd7b50268cb50738

fixed