You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know this might be late but I also ran into this issue. I created a fix which works for both Sublime Text 2 and 3 on Mac OS. The problem has to do with sublime.packages_path() in Sublime Text 3. It appears to not be invoked at runtime and returns an empty value which results an incomplete path to metalang.exe when constructed. You can find it here: https://github.com/neitony/mql4compiler/tree/develop. The following command will also suffice from a terminal:
I get error in console:
mql4compiler-master/metalang.exe
Mqlcompiler | error: metalang.exe not found
But metalang.exe is in mql4compiler-master folder.
(Sublime Text build 3059, Mac OSX version 10.9.4)
The text was updated successfully, but these errors were encountered: