Hello,
Just downloaded the LiteIDE X Version X11 (1.71875) for Mac OS. The IDE was installed correctly, but any project I develop on it fails to build. Here is an error that I just received from having a Go Source File:
<action id="Build" workdir="/Users/ahamed/Projects" cmd="$(GOPROMAKE)" args="-gofiles $(EDITORNAME) -o $(TARGETNAME)">
> /Users/ahamed/Applications/LiteIDE.app/Contents/MacOS/gopromake -gofiles test-proj.go -o test-proj
Golang Project Build Tools.
Parser Files [test-proj.go]
build package main:
[/Users/ahamed/go/bin/go tool 6g -o test-proj_go_.6 test-proj.go]
Error, exec: "/Users/ahamed/go/bin/go": stat /Users/ahamed/go/bin/go: no such file or directoryexec: "/Users/ahamed/go/bin/go": stat /Users/ahamed/go/bin/go: no such file or directory
> exit code 1, process exited normally.
</action>
Somewhere in my config files there is a wrong reference to the Go binaries as the following line indicates:
[directoryexec: "/Users/ahamed/go/bin/go": stat /Users/ahamed/go/bin/go:]
Any suggestion on how I can fix this error?
Thanks very much,
-Ahmed