AlexandrSalin / golangide

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

error process failed to start #108

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When I run a .go Liteide gives an "error failed to start"

I've checked and adapted the .env (corresponding to my environment : linux32)
--->
# native compiler linux 386
GOROOT=/usr/local/go
GOBIN=/usr/local/go/bin
GOARCH=386
GOOS=linux
PATH=/home/didier/Projects/Go/bin
#CGO_ENABLED=1

LITEIDE_GDB=gdb
LITEIDE_MAKE=make
LITEIDE_TERM=/usr/bin/gnome-terminal
LITEIDE_TERMARGS=
LITEIDE_EXEC=/usr/bin/xterm
LITEIDE_EXECOPT=-e
<---

This .env seems to be ok ; here is the event log after starting Liteide :
---->
12:55:28 LiteApp: Initializing
12:55:28 LiteApp: Loaded MIME folderproject.xml
12:55:28 LiteApp: Loaded MIME gopackage.xml
12:55:28 LiteApp: Loaded MIME liteeditor.xml
12:55:28 LiteApp: Loaded MIME qsqleditor.xml
12:55:28 LiteEnv: Loaded environment files from 
/home/didier/liteide/build/liteide/share/liteide/liteenv
12:55:28 LiteApp: Loaded plugin/liteenv
12:55:28 WordApiManager: Loading 
/home/didier/liteide/build/liteide/share/liteide/liteeditor/wordapi
12:55:28 LiteApp: Loaded plugin/liteeditor
12:55:28 BuildManager: Loading 
/home/didier/liteide/build/liteide/share/liteide/litebuild
12:55:28 Execute commands: Loading 
/home/didier/liteide/build/liteide/share/liteide/litebuild/command
12:55:28 LiteApp: Loaded plugin/litebuild
12:55:28 LiteApp: Loaded plugin/litefind
12:55:28 LiteApp: Loaded plugin/golangast
12:55:28 LiteApp: Loaded plugin/welcome
12:55:28 LiteApp: Loaded plugin/webkithtmlwidget
12:55:28 LiteApp: Loaded plugin/markdown
12:55:28 LiteApp: Loaded plugin/litedebug
12:55:28 LiteApp: Loaded plugin/golangplay
12:55:28 LiteApp: Loaded plugin/golangpackage
12:55:28 LiteApp: Loaded plugin/golangfmt
12:55:28 LiteApp: Loaded plugin/golangdoc
12:55:28 GolangCode: Found gocode at /home/didier/Projects/Go/bin/gocode
12:55:28 LiteApp: Loaded plugin/golangcode
12:55:28 LiteApp: Loaded plugin/gdbdebugger
12:55:28 LiteApp: Loaded plugin/filebrowser
12:55:29 HtmlWidgetFactory: QTextBrowser QWebView
12:55:29 DefaultHtmlWidgetFactory: QWebView
12:55:29 LiteApp: Finished loading
<---
No error presents in the log...

I've changed (as explained in tutos) the gosrc.xml :
--->
<config id="Go" name="GO" value="$(GOROOT)/bin"/>
<---
(note that even with the default config it doesn't work)

Otherwise I use :
- LiteIDX X18.1
- golang v1.2

Could you help me please ?

Thanks in advance for your response

BR

Didier

Original issue reported on code.google.com by didierpa...@gmail.com on 13 Dec 2013 at 12:11

GoogleCodeExporter commented 9 years ago
you can download liteidex20.1.

PATH=/home/didier/Projects/Go/bin 
=>
PATH=/home/didier/Projects/Go/bin : $PATH

<config id="Go" name="GO" value="$(GOROOT)/bin"/>
=>
<config id="Go" name="GO" value="$(GOROOT)/bin/go"/>

Original comment by Visua...@gmail.com on 14 Dec 2013 at 1:06

GoogleCodeExporter commented 9 years ago
hello
it works
thx
Didier

Original comment by didierpa...@gmail.com on 18 Dec 2013 at 9:44