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

Participants: lachesis

On Debian testing 32-bit, I get a few build errors, all resembling: Code: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.