codio / boxparts

Simple package manager
https://codio.com
Other
29 stars 26 forks source link

Integrate Haxe #187

Closed commel closed 10 years ago

commel commented 10 years ago

Please integrate the haxe language and tools. It's downloadable from here: http://haxe.org/download/. The codio editor even already has haxe syntax highlighting :-)

commel commented 10 years ago

Just tried to install it manually. It would be necessary to set the environment variable HAXE_STD_PATH to the std-directory in the haxe extracted archive.

commel commented 10 years ago

And for use of haxelib there would be Neko (http://nekovm.org/) to be installed as dependency. Neko offers 64bit binaries as well.

commel commented 10 years ago

Neko cannot be executed.

codio@spirit-john:~/workspace$ neko                                                                                                                                                                                
neko: error while loading shared libraries: libneko.so: cannot open shared object file: No such file or directory

This was missing:

LD_LIBRARY_PATH=~/.parts/packages/neko/2.0.0/lib/neko/   
ksimuk commented 10 years ago

do parts update and restart the Terminal, the problem should be fixed.

commel commented 10 years ago

works now, thanks!