Hi guys!
I am trying to compile VanillaCoin daemon on Ubuntu 14.04 x64.
John added an error macro to disable 0.4.0 compilation, because there is a bug with linux compiler.
Until John fix it, you can follow this :
First copy script from xCoreDev:
cd ~
wget https://raw.githubusercontent.com/xCoreDev/vanillacoin-scripts/master/build-linux.sh
Edit it:
nano build-linux.sh
And after "git clone" line (#40), add this:
cd vanillacoin-src/
git reset --hard d31dcc03cd33f389fb15a99320de97ca73447c7b
cd ..
Save your modification and launch script:
./build-linux.sh