Vitalts / golangide

Automatically exported from code.google.com/p/golangide
0 stars 0 forks source link

Go biuld weekly.2012-02-07 breaks down LiteIDE x10 #46

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
As Go language team has released GoLang weekly.2012-02-07 build the latest 
version of LiteIDE fails to work. I could not straight off find a right place 
in the configuration setup to tune 6g/6l/8g/8l paths.
Could you provide a quick solution to the problem?

Original issue reported on code.google.com by pkorot...@gmail.com on 9 Feb 2012 at 3:41

GoogleCodeExporter commented 8 years ago
you need to set your GOROOT, GOOS, and GOARCH variables, and make sure they get 
set automatically when you log in.  I found that this was the solution when I 
couldn't get it working at first.

Original comment by elkvis...@gmail.com on 9 Feb 2012 at 6:30

GoogleCodeExporter commented 8 years ago
To elkvisgtw@gmail.com: Thanks for a hint.
It worked again after I'd edited system.env config file.
That's my case:
GOROOT=c:/go
GOBIN=%GOROOT%/bin/tool
MINGW=c:/MinGW/bin
PATH=%GOBIN%;%MINGW%;%PATH%
GOARCH=386
GOOS=windows
LITEIDE_GDB=gdb 

Original comment by pkorot...@gmail.com on 10 Feb 2012 at 2:21

GoogleCodeExporter commented 8 years ago
liteide x11 support go1

Original comment by Visua...@gmail.com on 9 Mar 2012 at 3:59