baldurodinsson / auroracoin-project

MIT License
69 stars 32 forks source link

Trouble compiling on Ubuntu #15

Open edwardteach42 opened 10 years ago

edwardteach42 commented 10 years ago

I have tried compiling this on 3 different versions of Ubuntu (12.04, 13.04, 13.10) and every time I am presented with this:

Project MESSAGE: Building with UPNP support Project MESSAGE: Building with UPNP support Removed plural forms as the target language has less forms. If this sounds wrong, possibly the target language is not set or recognized. WARNING: TARGET is empty

I also tried USE_UPNP=-

useronym commented 10 years ago

same here, can't compile on debian or arch either, same error with target being empty please fix, need wallet :)

useronym commented 10 years ago

Okay, so, apparently this is because of qt5 (my exact version was 5.2.1), when i compiled with 4.8.5 all went well. Just install that package and then compile like this:

export QT_SELECT=4;qmake;make

Thanks for your immense help, author, and long live IRC(thx @RX78 in #auroracoin for help). It should be also noted that many other wallets compile with qt5 just fine.

edwardteach42 commented 10 years ago

This worked for me as well. Thank you!