Giter VIP home page Giter VIP logo

Comments (5)

nsf avatar nsf commented on August 23, 2024

I have exactly the same version of the go compiler as you. It works without any problems. It looks like you have updated the compiler repository indeed but haven't updated the compiler itself.
Check out the compiler version by typing:
8g -V
It should be:
8g version weekly.2011-03-15 7901
Yeah, I know it looks strange, because tag doesn't match the hg repository, but the most important part in the version is the last number, the revision number matches the weekly.2011-03-28 tag.

Anyways, something is wrong on your side. I'm sure.

from gocode.

nsf avatar nsf commented on August 23, 2024

Also I've checked the most recent version (weekly.2011-04-04). It works as well.

from gocode.

14018F avatar 14018F commented on August 23, 2024

i've updated to 8g version weekly.2011-04-04 7981 and:

gocode$ make install
gomake -C goconfig
make[1]: Entering directory /home/admin1/go/src/gocode/goconfig' 8g -o _go_.8 configfile.go configfile.go:256: too many arguments in call to os.Open configfile.go:307: undefined: os.O_CREAT configfile.go:307: too many arguments in call to os.Open make[1]: *** [_go_.8] Error 1 make[1]: Leaving directory/home/admin1/go/src/gocode/goconfig'
make: *** [configfile.a] Error 2

from gocode.

nsf avatar nsf commented on August 23, 2024

:(((((

You version is not a weekly version. Weekly 2011-04-04 has revision number 7978, your version is hg's tip 7981, which has incompatible API changes.

Is is so hard to do:
hg pull
hg update -r weekly

Read the mercurial manual or something. It's not a gocode problem, it's your problem.

from gocode.

14018F avatar 14018F commented on August 23, 2024

i've already fixed this trouble, thanks you :)

from gocode.

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.