IlanFrumer / mql4compiler

mql4 compiler for sublime text 3
20 stars 9 forks source link

Metalang.exe not found #5

Open michaljurnik opened 10 years ago

michaljurnik commented 10 years ago

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 commented 8 years ago

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 commented 8 years ago

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