Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Shell Coin [Bittrex_Yobit_C-cex][Masternode Android Wallet Released]
by
acsonline
on 25/05/2015, 20:29:56 UTC
trying to compile daemon on ubuntu 14.04 all other wallet are compiling properly shell gives the below given error:

key.cpp:17:23: fatal error: secp256k1.h: No such file or directory
 #include
                       ^
compilation terminated.
make: *** [obj/key.o] Error 1



any info about the same

u have to build
https://github.com/bitcoin/secp256k1

thanks for reply bro.

tried to build it :using:

git clone git://github.com/bitcoin/secp256k1.git

cd secp256k1

./autogen.sh

getting error:

./autogen.sh: line 3: autoreconf: command not found