Giter Club home page Giter Club logo

Comments (7)

ChrisRx avatar ChrisRx commented on June 16, 2024

What go version does it install from the repos? Also, I mentioned this in #3 but it is worth noting that my build instructions are definitely wrong, and you should be able to install with go get -u github.com/ChrisRx/dungeonfs..., but there may be other issues like I have only tried this on go1.8/Ubuntu 16.04, for instance.

from dungeonfs.

terriblefire avatar terriblefire commented on June 16, 2024

Sorry i should have included this..

go version
go version go1.3.3 linux/amd64

I'll try what you stuggest.

from dungeonfs.

terriblefire avatar terriblefire commented on June 16, 2024

i managed to do what you stuggest but the dungeonfs file just exited without printing anything.

from dungeonfs.

ChrisRx avatar ChrisRx commented on June 16, 2024

The go version might be a little too old. I will try and figure out what minimum version is necessary and/or try to figure out what I need to do to make it work with older versions of go. On ubuntu I end up installing the newest version instead of using the repos because of how old they end up being. Thankfully it is pretty easy to install, you basically just download it, extract the go folder to a place like /usr/local/go (and maybe do some symlinks or something if you like).

from dungeonfs.

ChrisRx avatar ChrisRx commented on June 16, 2024

In the command did you include the trailing ... in the go get command? That tells it download all the packages under that root, which fixes the messed up main package I have in the root that I need to remove (that main.go is blank so go get will try and install that only without the ...)

from dungeonfs.

terriblefire avatar terriblefire commented on June 16, 2024

No` must have missed it ...

stephen@developer:~/gocode/bin$ go get -u github.com/ChrisRx/dungeonfs...
# github.com/ChrisRx/dungeonfs/pkg/eval
../src/github.com/ChrisRx/dungeonfs/pkg/eval/binop.go:24: undefined: strings.Compare # golang.org/x/sys/unix
../src/golang.org/x/sys/unix/asm_linux_amd64.s:8 6a: No such file or directory: textflag.h # github.com/ChrisRx/dungeonfs/pkg/game/fs/core
`../src/github.com/ChrisRx/dungeonfs/pkg/game/fs/core/fs.go:59: undefined: signal.Ignore

from dungeonfs.

ChrisRx avatar ChrisRx commented on June 16, 2024

It looks like the version of Go is too old since the errors you are receiving are related to one of the more fundamental golang.org/x/sys/unix packages not being able to install correctly. Looking around I saw adnanh/webhook#96 which seems to indicate that 1.3.x isn't supported anymore for that package. With that said this doesn't appear to be an issue with this project, rather with your Go version, so I would recommend installing the latest Go package and trying again (I will add that 1.3 is not supported in the README). I'm closing the issue but if you still experience the same problem with a new version I will be happy to reopen and further troubleshoot. Thanks for your interest and time!

from dungeonfs.

Related Issues (7)

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.