1

I just installed and set up Lite Ide. When I try to run my simple "Hello World" program, I get these error messages,

Could not parse action 'Build'

Could not parse action 'Run'

Any ideas why I'm getting these errors?

Edit: When I go to View -> Manage GOPATH, the System GOPATH field shows up to be empty, even though I have the following in my bashrc:

 export GOPATH=~/Desktop/go
 export PATH=$PATH:$GOPATH/bin
Community
  • 1
  • 1
tldr
  • 11,924
  • 15
  • 75
  • 120
  • Do you have the Go libraries installed on your computer, and is LiteIDE pointed correctly to them? –  Aug 03 '13 at 19:52
  • I installed Go, and I can run my programs from the terminal. But get this message when I try to run them from LiteIDE. What libraries should I look for and how do I check whether LiteIDE is pointing correctly to them? – tldr Aug 04 '13 at 04:40
  • Go to `View > Manage GOPATH` –  Aug 04 '13 at 06:24
  • System GOPATH is empty, even though I have it in my bashrc: export GOPATH=~/Desktop/go export PATH=$PATH:$GOPATH/bin – tldr Aug 05 '13 at 01:32
  • Set it manually in LiteIDE –  Aug 05 '13 at 06:13

0 Answers0