yannosmoust

Results 7 comments of yannosmoust

@sclu1034 Here's the output: -- lua -> /usr/bin/lua -- git -> /usr/bin/git -- asciidoctor -> /usr/bin/asciidoctor -- gzip -> /usr/bin/gzip -- ldoc -> /usr/bin/ldoc -- convert -> /usr/bin/convert -- Using...

@sclu1034 Yes I'm on Ubuntu 20.10. I did a quick `sudo apt install liblua${version}-dev` I had liblua5.3, liblua5.2 and liblua50 already installed. Again, thanks for the reply! Any other ideas?

@sclu1034 So managed to make some progress but now I think I'm at the lgi step you mentioned. I get the error on `make` The lgi check failed. Awesome needs...

`cmake -B build -L `outputs: -- lua -> /usr/bin/lua -- git -> /usr/bin/git -- asciidoctor -> /usr/bin/asciidoctor -- gzip -> /usr/bin/gzip -- ldoc -> /usr/bin/ldoc -- convert -> /usr/bin/convert --...

@sclu1034 Yes I saw that so I tried installing via luarocks, after multiple errors I just uninstalled and re-installed luarocks, installed lgi, tried to make awesome but got a "generating...

Hi @Elv13 I upgraded again to lua 5.3.5 and re installed luarocks to see if I'll get the error again. Here it is: [ 81%] Generating API documentation Error: no...

@sclu1034 That did it! For whatever reason I had installed ldoc (and a few other things) by hand before finding out there was a build-dep. It seems that the version...