Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-65721

Cross-compile error due to faulty Makefile

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Not Evaluated
    • None
    • 5.10.0
    • Build tools: qmake
    • None

    Description

      I'm trying to build Qt 5.10.0 for Windows from Linux using MinGW. I get an error when building pcre (Qt provided) due to this in qtbase/src/3rdparty/pcre2/Makefile.Release:

      $(DESTDIR_TARGET): $(OBJECTS) 
       -$(DEL_FILE) $(DESTDIR_TARGET) 2>/dev/null
       $(OBJECTS)
      

      The last line should be linking the library but it's obviously wrong - it just tries to execute object files (which makes no sense and fails).

       

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              buddenha Oswald Buddenhagen
              thesourcehim Max Fedotov
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes