You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 errorbash: /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 errorsrc/module.c(373) : FATAL ERROR : Failed to load library ui.hdll
The text was updated successfully, but these errors were encountered: