Bitcoin Stack Trade is a query and reply website for Bitcoin crypto-currency fans. It solely takes a minute to enroll.
Anyone can ask a query
Anyone can reply
The perfect solutions are voted up and rise to the highest
Requested
Considered
64 occasions
I am making an attempt to compile the relies upon library of bitcoin v0.21.0 on Ubuntu 20.04.
After I’m operating the make command, I am receiving this error:
funcs.mk:265: *** empty variable title. Cease.
What’s the which means of the error and the way can I resolve it?
2
funcs.mk:265: *** empty variable title. Cease.
What’s the which means of the error …
It signifies that line 265 of funcs.mk
accommodates an equals signal however the merchandise to its left isn’t a sound variable title. Cease
means make
was unable to proceed attributable to this error.
… and the way can I resolve it?
By learning line 265.
Doubtless there’s something earlier or externally that causes some development right here to not comprise what it ought to.
You could want to make sure you have the most recent variations of make and different assets utilizing one thing like sudo apt-get replace && sudo apt-get dist-upgrade
the precise command is
make -C ./deploy
Possibly your intention is to run make -C ./relies upon
?