howeyc / crocgui

GUI for croc
ISC License
243 stars 21 forks source link

Error while building #28

Closed SHA65536 closed 2 years ago

SHA65536 commented 2 years ago

Hello, I cloned the repository into my local disk, then ran go build . This is my output:

go: downloading fyne.io/fyne/v2 v2.1.4
go: downloading github.com/schollz/croc/v9 v9.5.6
go: downloading github.com/godbus/dbus/v5 v5.0.4
go: downloading github.com/fsnotify/fsnotify v1.4.9
go: downloading github.com/fredbi/uri v0.0.0-20181227131451-3dcfdacbaaf3
go: downloading github.com/yuin/goldmark v1.3.8
go: downloading github.com/go-gl/glfw/v3.3/glfw v0.0.0-20211024062804-40e447a793be
go: downloading github.com/goki/freetype v0.0.0-20181231101311-fa8a33aabaff
go: downloading github.com/srwiley/oksvg v0.0.0-20200311192757-870daf9aa564
go: downloading github.com/srwiley/rasterx v0.0.0-20200120212402-85cb7272f5e9
go: downloading golang.org/x/image v0.0.0-20200430140353-33d19683fad8
go: downloading github.com/go-gl/gl v0.0.0-20210813123233-e4099ee2221f
go: downloading golang.org/x/net v0.0.0-20220517181318-183a9ca12b87
go: downloading golang.org/x/crypto v0.0.0-20220518034528-6f7dac969898
# crocgui
./send.go:209:16: assignment mismatch: 2 variables but croc.GetFilesInfo returns 4 values
howeyc commented 2 years ago

my bad, try latest commit

SHA65536 commented 2 years ago

that fixed it! Thanks! :D