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. Build qtdatavis3d from sources
Qt 6.11 is out! See what's new in the release blog

Build qtdatavis3d from sources

Scheduled Pinned Locked Moved Solved Installation and Deployment
2 Posts 2 Posters 242 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.
  • E Offline
    E Offline
    Ejok88
    wrote on last edited by Ejok88
    #1

    I try to build qtdatavis3d from sources on Linux Debian 9, gcc 6.3.0.

    I got the file qtdatavis3d-5.11.zip from https://github.com/qt/qtdatavis3d/tree/5.11. Then run:

    unzip qtdatavis3d-5.11.zip
    cd qtdatavis3d-5.11
    qmake
    make -j 4
    

    Then I got next errors:

    In file included from engine/abstract3dcontroller_p.h:44:0,
                     from engine/abstract3drenderer_p.h:48,
                     from engine/abstract3drenderer.cpp:30:
    axis/qabstract3daxis.h:33:58: fatal error: QtDataVisualization/qdatavisualizationglobal.h: No such file or directory
     #include <QtDataVisualization/qdatavisualizationglobal.h>
    

    I cannot understand, what is wrong? Path 'include/QtDataVisualization/' contains only a single file QtDataVisualizationDepends, but the compiler tries to find headers there (O_o)

    SGaistS 1 Reply Last reply
    0
    • E Ejok88

      I try to build qtdatavis3d from sources on Linux Debian 9, gcc 6.3.0.

      I got the file qtdatavis3d-5.11.zip from https://github.com/qt/qtdatavis3d/tree/5.11. Then run:

      unzip qtdatavis3d-5.11.zip
      cd qtdatavis3d-5.11
      qmake
      make -j 4
      

      Then I got next errors:

      In file included from engine/abstract3dcontroller_p.h:44:0,
                       from engine/abstract3drenderer_p.h:48,
                       from engine/abstract3drenderer.cpp:30:
      axis/qabstract3daxis.h:33:58: fatal error: QtDataVisualization/qdatavisualizationglobal.h: No such file or directory
       #include <QtDataVisualization/qdatavisualizationglobal.h>
      

      I cannot understand, what is wrong? Path 'include/QtDataVisualization/' contains only a single file QtDataVisualizationDepends, but the compiler tries to find headers there (O_o)

      SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Don't use the zip file generated by GitHub. Either clone the repository and switch to the adequate tag or download the sources from the Qt Company's servers.

      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
      1
      • E Ejok88 has marked this topic as solved on

      • Login

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