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

Cross-compile error due to faulty Makefile

XMLWordPrintable

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

      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).

       

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes