<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.kde.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.6"
          urlbase="https://bugs.kde.org/"
          
          maintainer="sysadmin@kde.org"
>

    <bug>
          <bug_id>373924</bug_id>
          
          <creation_ts>2016-12-19 23:04:32 +0000</creation_ts>
          <short_desc>Windows gcc build failure caused by missing &lt;GLES2/gl2.h&gt;</short_desc>
          <delta_ts>2016-12-20 00:47:00 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>2</classification_id>
          <classification>Applications</classification>
          <product>umbrello</product>
          <component>general</component>
          <version>frameworks5</version>
          <rep_platform>Other</rep_platform>
          <op_sys>Microsoft Windows</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc>https://build.opensuse.org/package/show/home:rhabacker:branches:windows:mingw:win32:KF5Apps/mingw32-umbrello5-frameworks</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>NOR</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>373932</blocked>
          <everconfirmed>0</everconfirmed>
          <reporter name="Ralf Habacker">ralf.habacker</reporter>
          <assigned_to name="Umbrello Development Group">umbrello-devel</assigned_to>
          
          
          <cf_commitlink>https://commits.kde.org/umbrello/ff40b447de0d9b5ac271ab56909cca8b5485df87</cf_commitlink>
          <cf_versionfixedin></cf_versionfixedin>
          <cf_sentryurl></cf_sentryurl>
          <votes>0</votes>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1646051</commentid>
    <comment_count>0</comment_count>
    <who name="Ralf Habacker">ralf.habacker</who>
    <bug_when>2016-12-19 23:04:32 +0000</bug_when>
    <thetext>[  168s] [  9%] Building CXX object umbrello/CMakeFiles/libumbrello.dir/dialogs/codeeditor.cpp.obj
[  168s] cd /home/abuild/rpmbuild/BUILD/umbrello-2.21.70.93561d6/build/umbrello &amp;&amp; /usr/bin/i686-w64-mingw32-g++   -DCMAKE_BINARY_DIR=\&quot;/home/abuild/rpmbuild/BUILD/umbrello-2.21.70.93561d6/build\&quot; -DENABLE_NEW_CODE_GENERATORS -DENABLE_UML_OBJECTS_WINDOW -DENABLE_WIDGET_SHOW_DOC -DENABLE_XMIRESOLUTION -DKCOREADDONS_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_SIGNAL_SLOTS_KEYWORDS -DQT_NO_URL_CAST_FROM_STRING -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DUMBRELLO_VERSION_STRING=\&quot;2.21.70\&quot; -DUNICODE -DWIN32_LEAN_AND_MEAN -DWINVER=0x0600 -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_WARNINGS -D_UNICODE -D_USE_MATH_DEFINES -D_WIN32_IE=0x0600 -D_WIN32_WINNT=0x0600 @CMakeFiles/libumbrello.dir/includes_CXX.rsp -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -DNDEBUG -fno-stack-protector -std=c++0x -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -fvisibility=hidden -fno-keep-inline-dllexport   -o CMakeFiles/libumbrello.dir/dialogs/codeeditor.cpp.obj -c /home/abuild/rpmbuild/BUILD/umbrello-2.21.70.93561d6/umbrello/dialogs/codeeditor.cpp
[  169s] In file included from /usr/i686-w64-mingw32/sys-root/mingw/include/qt5/QtGui/qopenglcontext.h:54:0,
[  169s]                  from /usr/i686-w64-mingw32/sys-root/mingw/include/qt5/QtGui/QtGui:32,
[  169s]                  from /usr/i686-w64-mingw32/sys-root/mingw/include/qt5/QtWidgets/QtWidgetsDepends:4,
[  169s]                  from /usr/i686-w64-mingw32/sys-root/mingw/include/qt5/QtWidgets/QtWidgets:3,
[  169s]                  from /home/abuild/rpmbuild/BUILD/umbrello-2.21.70.93561d6/umbrello/dialogs/widgets/umltypemodifierwidget.h:4,
[  169s]                  from /home/abuild/rpmbuild/BUILD/umbrello-2.21.70.93561d6/build/umbrello/ui_umlattributedialog.h:30,
[  169s]                  from /home/abuild/rpmbuild/BUILD/umbrello-2.21.70.93561d6/umbrello/dialogs/umlattributedialog.h:16,
[  169s]                  from /home/abuild/rpmbuild/BUILD/umbrello-2.21.70.93561d6/umbrello/dialogs/codeeditor.cpp:34:
[  169s] /usr/i686-w64-mingw32/sys-root/mingw/include/qt5/QtGui/qopengl.h:99:26: fatal error: GLES2/gl2.h: No such file or directory
[  169s]  #   include &lt;GLES2/gl2.h&gt;
[  169s]                           ^
[  169s] compilation terminated.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1646056</commentid>
    <comment_count>1</comment_count>
    <who name="Ralf Habacker">ralf.habacker</who>
    <bug_when>2016-12-19 23:19:19 +0000</bug_when>
    <thetext>Git commit ff40b447de0d9b5ac271ab56909cca8b5485df87 by Ralf Habacker.
Committed on 19/12/2016 at 23:17.
Pushed by habacker into branch &apos;frameworks&apos;.

Fix &apos;Windows gcc build failure caused by missing &lt;GLES2/gl2.h&gt;&apos;

M  +4    -1    umbrello/dialogs/widgets/umltypemodifierwidget.h
M  +3    -1    umbrello/dialogs/widgets/umltypequalifierswidget.h

https://commits.kde.org/umbrello/ff40b447de0d9b5ac271ab56909cca8b5485df87</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>