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. Building Qt 5.8 from Source with MSYS2 / MinGW 64 - 'qtbase/src/xml/sax/qxml_p.h' missing
Forum Updated to NodeBB v4.3 + New Features

Building Qt 5.8 from Source with MSYS2 / MinGW 64 - 'qtbase/src/xml/sax/qxml_p.h' missing

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
1 Posts 1 Posters 545 Views 1 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.
  • R Offline
    R Offline
    Ringel
    wrote on last edited by
    #1

    After successfully running the configure script (see Building Qt 5.8 from Source with MSYS2 / MinGW 64 - 'libs.icu' failed) I started the build:

    mingw32-make.exe -j 4
    

    But after some time I got following error:

    In file included from C:/msys64/home/asp/qt5/qtbase/src/xml/dom/qdom.cpp:55:0:
    ../../../include/QtXml/5.8.1/QtXml/private/qxml_p.h:1:85: fatal error: ../../../../../../../../../../../home/asp/qt5/qtbase/src/xml/sax/qxml_p.h: No such file or directory
     #include "../../../../../../../../../../../home/asp/qt5/qtbase/src/xml/sax/qxml_p.h"
    

    I searched for the file and it's where it should be:

    ls ~/qt5/qtbase/src/xml/sax/
    qxml.cpp  qxml.h  qxml_p.h  sax.pri
    

    Maybe the relative path is wrong, but what could I do about this?

    ../../../../../../../../../../../home/asp/qt5/qtbase/src/xml/sax/qxml_p.h
    
    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