limetext / lime

Open source API-compatible alternative to the text editor Sublime Text
http://limetext.github.io
BSD 2-Clause "Simplified" License
15.3k stars 1.06k forks source link

go run main.go throws error #541

Closed farhaanbukhsh closed 9 years ago

farhaanbukhsh commented 9 years ago

go run main.go throws error:

./main.go:25: undefined: qmlfrontend ./main.go:41: undefined: qmlfrontend

Work around : go run main.go qml_frontend.go frontend_window.go frontend_view.go qml_dialog.go keys.go

All the files need to be compiled and run

quarnster commented 9 years ago

Issue fails to satisfy Contributing#1:

All issues reported here should result in code being changed, added and/or removed.

erbridge commented 9 years ago

To solve your issue, you should be doing a go build.