What steps will reproduce the problem?
1. click on LiteIDE
2. load a file
3. click on Buildand run
What is the expected output? What do you see instead?
The program to compile and run.
It does produce an executable file, but will not run it.
I can run the executable file outside of LiteIDE in the terminal or by double
clicking it.
What version of the product are you using? On what operating system?
LiteIDE v 7
Imac OSx 10.7
Please provide any additional information below.
the following is a copy of the out put:
<action id="Build" cmd="${LITEAPPDIR}/gopromake" args="-gofiles ${EDITORNAME}
-o ${TARGETNAME}">
<start="/Users/Jim/Go_src/LiteIDE.app/Contents/MacOS/gopromake -gofiles
test_pipe.go -o test_pipe" workdir="/Users/Jim/Go_src"/>
Golang Project Build Tools.
Parser Files [test_pipe.go]
build package main:
[/Users/Jim/go/bin/6g -o test_pipe_go_.6 test_pipe.go]
[/Users/Jim/go/bin/6l -o test_pipe test_pipe_go_.6]
link target : test_pipe
<exit code="0" msg="process exited normally"/>
</action>
<action id="Run" cmd="${TARGETPATH}" args="">
<start="/Users/Jim/Go_src/test_pipe " workdir="/Users/Jim/Go_src"/>
-- found gnuplot command: /usr/bin/gnuplot
--> [/usr/bin/gnuplot] [-persist]
panic: ** err: fork/exec /usr/bin/gnuplot: exec format error
runtime.panic+0xac /Users/Jim/go/src/pkg/runtime/proc.c:1060
runtime.panic(0x557a0, 0x421003d0)
main.main+0x2ca /Users/Jim/Go_src/test_pipe.go:72
main.main()
runtime.mainstart+0xf /Users/Jim/go/src/pkg/runtime/amd64/asm.s:77
runtime.mainstart()
runtime.goexit /Users/Jim/go/src/pkg/runtime/proc.c:178
runtime.goexit()
----- goroutine created by -----
_rt0_amd64+0x8e /Users/Jim/go/src/pkg/runtime/amd64/asm.s:64
<exit code="2" msg="process exited normally"/>
</action>
Original issue reported on code.google.com by j.christ...@gmail.com on 14 Aug 2011 at 2:54
Original issue reported on code.google.com by
j.christ...@gmail.com
on 14 Aug 2011 at 2:54