Post
Topic
Board Announcements (Altcoins)
Re: Sucre (SUCR) X11 based cryptocurrency POW, Masternode, Private and Instant Send
by
Futureinyourhands
on 25/12/2017, 21:41:58 UTC
I have the following issue compiling:

Quote
config.status: creating Makefile
config.status: creating libsecp256k1.pc
config.status: creating src/libsecp256k1-config.h
config.status: src/libsecp256k1-config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
=-I. += -Wall -Wextra -Wno-unused-function -c src/gen_context.c -o gen_context.o

/bin/bash: =-I.: command not found
Makefile:1512: recipe for target 'gen_context.o' failed
make[3]: *** [gen_context.o] Error 127
make[3]: Leaving directory '/home/user/SucreCore/src/secp256k1'
Makefile:9940: recipe for target 'secp256k1/libsecp256k1.la' failed
make[2]: *** [secp256k1/libsecp256k1.la] Error 2
make[2]: Leaving directory '/home/user/SucreCore/src'
Makefile:9434: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/user/SucreCore/src'
Makefile:656: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

What is the version of Ubuntu? and did you follow the procedure exactly like in the guide? (see below)

sudo apt -y update && sudo apt -y install build-essential libssl-dev libdb++-dev libboost-all-dev libcrypto++-dev libqrencode-dev libminiupnpc-dev libgmp-dev libgmp3-dev autoconf autogen automake libtool autotools-dev pkg-config bsdmainutils software-properties-common libzmq3-dev libminiupnpc-dev libssl-dev libevent-dev

sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev -y

git clone https://github.com/sucremoneda/SucreCore.git

git clone https://github.com/dashpay/dash.git  # (to fix a bug in secp256k1)

rm -rf ~/SucreCore/src/secp256k1
cp -r ~/dash/src/secp256k1 ~/SucreCore/src/secp256k1

cd SucreCore
find . -name "*.sh" -exec sudo chmod 755 {} \;
./autogen.sh
./configure # or ./configure --without-gui
make



Having same error output with Ubuntu 16.04 LTS. Everything is fine up to the 'make' command.

Thanks.


need to add more swap before compile