Giter VIP home page Giter VIP logo

Comments (5)

Chaz6 avatar Chaz6 commented on June 1, 2024 2

The website still says to run go get github.com/meshbird/meshbird which also fails for me.

from meshbird.

miolini avatar miolini commented on June 1, 2024

Hey @mjgarton!

Please, use Makefile inside. Run
$ make build

from meshbird.

mjgarton avatar mjgarton commented on June 1, 2024

Yes, I should have been clearer. The point of this issue is not that I can't work out how to build the code, it's that the documentation is wrong and I can't build it by following the documentation.

from meshbird.

mjgarton avatar mjgarton commented on June 1, 2024

Also, if you would be interested in tweaking the project layout to be more typical of common Go applications, which would also reinstate the ability to use go get then I'd be happy to make a PR for that.

from meshbird.

xaionaro avatar xaionaro commented on June 1, 2024

Still the same problem:

Screenshot from 2019-06-13 10-53-32

$ go get github.com/meshbird/meshbird
can't load package: package github.com/meshbird/meshbird: no Go files in /home/xaionaro/go/src/github.com/meshbird/meshbird
$ go get github.com/meshbird/meshbird/...
package meshbird/config: unrecognized import path "meshbird/config" (import path does not begin with hostname)
package meshbird/iface: unrecognized import path "meshbird/iface" (import path does not begin with hostname)
package meshbird/protocol: unrecognized import path "meshbird/protocol" (import path does not begin with hostname)
package meshbird/transport: unrecognized import path "meshbird/transport" (import path does not begin with hostname)
package meshbird/utils: unrecognized import path "meshbird/utils" (import path does not begin with hostname)
package meshbird: unrecognized import path "meshbird" (import path does not begin with hostname)
xaionaro@sonic:~/go/src/github.com/meshbird/meshbird$ make build
go build -v -o bin/meshbird src/meshbird/cmd/main.go
src/meshbird/cmd/main.go:5:2: cannot find package "meshbird" in any of:
        /home/xaionaro/go/src/github.com/meshbird/meshbird/src/meshbird/cmd/vendor/meshbird (vendor tree)
        /home/xaionaro/go/src/github.com/meshbird/meshbird/src/meshbird/vendor/meshbird
        /home/xaionaro/.gimme/versions/go1.12.linux.amd64/src/meshbird (from $GOROOT)
        /home/xaionaro/go/src/meshbird (from $GOPATH)
src/meshbird/cmd/main.go:6:2: cannot find package "meshbird/config" in any of:
        /home/xaionaro/go/src/github.com/meshbird/meshbird/src/meshbird/cmd/vendor/meshbird/config (vendor tree)
        /home/xaionaro/go/src/github.com/meshbird/meshbird/src/meshbird/vendor/meshbird/config
        /home/xaionaro/.gimme/versions/go1.12.linux.amd64/src/meshbird/config (from $GOROOT)
        /home/xaionaro/go/src/meshbird/config (from $GOPATH)
Makefile:6: recipe for target 'build' failed
make: *** [build] Error 1

from meshbird.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.