Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Build the qt creator from source with Qt 5.4.1 . Problem with lrelease path
Forum Updated to NodeBB v4.3 + New Features

Build the qt creator from source with Qt 5.4.1 . Problem with lrelease path

Scheduled Pinned Locked Moved Qt Creator and other tools
qtcreatormingwqmakebuild
3 Posts 2 Posters 1.6k Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • krasotkavkrasnomK Offline
    krasotkavkrasnomK Offline
    krasotkavkrasnom
    wrote on last edited by
    #1

    When I build a qt creator in linux I don't have any problems.

    But when I try to build the qt creator from source with Qt 5.4.1 for Windows 32-bit (MinGW 4.9.1). I have problem with lrelease path

    Compile Output:

    C:/Qt/Qt5.4.0/Tools/mingw491_32/bin/mingw32-make -f Makefile.Debug mingw32-make[3]: Entering directory 'C:/src/qt-creator/build-qtcreator-Desktop_Qt_5_4_0_MinGW_32bit-Debug/share/qtcreator/translations' /C/Qt/Qt5.4.0/5.4/mingw491_32/bin/lrelease C:/src/qt-creator/qt-creator/share/qtcreator/translations/qtcreator_cs.ts -qm qtcreator_cs.qm /usr/bin/sh: /C/Qt/Qt5.4.0/5.4/mingw491_32/bin/lrelease: No such file or directory
    Makefile.Debug:161: recipe for target 'qtcreator_cs.qm' failed mingw32-make[3]: *** [qtcreator_cs.qm] Error 127
    I don't know why there are use unix way path /C/Qt/Qt5.4.0/5.4/mingw491_32.

    How can I fix this problem?

    1 Reply Last reply
    0
    • M Offline
      M Offline
      mcosta
      wrote on last edited by
      #2

      Hi,

      is lrelease in the specified path?
      if not, can you exclude translation from building?

      Once your problem is solved don't forget to:

      • Mark the thread as SOLVED using the Topic Tool menu
      • Vote up the answer(s) that helped you to solve the issue

      You can embed images using (http://imgur.com/) or (http://postimage.org/)

      krasotkavkrasnomK 1 Reply Last reply
      0
      • M mcosta

        Hi,

        is lrelease in the specified path?
        if not, can you exclude translation from building?

        krasotkavkrasnomK Offline
        krasotkavkrasnomK Offline
        krasotkavkrasnom
        wrote on last edited by krasotkavkrasnom
        #3

        @krasotkavkrasnom said:
        It isnt in the specified path just in C:/Qt/Qt5.4.0/5.4/mingw491_32/bin/ . I dont have any idea how i can exclude translation from building. But I going to do it.

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved