Re: [go-nuts] go get "github.com/gbin/goncurses" fails--invalid flag in pkg-config

2021-10-14 Thread richard thiebaud
Lance Taylor wrote: > On Sun, Oct 10, 2021 at 6:56 PM Kurtis Rader wrote: > > > > On Sun, Oct 10, 2021 at 6:36 PM richard thiebaud > wrote: > >> > >> Is this an error in the project? > > > > > > Yes, although technically it seems to be a p

Re: [go-nuts] go get "github.com/gbin/goncurses" fails--invalid flag in pkg-config

2021-10-10 Thread richard thiebaud
e project it was forked from since it > appears to be actively maintained? > https://github.com/rthornton128/goncurses > > On Sun, Oct 10, 2021 at 6:14 PM richard thiebaud > wrote: > >> go 1.13 Linux mint 20.2: >> >> dick@dick2:~$ go get "github.com/gbi

[go-nuts] go get "github.com/gbin/goncurses" fails--invalid flag in pkg-config

2021-10-10 Thread richard thiebaud
go 1.13 Linux mint 20.2: dick@dick2:~$ go get "github.com/gbin/goncurses" go build github.com/gbin/goncurses: invalid flag in pkg-config --libs: -Wl,-Bsymbolic-functions -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this

[go-nuts] goncurses: go get works, but not found by go build

2021-10-09 Thread richard thiebaud
Linux Mint 20.2 go version 1.16 I do this: dick@dick2:~$ go get github.com/gbin/goncurses dick@dick2:~$ cd src dick@dick2:~/src$ go build test.go test.go:4:2: no required module provides package github.com/gbin/goncurses: go.mod file not found in current directory or any parent directory; see