Menu

#269 Compilation failure

1.3.2
closed-rejected
nobody
None
5
2020-11-23
2019-09-18
lann
No

The compilation of chessx 1.5.0 failed with these errors

RCC: Error in 'resources.qrc': Cannot find file 'i18n/chessx_da.qm
RCC: Error in 'resources.qrc': Cannot find file 'i18n/chessx_de.qm'
RCC: Error in 'resources.qrc': Cannot find file 'i18n/chessx_fr.qm'
RCC: Error in 'resources.qrc': Cannot find file 'i18n/chessx_it.qm'
RCC: Error in 'resources.qrc': Cannot find file 'i18n/chessx_cz.qm'
RCC: Error in 'resources.qrc': Cannot find file 'i18n/chessx_ru.qm'

Discussion

  • Jens Nissen

    Jens Nissen - 2019-09-18
    • status: open --> closed-rejected
     
  • Jens Nissen

    Jens Nissen - 2019-09-18

    You need to compile the translations first.

     
  • Rodolfo Arias

    Rodolfo Arias - 2020-11-23

    edit the "resources.qrc" file
    search and replace all 6 lines
    <file alias="i18n/chessx_da.qm">i18n/chessx_da.qm</file>
    to:
    <file alias="i18n/chessx_da.qm">i18n/chessx_da.ts</file>
    and so on.
    then run qmake chessx.pro again

     

    Last edit: Rodolfo Arias 2020-11-23

Log in to post a comment.