Skip to content

Instantly share code, notes, and snippets.

@azbesthu
Created January 24, 2014 09:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save azbesthu/8594774 to your computer and use it in GitHub Desktop.
Save azbesthu/8594774 to your computer and use it in GitHub Desktop.
cl -c -nologo -Zm200 -Zc:wchar_t -O2 -MD -GR -W3 -w34100 -w34189 -DUNICODE -DWIN32 -DBUILDING_CHROMIUM -DQT_BUILD_WEBENGINE_LIB -DQT
_BUILD_WEBENGINE_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 -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_QML_LIB -DQT_NETW
ORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_QUICK_LIB -DQT_QML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_OPENGL_ES_2 -DQT_OPENGL_ES_2
_ANGLE -DNDEBUG -I"..\3rdparty_upstream\chromium" -I"api" -I"..\core" -I"..\..\include" -I"..\..\include\QtWebEngine" -I"..\..\include\QtWeb
Engine\5.2.0" -I"..\..\include\QtWebEngine\5.2.0\QtWebEngine" -I"tmp" -I"C:\Qt5.2.0-qtwe\include" -I"C:\Qt5.2.0-qtwe\include\QtQuick" -I"C:\
Qt5.2.0-qtwe\include\QtQml" -I"C:\Qt5.2.0-qtwe\include\QtNetwork" -I"C:\Qt5.2.0-qtwe\include\QtGui" -I"C:\Qt5.2.0-qtwe\include\QtANGLE" -I"C
:\Qt5.2.0-qtwe\include\QtCore" -I"C:\Qt5.2.0-qtwe\include\QtQuick\5.2.0" -I"C:\Qt5.2.0-qtwe\include\QtQuick\5.2.0\QtQuick" -I"C:\Qt5.2.0-qtw
e\include\QtQml\5.2.0" -I"C:\Qt5.2.0-qtwe\include\QtQml\5.2.0\QtQml" -I"C:\Qt5.2.0-qtwe\include\QtGui\5.2.0" -I"C:\Qt5.2.0-qtwe\include\QtGu
i\5.2.0\QtGui" -I"C:\Qt5.2.0-qtwe\include\QtCore\5.2.0" -I"C:\Qt5.2.0-qtwe\include\QtCore\5.2.0\QtCore" -I".moc\release" -I"C:\Qt5.2.0-qtwe\
mkspecs\win32-msvc2010" -Fo.obj\release\ @C:\Users\ADMINI~1\AppData\Local\Temp\2\nm91EA.tmp
render_widget_host_view_qt_delegate_quick.cpp
C:\Qt5.2.0-qtwe\include\QtCore/qshareddata.h(163) : error C2027: use of undefined type 'WebContentsAdapter'
..\core\web_contents_adapter_client.h(56) : see declaration of 'WebContentsAdapter'
C:\Qt5.2.0-qtwe\include\QtCore/qshareddata.h(163) : while compiling class template member function 'QExplicitlySharedDataPointer<T>:
:~QExplicitlySharedDataPointer(void)'
with
[
T=WebContentsAdapter
]
api\qquickwebengineview_p_p.h(90) : see reference to class template instantiation 'QExplicitlySharedDataPointer<T>' being compiled
with
[
T=WebContentsAdapter
]
C:\Qt5.2.0-qtwe\include\QtCore/qshareddata.h(163) : error C2227: left of '->ref' must point to class/struct/union/generic type
C:\Qt5.2.0-qtwe\include\QtCore/qshareddata.h(163) : error C2228: left of '.deref' must have class/struct/union
C:\Qt5.2.0-qtwe\include\QtCore/qshareddata.h(163) : warning C4150: deletion of pointer to incomplete type 'WebContentsAdapter'; no destructo
r called
..\core\web_contents_adapter_client.h(56) : see declaration of 'WebContentsAdapter'
ui_delegates_manager.cpp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment