<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[[BUG REPORTED] Qt 3D Make Error]]></title><description><![CDATA[<p dir="auto">I am trying to build Qt 3D on Windows 8 using Qt 5.2.0 and the following worked.<br />
@<br />
call git clone git://gitorious.org/qt/qt3d.git<br />
cd qt3d<br />
qmake -recursive <a href="http://qt3d.pro" target="_blank" rel="noopener noreferrer nofollow ugc">qt3d.pro</a><br />
@<br />
However, running make resulted in an error. Do you know how to correct this?</p>
<p dir="auto">Thanks.</p>
<p dir="auto">Steve<br />
@<br />
cd src/ &amp;&amp; ( test -e Makefile || C:/Qt/Qt5.2.0/5.2.0/mingw48_32/bin/qmake C:/Projects/Test/qt3d/src/src.pro -o Makefile ) &amp;&amp; "C:/Qt/Qt5.2.0/Tools/mingw48_32/bin/mingw32-make" -f Makefile<br />
mingw32-make[1]: Entering directory 'C:/Projects/Test/qt3d/src'<br />
cd threed/ &amp;&amp; ( test -e Makefile || C:/Qt/Qt5.2.0/5.2.0/mingw48_32/bin/qmake C:/Projects/Test/qt3d/src/threed/threed.pro -o Makefile ) &amp;&amp; "C:/Qt/Qt5.2.0/Tools/mingw48_32/bin/mingw32-make" -f Makefile<br />
mingw32-make[2]: Entering directory 'C:/Projects/Test/qt3d/src/threed'<br />
"C:/Qt/Qt5.2.0/Tools/mingw48_32/bin/mingw32-make" -f Makefile.Release all<br />
mingw32-make[3]: Entering directory 'C:/Projects/Test/qt3d/src/threed'<br />
g++ -c -pipe -fno-keep-inline-dllexport -O2 -fexceptions -mthreads -std=gnu++0x -frtti -Wall -Wextra -DUNICODE -DQT_BUILD_3D_LIB -DQT_BUILDING_QT -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -D_USE_MATH_DEFINES -D_SCL_SECURE_NO_WARNINGS -D_CRT_SECURE_NO_WARNINGS -DQT_NO_EGL -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I'../../include' -I'../../include/Qt3D' -I'../../include/Qt3D/5.3.0' -I'../../include/Qt3D/5.3.0/Qt3D' -I'tmp' -I'../private' -I'global' -I'painting' -I'arrays' -I'effects' -I'materials' -I'geometry' -I'viewing' -I'math3d' -I'scene' -I'scene_ai' -I'../../3rdparty/assimp' -I'../../3rdparty/assimp/code' -I'../../3rdparty/assimp/code/BoostWorkaround' -I'../../3rdparty/assimp/include' -I'../../3rdparty/assimp/include/Compiler' -I'../../3rdparty/assimp/contrib/ConvertUTF' -I'../../3rdparty/assimp/contrib/zlib' -I'../../3rdparty/assimp/contrib/irrXML' -I'../../3rdparty/assimp/contrib/unzip' -I'scene_bezier' -I'network' -I'graphicsview' -I'textures' -I'surfaces' -I'api' -I'C:/Qt/Qt5.2.0/5.2.0/mingw48_32/include' -I'C:/Qt/Qt5.2.0/5.2.0/mingw48_32/include/QtOpenGL' -I'C:/Qt/Qt5.2.0/5.2.0/mingw48_32/include/QtWidgets' -I'C:/Qt/Qt5.2.0/5.2.0/mingw48_32/include/QtGui/5.2.0' -I'C:/Qt/Qt5.2.0/5.2.0/mingw48_32/include/QtGui/5.2.0/QtGui' -I'C:/Qt/Qt5.2.0/5.2.0/mingw48_32/include/QtGui' -I'C:/Qt/Qt5.2.0/5.2.0/mingw48_32/include/QtCore/5.2.0' -I'C:/Qt/Qt5.2.0/5.2.0/mingw48_32/include/QtCore/5.2.0/QtCore' -I'C:/Qt/Qt5.2.0/5.2.0/mingw48_32/include/QtCore' -I'C:/Qt/Qt5.2.0/5.2.0/mingw48_32/include/QtNetwork' -I'.moc/release' -I'C:/Qt/Qt5.2.0/5.2.0/mingw48_32/mkspecs/win32-g++' -o .obj/release/qglabstracteffect.o painting/qglabstracteffect.cpp<br />
In file included from C:/Qt/Qt5.2.0/5.2.0/mingw48_32/include/QtGui/qopenglcontext.h:63:0,<br />
from C:/Qt/Qt5.2.0/5.2.0/mingw48_32/include/QtGui/qopenglfunctions.h:57,<br />
from C:/Qt/Qt5.2.0/5.2.0/mingw48_32/include/QtGui/QOpenGLFunctions:1,<br />
from ../../include/Qt3D/../../src/threed/painting/qglpainter.h:45,<br />
from ../../include/Qt3D/qglpainter.h:1,<br />
from painting/qglabstracteffect.h:45,<br />
from painting/qglabstracteffect.cpp:42:<br />
C:/Qt/Qt5.2.0/5.2.0/mingw48_32/include/QtGui/qopenglversionfunctions.h:785:43: error: expected unqualified-id before ')' token<br />
void (QOPENGLF_APIENTRYP MemoryBarrier)(GLbitfield barriers);<br />
^<br />
Makefile.Release:3700: recipe for target '.obj/release/qglabstracteffect.o' failed<br />
mingw32-make[3]: *** [.obj/release/qglabstracteffect.o] Error 1<br />
mingw32-make[3]: Leaving directory 'C:/Projects/Test/qt3d/src/threed'<br />
Makefile:38: recipe for target 'release-all' failed<br />
mingw32-make[2]: *** [release-all] Error 2<br />
mingw32-make[2]: Leaving directory 'C:/Projects/Test/qt3d/src/threed'<br />
Makefile:40: recipe for target 'sub-threed-make_first-ordered' failed<br />
mingw32-make[1]: *** [sub-threed-make_first-ordered] Error 2<br />
mingw32-make[1]: Leaving directory 'C:/Projects/Test/qt3d/src'<br />
makefile:43: recipe for target 'sub-src-make_first' failed<br />
mingw32-make: *** [sub-src-make_first] Error 2<br />
@</p>
]]></description><link>https://forum.qt.io/topic/36091/bug-reported-qt-3d-make-error</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Apr 2026 07:13:51 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/36091.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 01 Jan 2014 17:53:09 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [BUG REPORTED] Qt 3D Make Error on Tue, 07 Jan 2014 21:56:12 GMT]]></title><description><![CDATA[<p dir="auto">For reference, I created a bug report "QTBUG-35998":<a href="https://bugreports.qt-project.org/browse/QTBUG-35998" target="_blank" rel="noopener noreferrer nofollow ugc">https://bugreports.qt-project.org/browse/QTBUG-35998</a></p>
<p dir="auto">Steve</p>
]]></description><link>https://forum.qt.io/post/209818</link><guid isPermaLink="true">https://forum.qt.io/post/209818</guid><dc:creator><![CDATA[SteveG]]></dc:creator><pubDate>Tue, 07 Jan 2014 21:56:12 GMT</pubDate></item></channel></rss>