Hi,
I already installed all dependencies.
It still returns the same error
Followed the same guide you did, and had to do these additional 2 steps, to get everything compiling
Get secp256k1
git clone https://github.com/bitcoin/secp256k1.git
cd secp256k1
git checkout a1d5ae1
./autogen.sh
./configure
sudo make install
sudo ldconfig
And change permissions on leveldb
cd RenosCoin/src/leveldb/
chmod 755 *
and then back to RenosCoin source, and make -f makefile.unix