sublimetext3 - No such file 'haxe' sublime text 3 -


i'm trying compile haxe in sublime text 3 error:

[errno 2] no such file or directory: 'haxe' [cmd: ['haxe', 'build.hxml']] [dir: /home/bob/desktop] [path: /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/home/bob/.local/bin:/home/bob/bin] [finished] 

i'm running fedora 22 , have haxe tar extracted in home folder , ctrl+shift+p , installed haxelib , haxe packages. 2 files heloworld.hx

class helloworld {     static public function main() {         trace("hello world");     } } 

and build.hxml generated:

# autogenerated build.hxml  # hellowworld (js:hellowworld.js) -main hellowworld  js hellowworld.js 

why isn't haxe build system option or not compiling @ all?

i found out needed add haxe exacutables /usr/bin/ because paths commonly looked on linux. problem occurs no matter if class name lower case or not error:

error: not process argument haxe -main helloworld class name must start uppercase character build failed 

Comments

Popular posts from this blog

html - Firefox flex bug applied to buttons? -

html - Missing border-right in select on Firefox -

python - build a suggestions list using fuzzywuzzy -