Ignacio Burgueño

Results 68 comments of Ignacio Burgueño

Which gcc version is that?

Just tested on Debian jessie (gcc 4.9.2) and I don't get that errors. ``` gcc -O2 -fPIC -I/usr/include/lua5.2 -c src/lcrypto.c -o src/lcrypto.o -I/usr/include/lua5.2 ``` I don't know Fedora much. What...

Ok. I see what is going on. The thing is that Fedora adds `#define LUA_COMPAT_ALL` to _luaconf.h_ and Debian does not. If you open _lauxlib.h_ you'll see at then that...

Sorry. I was in a rush before. The code should be added in luacrypto.c, replacing [these lines](https://github.com/mkottman/luacrypto/blob/master/src/lcrypto.c#L36-L46). The thing about Fedora adding LUA_COMPAT_ALL was a remark on the difference between...

When does the problem appear now? When you do `luarocks make luacrypto-0.3.2-1.rockspec` ? Please be more specific. (and if available, please provide the output of that command).

What do you mean by "retry compile"? Are you installing luacrypto explicitly or is it a dependency of another Lua rock? The line `Error: Failed installing dependency: https://rocks.moonscript.org/luacrypto-0.3.2-1.src.rock - Build...

Well, I managed to install luacrypto using the steps I mentioned. ``` sudo yum install gcc-4.9.2-6.fc21.x86_64 sudo yum install luarocks sudo yum install unzip sudo yum install openssl-devel sudo yum...

Having described the whole picture earlier would have saved a lot of time :smile: Just took a look at [telegram-bot](https://github.com/yagop/telegram-bot) and I saw that it is installing its own version...