codio / boxparts

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

Neko/Haxe not working #197

Closed commel closed 10 years ago

commel commented 10 years ago

This references #187 and #195.

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/   

I tested all other targets (C++, Java, C# via Mono, Javascript, PHP, Flash/SWF) work perfectly fine

commel commented 10 years ago

works now, thanks to comment in #187.