Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

without this, 'make install' doesn't work. #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 6, 2019

  1. without this, 'make install' doesn't work.

    make install
    go get github.com/sirupsen/logrus
    go get github.com/brutella/can
    go get github.com/google/go-cmp/cmp
    go get github.com/gorilla/mux
    go get golang.org/x/tools/cmd/cover
    go get github.com/mattn/goveralls
    ( cd cmd/lgresu_mon/; go build -ldflags="-X main.version=1.3-2-g1d330b5" lgresu_mon.go lgresu_actors.go )
    lgresu_mon.go:24:2: cannot find package "github.com/jens18/lgresu/datarecorder" in any of:
    	/usr/lib/go-1.10/src/github.com/jens18/lgresu/datarecorder (from $GOROOT)
    	/home/buzz/go/src/github.com/jens18/lgresu/datarecorder (from $GOPATH)
    lgresu_mon.go:25:2: cannot find package "github.com/jens18/lgresu/lgresustatus" in any of:
    	/usr/lib/go-1.10/src/github.com/jens18/lgresu/lgresustatus (from $GOROOT)
    	/home/buzz/go/src/github.com/jens18/lgresu/lgresustatus (from $GOPATH)
    Makefile:16: recipe for target 'cmd/lgresu_mon/lgresu_mon' failed
    make: *** [cmd/lgresu_mon/lgresu_mon] Error 1
    davidbuzz committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    8a4426f View commit details
    Browse the repository at this point in the history