Archive

Posts Tagged ‘flash’

[haXe] Failed to load library : std.ndll

February 18th, 2010

If, like me, you just started playing around with haXe and you might get the following error when including an external Flash resource:

Uncaught exception – load.c(232) : Failed to load library : std.ndll (std.ndll: cannot open shared object file: No such file or directory)

The solution is simple, you just need to install neko and neko-dev:

sudo apt-get install neko neko-dev

Now simply run the setup:

sudo haxelib setup

Happy haXe-ing!

Linux, Technical, haXe , ,