Re: *** ALERT *** Upgrade to 0.3.6

Figures: lachesis
lachesis July 29, 2010 22:14 UTC

On Debian testing 32-bit, I get a few build errors, all resembling:

script.cpp:114: error: ‘OP_NOP1’ was not declared in this scopeI got these when attempting to "make bitcoind" without "make clean" or "make" first. It looks like the bitcoind build instructions don't compile the headers first, but they also don't delete the headers.h.gch, so the old headers are used if present.

If anyone else gets this error, the simplest solution is to “make clean” and retry the build.