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. How build Qt3DStudio/Runtime from sources.
QtWS25 Last Chance

How build Qt3DStudio/Runtime from sources.

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
5 Posts 2 Posters 821 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.
  • Alvaro DenisA Offline
    Alvaro DenisA Offline
    Alvaro Denis
    wrote on last edited by
    #1

    Hello I am trying to build qt3druntime, when I load the project in qt creator I have an error from qmake:
    [Inexact] Project ERROR: Unknown module(s) in QT: studio3d

    if I run the same qmake from CLI I have not error from qmake but the build fails:
    qt3druntime/src/runtime/aping/q3dsstudio3dengine.cpp:491:70: error: ‘OGLTextureRead’ is not a member of ‘Qt3DRender::Render::ResourceAccessor’
    ra->accessResource(Qt3DRender::Render::ResourceAccessor::OGLTextureRead, layer.textureNodeId, (void**) &tex, nullptr);
    ^~~~~~~~~~~~~~
    make[2]: *** [Makefile:14888: .obj/q3dsstudio3dengine.o] Error 1

    Someone know where I can find I guide to build qt3dstudio + qt3runtime?

    PD:
    Linux hostname 4.16.0-2-amd64 #1 SMP Debian 4.16.16-2 (2018-06-22) x86_64 GNU/Linux
    QMake version 3.1
    Using Qt version 5.11.1 in /opt/Qt5.11.1/5.11.1/gcc_64/lib

    jsulmJ 1 Reply Last reply
    0
    • Alvaro DenisA Alvaro Denis

      Hello I am trying to build qt3druntime, when I load the project in qt creator I have an error from qmake:
      [Inexact] Project ERROR: Unknown module(s) in QT: studio3d

      if I run the same qmake from CLI I have not error from qmake but the build fails:
      qt3druntime/src/runtime/aping/q3dsstudio3dengine.cpp:491:70: error: ‘OGLTextureRead’ is not a member of ‘Qt3DRender::Render::ResourceAccessor’
      ra->accessResource(Qt3DRender::Render::ResourceAccessor::OGLTextureRead, layer.textureNodeId, (void**) &tex, nullptr);
      ^~~~~~~~~~~~~~
      make[2]: *** [Makefile:14888: .obj/q3dsstudio3dengine.o] Error 1

      Someone know where I can find I guide to build qt3dstudio + qt3runtime?

      PD:
      Linux hostname 4.16.0-2-amd64 #1 SMP Debian 4.16.16-2 (2018-06-22) x86_64 GNU/Linux
      QMake version 3.1
      Using Qt version 5.11.1 in /opt/Qt5.11.1/5.11.1/gcc_64/lib

      jsulmJ Online
      jsulmJ Online
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Alvaro-Denis said in How build Qt3DStudio/Runtime from sources.:

      same qmake

      Are you really sure it's same qmake? Do you use absolute path in CLI?

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1
      • Alvaro DenisA Offline
        Alvaro DenisA Offline
        Alvaro Denis
        wrote on last edited by
        #3

        I just was installed qt framework in /opt /opt/Qt5.11.1
        so it is in /opt/Qt5.11.1/5.11.1/gcc_64/bin/qmake

        Yes I use absolute paths in CLI

        Any suggestion?

        jsulmJ 1 Reply Last reply
        0
        • Alvaro DenisA Alvaro Denis

          I just was installed qt framework in /opt /opt/Qt5.11.1
          so it is in /opt/Qt5.11.1/5.11.1/gcc_64/bin/qmake

          Yes I use absolute paths in CLI

          Any suggestion?

          jsulmJ Online
          jsulmJ Online
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @Alvaro-Denis May be this can help: https://forum.qt.io/topic/84363/project-error-unknown-module-s-in-qt-studio3d/5

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          Alvaro DenisA 1 Reply Last reply
          0
          • jsulmJ jsulm

            @Alvaro-Denis May be this can help: https://forum.qt.io/topic/84363/project-error-unknown-module-s-in-qt-studio3d/5

            Alvaro DenisA Offline
            Alvaro DenisA Offline
            Alvaro Denis
            wrote on last edited by
            #5

            @jsulm I am not shure if it thread can help me, but my compiler say:
            "can not find this(Qt3DRender::Render::ResourceAccessor::OGLTextureRead) symbol"

            qt3dstudio/qt3druntime/src/runtime/aping/q3dsstudio3dengine.cpp:491:70: error: ‘OGLTextureRead’ is not a member of ‘Qt3DRender::Render::ResourceAccessor’
            ra->accessResource(Qt3DRender::Render::ResourceAccessor::OGLTextureRead, layer.textureNodeId, (void**) &tex, nullptr);

            if I look here, i should find the Qt3DRender::Render::ResourceAccessor::OGLTextureRead symbol here?

            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