Skip to content

Instantly share code, notes, and snippets.

@kkristof
Created January 17, 2013 12:12
Show Gist options
  • Save kkristof/4555530 to your computer and use it in GitHub Desktop.
Save kkristof/4555530 to your computer and use it in GitHub Desktop.
make[3]: *** [obj/release/platform/graphics/nullport/GraphicsContextQt.o] Error 1
make[3]: *** Waiting for unfinished jobs....
In file included from /usr/local/Trolltech/Qt5/Qt-5.0.0-r39/include/QtCore/qobject.h:55:0,
from /usr/local/Trolltech/Qt5/Qt-5.0.0-r39/include/QtCore/qiodevice.h:46,
from /usr/local/Trolltech/Qt5/Qt-5.0.0-r39/include/QtCore/qdatastream.h:46,
from /usr/local/Trolltech/Qt5/Qt-5.0.0-r39/include/QtGui/qregion.h:50,
from /usr/local/Trolltech/Qt5/Qt-5.0.0-r39/include/QtGui/qmatrix.h:46,
from /usr/local/Trolltech/Qt5/Qt-5.0.0-r39/include/QtGui/qtransform.h:44,
from /usr/local/Trolltech/Qt5/Qt-5.0.0-r39/include/QtGui/qimage.h:45,
from /usr/local/Trolltech/Qt5/Qt-5.0.0-r39/include/QtGui/QImage:1,
from /home/kkristof/WebKit_0/Source/WebCore/platform/graphics/nullport/SurfaceGLES.h:10,
from /home/kkristof/WebKit_0/Source/WebCore/platform/graphics/nullport/SurfaceGLES.cpp:2:
/usr/local/Trolltech/Qt5/Qt-5.0.0-r39/include/QtCore/qmetatype.h:56:2: error: #error qmetatype.h must be included before any header file that defines Bool
In file included from /usr/local/Trolltech/Qt5/Qt-5.0.0-r39/include/QtGui/qregion.h:50:0,
from /usr/local/Trolltech/Qt5/Qt-5.0.0-r39/include/QtGui/qmatrix.h:46,
from /usr/local/Trolltech/Qt5/Qt-5.0.0-r39/include/QtGui/qtransform.h:44,
from /usr/local/Trolltech/Qt5/Qt-5.0.0-r39/include/QtGui/qimage.h:45,
from /usr/local/Trolltech/Qt5/Qt-5.0.0-r39/include/QtGui/QImage:1,
from /home/kkristof/WebKit_0/Source/WebCore/platform/graphics/nullport/SurfaceGLES.h:10,
from /home/kkristof/WebKit_0/Source/WebCore/platform/graphics/nullport/SurfaceGLES.cpp:2:
/usr/local/Trolltech/Qt5/Qt-5.0.0-r39/include/QtCore/qdatastream.h:50:2: error: #error qdatastream.h must be included before any header file that defines Status
In file included from /usr/local/Trolltech/Qt5/Qt-5.0.0-r39/include/QtCore/qdebug.h:50:0,
from /usr/local/Trolltech/Qt5/Qt-5.0.0-r39/include/QtGui/qgenericmatrix.h:46,
from /usr/local/Trolltech/Qt5/Qt-5.0.0-r39/include/QtGui/qmatrix4x4.h:48,
from /usr/local/Trolltech/Qt5/Qt-5.0.0-r39/include/QtGui/QMatrix4x4:1,
from /home/kkristof/WebKit_0/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:48,
from /home/kkristof/WebKit_0/Source/WebCore/platform/graphics/transforms/AffineTransform.h:30,
from /home/kkristof/WebKit_0/Source/WebCore/platform/graphics/Gradient.h:31,
from /home/kkristof/WebKit_0/Source/WebCore/platform/graphics/GraphicsContext.h:34,
from /home/kkristof/WebKit_0/Source/WebCore/platform/graphics/nullport/SurfaceGLES.h:14,
from /home/kkristof/WebKit_0/Source/WebCore/platform/graphics/nullport/SurfaceGLES.cpp:2:
/usr/local/Trolltech/Qt5/Qt-5.0.0-r39/include/QtCore/qtextstream.h:54:2: error: #error qtextstream.h must be included before any header file that defines Status
make[3]: *** [obj/release/platform/graphics/nullport/SurfaceGLES.o] Error 1
make[3]: Leaving directory `/home/kkristof/WebKit_0/WebKitBuild/Release/Source/WebCore'
make[2]: *** [sub-Target-pri-make_first-ordered] Error 2
make[2]: Leaving directory `/home/kkristof/WebKit_0/WebKitBuild/Release/Source/WebCore'
make[1]: *** [sub-Source-WebCore-WebCore-pro-make_first-ordered] Error 2
make[1]: Leaving directory `/home/kkristof/WebKit_0/WebKitBuild/Release'
make: *** [incremental] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment