Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Metalang.exe not found #5

Open
michaljurnik opened this issue Aug 5, 2014 · 2 comments
Open

Metalang.exe not found #5

michaljurnik opened this issue Aug 5, 2014 · 2 comments

Comments

@michaljurnik
Copy link

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)

@neitony
Copy link

neitony commented Mar 10, 2016

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:

git clone https://github.com/neitony/mql4compiler.git -b develop --single-branch

@neitony
Copy link

neitony commented Mar 10, 2016

Ilan has graciously merged this fix into the current master release. Please do a pull to resolve this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants