Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Compiling OpenGL/GLEW with Qt 5.9 on ARM64 Ubuntu/Linux

Compiling OpenGL/GLEW with Qt 5.9 on ARM64 Ubuntu/Linux

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 326 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.
  • K Offline
    K Offline
    Kaii
    wrote on last edited by
    #1

    Hi all,
    i get the error message

    /usr/include/GLES3/gl31.h:528: error: ‘void __glewActiveTexture(GLenum)’ redeclared as different kind of symbol
     GL_APICALL void GL_APIENTRY glActiveTexture (GLenum texture);
                                                                ^
    ...
    ...
    

    while compiling a qt 5.9 application with need to use GLEW 2.0 for initialization.
    I have no idea how to solve this problem and using GLEW 2.0 with a simple GLUT app works fine, so i think it musst be possible to do the same with qt.

    My configuration is

    • device type desktop
    • gcc, arm64bit
    • Qt 5.9.5

    thanks for advice !

    Kai

    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