Has anyone been able to compile this wallet for Ubuntu yet? I'm getting the following errors:
chris@clongnovia$ (git::master) qmake
Project MESSAGE: Building with UPNP support
Project MESSAGE: Building with UPNP supportRemoved plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
RCC: Error in 'src/qt/bitcoin.qrc': Cannot find file 'res/icons/Dreamcoin.png'
RCC: Error in 'src/qt/bitcoin.qrc': Cannot find file 'res/icons/Dreamcoin-16.png'
RCC: Error in 'src/qt/bitcoin.qrc': Cannot find file 'res/icons/Dreamcoin.png'
RCC: Error in 'src/qt/bitcoin.qrc': Cannot find file 'res/icons/Dreamcoin-16.png'
~/cryptocoin-dev/Dreamcoin
chris@clongnovia$ (git::master) make
cd /home/chris/cryptocoin-dev/Dreamcoin/src/leveldb && CC=gcc CXX=g++ make OPT="-fpermissive -fstack-protector-all --param ssp-buffer-size=1 -O2" libleveldb.a libmemenv.a
/bin/sh: 1: ./build_detect_platform: Permission denied
make[1]: Entering directory `/home/chris/cryptocoin-dev/Dreamcoin/src/leveldb'
Makefile:18: build_config.mk: No such file or directory
make[1]: *** No rule to make target `build_config.mk'. Stop.
make[1]: Leaving directory `/home/chris/cryptocoin-dev/Dreamcoin/src/leveldb'
make: *** [/home/chris/cryptocoin-dev/Dreamcoin/src/leveldb/libleveldb.a] Error 2