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. Building Qt for Win32 fails due to lack of libEGL.lib

Building Qt for Win32 fails due to lack of libEGL.lib

Scheduled Pinned Locked Moved Unsolved General and Desktop
qt build failedwin32
1 Posts 1 Posters 333 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.
  • P Offline
    P Offline
    pderocco
    wrote on 13 Jul 2019, 17:20 last edited by pderocco
    #1

    I used to be able to build static win32 libraries for 5.12.3, but now I'm having a problem building it for 5.13.0. It eventually barfs looking for libEGL.lib. I'm using -combined-angle-lib in my configure command, which according to the configure help means that that functionality should be in libANGLE, but I don't have either file in qtbase/lib, which is where the linker is looking. I've provided a zip here with the following files:

    qtbuild.bat -- the batch file I build with, which includes my configure options

    config.log -- what configure spits out

    configresult.txt -- the captured console out from configure

    nmakeresult.txt -- the captured console output from nmake

    installresult.txt -- the captured console output from install

    Needless to say, I can't link my application, because of the lack of EGL. I'm hoping someone can point out what tweak I need to make to my configure options. The ones I've got were obtained from some post either here or at StackOverflow that were needed to get the graphics to work on my old 32-bit Windows 7 machine, which is to say, I don't have any idea how these graphics options interact.

    Edit:
    I noticed the config.log ended with:

    ERROR: The OpenGL functionality tests failed!
    You might need to modify the include and library search paths by editing QMAKE_INCDIR_OPENGL[_ES2], QMAKE_LIBDIR_OPENGL[_ES2] and QMAKE_LIBS_OPENGL[_ES2] in the mkspec for your platform.

    Is someone building Qt from source supposed to know what this means, what or where the "mkspec for your platform" is, or what paths to add? I don't. I'm just following the directions.

    1 Reply Last reply
    0

    1/1

    13 Jul 2019, 17:20

    • Login

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