-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Troubleshooting
Anthony Sottile edited this page Dec 29, 2017
·
4 revisions
Before anything else, make sure you're up to date on all the dependencies required. The installation process is described on the Building page.
Please add to this page if you come across new issues and find their solutions.
You might be missing the oniguruma.pc
file. You can try putting it in /usr/lib/pkgconfig
or set the PKG_CONFIG_PATH
environment variable before doing go get
.
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$GOPATH/src/github.com/limetext/rubex
Make sure you have python3.4
installed!
On Ubuntu:
sudo add-apt-repository ppa:deadsnakes
sudo apt-get update
sudo apt-get install python3.4 python3.4-dev
If the log shows something like
[09:31:42 UTC 2015/08/04] [EROR] (log.(*logger).Error:5) Unable to load colorscheme definition: open ../packages/themes/TextMate-Themes/Monokai.tmTheme: no such file or directory`
make sure you init and update the git submodules.