HaxeFoundation / hashlink

A virtual machine for Haxe
https://hashlink.haxe.org/
MIT License
810 stars 157 forks source link

Failed to run on openSUSE #614

Open frecio231 opened 1 year ago

frecio231 commented 1 year ago

So I was following the Hello hashlink tutorial from Heaps.io and after compiling it i noticed that when I run the hl hello.hl it gives me the next error bash: /usr/bin/hl: No existe el fichero o el directorio (directory or file doesn't exists) so, I've been searching on this, but it seems that the errors aren't quite the same. hl version: HL/JIT 1.13.0 haxe version: 4.3.1 and these are the packages I assumed are the ones needed to compile it sudo zypper in libpng16-devel libvorbis-devel SDL2-devel libjpeg8-devel libvorbis-devel openal-soft-devel glu-devel mbedtls-devel libuv-devel sqlite3-devel fmt-devel openal-soft-devel libturbojpeg0

If I make a sudo ln -s /usr/local/bin/hl /usr/bin/hl then I get the next error src/module.c(373) : FATAL ERROR : Failed to load library ui.hdll

9Morello commented 1 year ago

@frecio231 Do you have your .hdll files inside /usr/local/lib/?

frecio231 commented 1 year ago

No, is not present, just the hl binary