Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Qt 5.4 Alpha from source, fatal error: private/qcoreglobaldata_p.h
QtWS25 Last Chance

Qt 5.4 Alpha from source, fatal error: private/qcoreglobaldata_p.h

Scheduled Pinned Locked Moved Installation and Deployment
4 Posts 2 Posters 1.4k Views
  • 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.
  • T Offline
    T Offline
    tyapkov
    wrote on last edited by
    #1

    Building 5.4 Alpha from source on Ubuntu 14.04 gives me following:

    ../../corelib/codecs/qtextcodec.cpp:55:39: fatal error: private/qcoreglobaldata_p.h: No such file or directory
    #include "private/qcoreglobaldata_p.h"
    ^
    compilation terminated.

    What is missing?

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Where did you get the sources from ? What parameter did you use she calling configure ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • T Offline
        T Offline
        tyapkov
        wrote on last edited by
        #3
        1. I have downloaded from here as single tar.gz file http://download.qt-project.org/development_releases/qt/5.4/5.4.0-alpha/single/
        2. Configure it as it was written in README ./configure -prefix $PWD/qtbase -opensource -nomake tests
        3. Also installed xcb dependencies from listed in qtbase/src/plugins/platforms/xcb/README
        1 Reply Last reply
        0
        • T Offline
          T Offline
          tyapkov
          wrote on last edited by
          #4

          Ok. Solved. The problem was with configuring before installing all the dependencies. Just removed everything and configured, built one more time.

          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