endrazine / wcc

The Witchcraft Compiler Collection
Other
1.84k stars 107 forks source link

wsh/scripts/INDEX requires file `hashing` but this is missing #11

Closed insomniacslk closed 8 years ago

insomniacslk commented 8 years ago

To reproduce:

will yield:

$ wsh ./ls.so

FATAL ERROR:
  luaL_loadfile() failed: cannot open /usr/share/wcc/scripts/hashing: No such file or directory

This file is pointed by https://github.com/endrazine/wcc/blob/master/src/wsh/scripts/INDEX#L8 but it is not available in the repository and therefore in the installation directory.

endrazine commented 8 years ago

Hi Insomniacslk, you're absolutely right. Fixed in commit https://github.com/endrazine/wcc/commit/1a7a00c2330939d14f46e6dd38714e702660ea2c Thanks ! j-