You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.
CANiBUS -> Errors and Issues during compilation for new dependencies
env:
Fedora 24 x86_24
Linux localhost.localdomain 4.7.5-200.fc24.x86_64 #1 SMP Mon Sep 26 21:25:47 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
go version
go version go1.6.3 linux/amd64
Issues:
[root@localhost canibusd]# go build main.go
/usr/lib/golang/src/canibus/candevice/goodthopter.go:6:2: non-standard import "github.com/tarm/goserial" in standard package "canibus/candevice"
/usr/lib/golang/src/canibus/serialbuffer/serialbuffer.go:4:2: non-standard import "github.com/tarm/goserial" in standard package "canibus/serialbuffer"
/usr/lib/golang/src/canibus/webserver/spa.go:11:2: non-standard import "github.com/gorilla/mux" in standard package "canibus/webserver"
I believe the version of golang and dependencies are more updated to the source code of Canibus and so the compiler is warning and not compiling, so that they make a refactoring in Canibus.
Was this, what is happening in compilation errors?
CANiBUS -> Errors and Issues during compilation for new dependencies
env:
Fedora 24 x86_24
Linux localhost.localdomain 4.7.5-200.fc24.x86_64 #1 SMP Mon Sep 26 21:25:47 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
go version
go version go1.6.3 linux/amd64
Issues:
[root@localhost canibusd]# go build main.go
/usr/lib/golang/src/canibus/candevice/goodthopter.go:6:2: non-standard import "github.com/tarm/goserial" in standard package "canibus/candevice"
/usr/lib/golang/src/canibus/serialbuffer/serialbuffer.go:4:2: non-standard import "github.com/tarm/goserial" in standard package "canibus/serialbuffer"
/usr/lib/golang/src/canibus/webserver/spa.go:11:2: non-standard import "github.com/gorilla/mux" in standard package "canibus/webserver"
I believe the version of golang and dependencies are more updated to the source code of Canibus and so the compiler is warning and not compiling, so that they make a refactoring in Canibus.
Was this, what is happening in compilation errors?
Tks
@firebitsbr
The text was updated successfully, but these errors were encountered: