Giter Club home page Giter Club logo

Comments (12)

GoogleCodeExporter avatar GoogleCodeExporter commented on September 4, 2024
GolandCode and GolangDoc plugin depends of LiteBuild -> BuildEnv

Load *.go file and use switch env "Linux64"
LiteIDE->Option->LiteBuild-> go/linux64.env

PATH=$HOME/go/bin:$PATH
GOROOT=$HOME/go
GOBIN=$HOME/go/bin
GOARCH=amd64
GOOS=linux

Original comment by [email protected] on 8 Jul 2011 at 8:26

from golangide.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 4, 2024

Original comment by [email protected] on 8 Jul 2011 at 8:31

  • Changed state: WontFix

from golangide.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 4, 2024
It can not work. I've set and close then reopen.

PATH=/opt/go/bin:$HOME/liteide/bin:$PATH
GOROOT=/opt/go
GOBIN=/opt/go/bin
GOARCH=amd64
GOOS=linux

Intead of use these GOXXX environment, I suggest ref /opt/go/test/run.
Use following line as launch script on linux env, it will get the result from 
GOROOT.

eval $(gomake --no-print-directory -f $GOROOT/src/Make.inc go-env)



Original comment by [email protected] on 8 Jul 2011 at 8:40

from golangide.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 4, 2024
The LiteBuild can work?

Original comment by [email protected] on 8 Jul 2011 at 9:07

from golangide.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 4, 2024

Original comment by [email protected] on 8 Jul 2011 at 9:08

  • Changed state: New

from golangide.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 4, 2024
How to detect what's config file I'm using?
How to show what command liteide will run?
How to enter debug/verbose mode to show out information on console?
I've follow your setting, and more, I modified the linux64-user.xml.





Original comment by [email protected] on 8 Jul 2011 at 10:00

from golangide.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 4, 2024
Pardon for the intromission but i have de same problem, gocode not work in 
Liteide.
I have the same configuration  . Linux 64 bits and I was adjusted the settings 
following your instructions but not work.

Any idea?

Original comment by [email protected] on 8 Jul 2011 at 5:01

from golangide.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 4, 2024
[deleted comment]

from golangide.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 4, 2024
[deleted comment]

from golangide.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 4, 2024
It is suggested to call by "gocode -s -sock=tcp".

I just asked gocode's author nsf, and he said:
"I'm sure it works properly. I can imagine only single reason why it happens: 
gocode process was killed and the file it was using to represent the unix 
socket is still there in /tmp, therefore client cannot connect to a dead 
socket. So, just delete it manually.

Also if unix socket really doesn't work it is possible to change it by running 
gocode client/server with "-sock" flag.
 E.g. `gocode -s -sock=tcp`

I really don't want to change the default socket type to tcp on *nix machines."

Original comment by [email protected] on 11 Jul 2011 at 2:03

from golangide.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 4, 2024
test gocode

>gocode status
dial unix /tmp/acrserver.xxx: connection refused (xxx = $USER)
>rm /tmp/acrserver.xxx

gocode is ok.

Original comment by [email protected] on 15 Jul 2011 at 4:17

  • Changed state: Fixed

from golangide.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 4, 2024

Original comment by [email protected] on 15 Jul 2011 at 4:20

  • Changed state: WontFix

from golangide.

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.