DigitalNoteXDN / DigitalNote-2

SatoshiCore version of the famous/renowned DigitalNote blockchain
Other
17 stars 19 forks source link

[COMPILE] Linux Warning Finding Translations Fails to Compile #69

Closed 2a5A1Ghu1 closed 2 years ago

2a5A1Ghu1 commented 2 years ago

Compile fails when running qmake as the readme says to do. https://github.com/DigitalNoteXDN/DigitalNote-2/tree/v2.0.0.2#build-digitalnote-daemon

Followed all instructions other than swap and berkeleydb install, already done on previous version install.

Warning when using qmake, used both options and output is the same. ~/DigitalNote# qmake -qt=qt5 DigitalNote.daemon.pro Info: creating stash file /pathto/DigitalNote/.qmake.stash Project MESSAGE: Building without UPNP support lrelease warning: Met no 'TRANSLATIONS' entry in project file '/pathto/DigitalNote/DigitalNote.daemon.pro'

Distributor ID: Ubuntu Description: Ubuntu 20.04 LTS Release: 20.04 Codename: focal

2a5A1Ghu1 commented 2 years ago

Resolved in discord.

Just run make after the error

Screen Shot 2021-08-02 at 12 53 50 AM

IamLupo commented 2 years ago

Its not a error its a warning. This means the process can just continue as normal.

I looked for a solution to supress this warning but there is no documentation about it in qmake.