Robison WR Santos

Results 27 comments of Robison WR Santos

I am using [dependencies] flate2 = { version = "1.0.17", features = ["zlib"], default-features = false }

Sorry, GitHub on mobile is sh** I am using this ``` [dependencies] flate2 = { version = "1.0.17", features = ["zlib"], default-features = false } ``` As described in the...

I am trying to port this application form ruby to rust (for performance gains): https://github.com/robisonsantos/packfile_reader If you need some inspiration, this is what I expect to get from the library:...

I don't have an environment with Arch Linux ready to test this right away. I will try to set it up during the week and investigate. ``` === configuring in...

Did you have to do anything different to get keel working? EVM does not make any attempt to change anything. It does a regular ./configure with whatever was passed as...

I was able to reproduce the issue. I think the problem might be on how `autoconf` is generating the `configure` files. I compared the files generated on my ubuntu and...

In my Arch installation, `kerl` fails with the same error: ``` [root@7e13a9fbd5e6 kerl]# ./kerl build 19.3 Downloading OTP-19.3.tar.gz to /root/.kerl/archives... % Total % Received % Xferd Average Speed Time Time...

I can install newer versions of erlang with `evm` without problem: ``` [root@7e13a9fbd5e6 evm]# evm install 23.3 [root@7e13a9fbd5e6 evm]# evm use 23.3 [root@7e13a9fbd5e6 evm]# erl Erlang/OTP 23 [erts-11.2] [source] [64-bit]...

All these warnings are strange WARNING: It appears that a required development package 'libssl-dev' is not installed. WARNING: It appears that a required development package 'make' is not installed. WARNING:...

Can you please share the error you were getting?