Code Monkey home page Code Monkey logo

Comments (8)

Martchus avatar Martchus commented on June 14, 2024

Which version of the PKGBUILD did you use? The one from this repository or (more likely since you're using yaourt) the one from the AUR?

It seems like you're building mingw-w64-qt5-tools with the QAxWidgetPlugin enabled. I have to admit that I have never actually tested this. The error messages mean that dependencies of static libQt5AxContainer.a are missing.

Since I don't need Active X I will not put much effort in it but I can take a brief look into it tomorrow.

What I would suspect right now: The tools are configured for building shared libraries and hence also linking with shared libraries but the Active X module is only available as static library. This is problematic because Qt might treat the static libQt5AxContainer.a as shared library and hence doesn't handle dependencies appropriately. If this is correct, only building static mingw-w64-qt5-tools might work.

If you don't need Active X and just accidentally installed mingw-w64-qt5-activeqt during build of mingw-w64-qt5-tools just uninstall it and the error should go away.

from pkgbuilds.

jlsantiago0 avatar jlsantiago0 commented on June 14, 2024

Yes. I am building from the AUR. I will remove the activeqt package and try again. Thank you for the reply. Guess I dont need ActiveX. I mostly need QtWebKit with Dynamic OGL/ANGLE Support. Will let you know how it goes.

from pkgbuilds.

Martchus avatar Martchus commented on June 14, 2024

Oh no, if you need Qt WebKit be prepared for opening a third issue.

You might have already wondered why the version of Qt WebKit in the AUR is still 5.6.1. The reason is that I am not able to build 5.7.0. But the problem might not be the WebKit module itself - at least I don't see any relevant changes. So I suspect it could be the underlying build system (which part of mingw-w64-qt5-base). So if the build fails or succeeds let me now and tell me which version of mingw-w64-qt5-base and mingw-w64-qt5-webkit you used. The latest version I successfully built was 5.6.1 (both packages).

But I have to disappoint you even more. The Qt WebKit module will not support dynamic use of ANGLE. It will always rely on ANGLE. As far as I know there is no way around it.

from pkgbuilds.

jlsantiago0 avatar jlsantiago0 commented on June 14, 2024

I started building from this project instead of the AUR. I submitted a pull request that seems to fix part of the build issue for mingw-w64-qt5-webkit when building against mingw-w64-qt5-base-dynamic. At least the build goes further, I am getting a linking error now:

i686-w64-mingw32-g++ -c -include .pch/release/QtWebKitDepends -Wall -Wextra -Wreturn-type -Wchar-subscripts -Wformat-security -Wreturn-type -Wno-unused-parameter -Wno-sign-compare -Wno-switch -Wno-switch-enum -Wundef -Wmissing-noreturn -Winit-self -O2 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions --param=ssp-buffer-size=4 -fno-keep-inline-dllexport -fpch-preprocess -Wno-c++0x-compat -g1 -msse2 -mstackrealign -mfpmath=sse -fno-strict-aliasing -std=c++1z -fno-exceptions -frtti -DUNICODE -DQT_NO_MTDEV -DQT_NO_DYNAMIC_LIBRARY -DQT_NO_LIBUDEV -DQT_NO_EVDEV -DQT_NO_TSLIB -DQT_NO_LIBINPUT -DSH_GLSL_OUTPUT=SH_GLSL_COMPATIBILITY_OUTPUT -DSTATICALLY_LINKED_WITH_WebKit1 -DHAVE_WEBCHANNEL -DSTATICALLY_LINKED_WITH_WebKit2 -DSTATICALLY_LINKED_WITH_WebCore -DSTATICALLY_LINKED_WITH_leveldb -DSTATICALLY_LINKED_WITH_JavaScriptCore -DSTATICALLY_LINKED_WITH_WTF -DQT_BUILD_WEBKIT_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DBUILDING_QT__=1 -DNDEBUG -DENABLE_3D_RENDERING=1 -DENABLE_ACCELERATED_2D_CANVAS=1 -DENABLE_BLOB=1 -DENABLE_CANVAS_PATH=1 -DENABLE_CHANNEL_MESSAGING=1 -DENABLE_CSS_BOX_DECORATION_BREAK=1 -DENABLE_CSS_COMPOSITING=1 -DENABLE_CSS_EXCLUSIONS=1 -DENABLE_CSS_FILTERS=1 -DENABLE_CSS_IMAGE_SET=1 -DENABLE_CSS_REGIONS=1 -DENABLE_CSS_SHAPES=1 -DENABLE_CSS_STICKY_POSITION=1 -DENABLE_CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED=1 -DENABLE_DATALIST_ELEMENT=1 -DENABLE_DETAILS_ELEMENT=1 -DENABLE_DEVICE_ORIENTATION=1 -DENABLE_DOWNLOAD_ATTRIBUTE=1 -DENABLE_FAST_MOBILE_SCROLLING=1 -DENABLE_FILTERS=1 -DENABLE_FTPDIR=1 -DENABLE_FULLSCREEN_API=1 -DENABLE_GEOLOCATION=1 -DENABLE_GESTURE_EVENTS=1 -DENABLE_ICONDATABASE=1 -DENABLE_IFRAME_SEAMLESS=1 -DENABLE_INDEXED_DATABASE=1 -DENABLE_INPUT_TYPE_COLOR=1 -DENABLE_INSPECTOR=1 -DENABLE_INSPECTOR_SERVER=1 -DENABLE_JAVASCRIPT_DEBUGGER=1 -DENABLE_LEGACY_NOTIFICATIONS=1 -DENABLE_LEGACY_VIEWPORT_ADAPTION=1 -DENABLE_LEGACY_VENDOR_PREFIXES=1 -DENABLE_LEGACY_WEB_AUDIO=1 -DENABLE_LINK_PREFETCH=1 -DENABLE_METER_ELEMENT=1 -DENABLE_MHTML=1 -DENABLE_NOTIFICATIONS=1 -DENABLE_ORIENTATION_EVENTS=1 -DENABLE_PAGE_VISIBILITY_API=1 -DENABLE_PROGRESS_ELEMENT=1 -DENABLE_RESOLUTION_MEDIA_QUERY=1 -DENABLE_REQUEST_ANIMATION_FRAME=1 -DENABLE_SHARED_WORKERS=1 -DENABLE_SMOOTH_SCROLLING=1 -DENABLE_SQL_DATABASE=1 -DENABLE_SUBPIXEL_LAYOUT=1 -DENABLE_SVG=1 -DENABLE_SVG_FONTS=1 -DENABLE_TOUCH_ADJUSTMENT=1 -DENABLE_TOUCH_EVENTS=1 -DENABLE_VIDEO_TRACK=1 -DENABLE_VIEW_MODE_CSS_MEDIA=1 -DENABLE_WEB_SOCKETS=1 -DENABLE_WEB_TIMING=1 -DENABLE_WORKERS=1 -DENABLE_XHR_TIMEOUT=1 -DWTF_USE_TILED_BACKING_STORE=1 -DWTF_USE_CROSS_PLATFORM_CONTEXT_MENUS=1 -DHAVE_QTQUICK=1 -DHAVE_QTPRINTSUPPORT=1 -DHAVE_QSTYLE=1 -DHAVE_QTTESTLIB=1 -DHAVE_QTPOSITIONING=1 -DHAVE_QTSENSORS=1 -DWTF_USE_LIBXML2=1 -DENABLE_XSLT=1 -DWTF_USE_ZLIB=1 -DWTF_USE_WEBP=1 -DWTF_USE_LIBJPEG=1 -DWTF_USE_LIBPNG=1 -DENABLE_NETSCAPE_PLUGIN_API=1 -DPLUGIN_ARCHITECTURE_UNSUPPORTED=1 -DWTF_USE_3D_GRAPHICS=1 -DENABLE_WEBGL=1 -DHAVE_DYNAMICGL=1 -DENABLE_VIDEO=1 -DWTF_USE_QT_MULTIMEDIA=1 -DHAVE_SQLITE3=1 -DENABLE_TOUCH_SLIDER=1 -DWTF_USE_LEVELDB=1 -DENABLE_BATTERY_STATUS=0 -DENABLE_CANVAS_PROXY=0 -DENABLE_CSP_NEXT=0 -DENABLE_CSS_GRID_LAYOUT=0 -DENABLE_CSS_HIERARCHIES=0 -DENABLE_CSS_IMAGE_ORIENTATION=0 -DENABLE_CSS_IMAGE_RESOLUTION=0 -DENABLE_CSS_SHADERS=0 -DENABLE_CSS_VARIABLES=0 -DENABLE_CSS3_CONDITIONAL_RULES=0 -DENABLE_CSS3_TEXT=0 -DENABLE_CSS3_TEXT_LINE_BREAK=0 -DENABLE_DASHBOARD_SUPPORT=0 -DENABLE_DATAGRID=0 -DENABLE_DATA_TRANSFER_ITEMS=0 -DENABLE_DIRECTORY_UPLOAD=0 -DENABLE_FILE_SYSTEM=0 -DENABLE_FONT_LOAD_EVENTS=0 -DENABLE_GAMEPAD=0 -DENABLE_HIGH_DPI_CANVAS=0 -DENABLE_INPUT_SPEECH=0 -DENABLE_INPUT_TYPE_DATE=0 -DENABLE_INPUT_TYPE_DATETIME_INCOMPLETE=0 -DENABLE_INPUT_TYPE_DATETIMELOCAL=0 -DENABLE_INPUT_TYPE_MONTH=0 -DENABLE_INPUT_TYPE_TIME=0 -DENABLE_INPUT_TYPE_WEEK=0 -DENABLE_LEGACY_CSS_VENDOR_PREFIXES=0 -DENABLE_MATHML=0 -DENABLE_MEDIA_SOURCE=0 -DENABLE_MEDIA_STATISTICS=0 -DENABLE_MEDIA_STREAM=0 -DENABLE_MICRODATA=0 -DENABLE_MOUSE_CURSOR_SCALE=0 -DENABLE_NAVIGATOR_CONTENT_UTILS=0 -DENABLE_NETWORK_INFO=0 -DENABLE_NOSNIFF=0 -DENABLE_PROXIMITY_EVENTS=0 -DENABLE_QUOTA=0 -DENABLE_RESOURCE_TIMING=0 -DENABLE_SCRIPTED_SPEECH=0 -DENABLE_SECCOMP_FILTERS=0 -DENABLE_SHADOW_DOM=0 -DENABLE_STYLE_SCOPED=0 -DENABLE_TEMPLATE_ELEMENT=0 -DENABLE_TEXT_AUTOSIZING=0 -DENABLE_THREADED_HTML_PARSER=0 -DENABLE_TOUCH_ICON_LOADING=0 -DENABLE_USER_TIMING=0 -DENABLE_VIBRATION=0 -DENABLE_WEB_AUDIO=0 -DBUILDING_Qt5WebKit -DBUILDING_WEBKIT -DQT_ASCII_CAST_WARNINGS -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SENSORS_LIB -DQT_POSITIONING_LIB -DQT_QUICK_LIB -DQT_WEBCHANNEL_LIB -DQT_QML_LIB -DQT_MULTIMEDIA_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_SQL_LIB -DQT_CORE_LIB -DGL_GLEXT_PROTOTYPES -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source -I. -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebKit/qt/Api -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebKit/qt/WebCoreSupport -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WTF/wtf/qt -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebKit2 -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebKit2/Platform -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebKit2/Platform/CoreIPC -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebKit2/Platform/qt -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebKit2/Shared -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebKit2/Shared/linux/SandboxProcess -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebKit2/Shared/API/c -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebKit2/Shared/Authentication -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebKit2/Shared/CoordinatedGraphics -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebKit2/Shared/CoreIPCSupport -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebKit2/Shared/Downloads -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebKit2/Shared/Downloads/qt -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebKit2/Shared/Network -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebKit2/Shared/Plugins -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebKit2/Shared/Plugins/Netscape -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebKit2/Shared/qt -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebKit2/UIProcess -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebKit2/UIProcess/API/C -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebKit2/UIProcess/API/C/qt -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebKit2/UIProcess/API/cpp -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebKit2/UIProcess/API/cpp/qt -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebKit2/UIProcess/API/qt -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebKit2/UIProcess/Authentication -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebKit2/UIProcess/CoordinatedGraphics -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebKit2/UIProcess/Downloads -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebKit2/UIProcess/InspectorServer -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebKit2/UIProcess/InspectorServer/qt -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebKit2/UIProcess/Launcher -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebKit2/UIProcess/Notifications -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebKit2/UIProcess/Plugins -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebKit2/UIProcess/Storage -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebKit2/UIProcess/qt -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebKit2/UIProcess/texmap -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebKit2/WebProcess -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebKit2/WebProcess/ApplicationCache -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebKit2/WebProcess/Battery -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebKit2/WebProcess/Cookies -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebKit2/WebProcess/Cookies/qt -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebKit2/WebProcess/FullScreen -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebKit2/WebProcess/Geolocation -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebKit2/WebProcess/IconDatabase -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebKit2/WebProcess/InjectedBundle -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebKit2/WebProcess/InjectedBundle/DOM -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebKit2/WebProcess/InjectedBundle/API/c -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebKit2/WebProcess/MediaCache -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebKit2/WebProcess/NetworkInfo -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebKit2/WebProcess/Notifications -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebKit2/WebProcess/Plugins -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebKit2/WebProcess/Plugins/Netscape -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebKit2/WebProcess/ResourceCache -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebKit2/WebProcess/Storage -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebKit2/WebProcess/WebCoreSupport -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebKit2/WebProcess/WebCoreSupport/qt -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebKit2/WebProcess/WebPage -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebKit2/WebProcess/qt -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebKit2/PluginProcess -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebKit/qt/Api -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WTF/wtf/qt -IWebKit2/generated -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/Modules/filesystem -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/Modules/geolocation -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/Modules/indexeddb -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/Modules/mediasource -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/Modules/navigatorcontentutils -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/Modules/notifications -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/Modules/proximity -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/Modules/quota -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/Modules/webaudio -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/Modules/webdatabase -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/Modules/websockets -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/accessibility -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/bindings -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/bindings/generic -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/bridge -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/bridge/qt -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/css -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/dom -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/dom/default -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/editing -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/fileapi -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/history -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/html -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/html/canvas -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/html/forms -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/html/parser -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/html/shadow -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/html/track -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/inspector -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/loader -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/loader/appcache -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/loader/archive -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/loader/cache -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/loader/icon -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/mathml -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/page -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/page/animation -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/page/qt -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/page/scrolling -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/page/scrolling/coordinatedgraphics -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/platform -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/platform/animation -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/platform/audio -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/platform/graphics -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/platform/graphics/cpu/arm -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/platform/graphics/cpu/arm/filters -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/platform/graphics/filters -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/platform/graphics/filters/texmap -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/platform/graphics/opengl -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/platform/graphics/opentype -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/platform/graphics/qt -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/platform/graphics/surfaces -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/platform/graphics/texmap -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/platform/graphics/texmap/coordinated -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/platform/graphics/transforms -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/platform/image-decoders -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/platform/image-decoders/bmp -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/platform/image-decoders/ico -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/platform/image-decoders/gif -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/platform/image-decoders/jpeg -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/platform/image-decoders/png -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/platform/image-decoders/webp -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/platform/leveldb -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/platform/mock -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/platform/network -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/platform/network/qt -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/platform/qt -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/platform/sql -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/platform/text -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/platform/text/transcoder -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/plugins -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/rendering -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/rendering/mathml -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/rendering/shapes -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/rendering/style -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/rendering/svg -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/storage -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/svg -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/svg/animation -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/svg/graphics -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/svg/graphics/filters -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/svg/properties -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/testing -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/websockets -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/workers -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/xml -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/xml/parser -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/ThirdParty -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/bridge/jsc -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/bindings/js -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/bridge/c -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/testing/js -IWebCore/generated -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/platform/win -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/ThirdParty/leveldb/include -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/ThirdParty/leveldb -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/JavaScriptCore -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WTF -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/JavaScriptCore/assembler -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/JavaScriptCore/bytecode -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/JavaScriptCore/bytecompiler -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/JavaScriptCore/heap -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/JavaScriptCore/dfg -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/JavaScriptCore/debugger -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/JavaScriptCore/disassembler -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/JavaScriptCore/interpreter -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/JavaScriptCore/jit -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/JavaScriptCore/llint -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/JavaScriptCore/parser -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/JavaScriptCore/profiler -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/JavaScriptCore/runtime -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/JavaScriptCore/tools -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/JavaScriptCore/yarr -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/JavaScriptCore/API -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/JavaScriptCore/ForwardingHeaders -IJavaScriptCore/generated -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/build-i686-w64-mingw32-static/Source/JavaScriptCore/generated/LLIntOffsetsExtractor.exe -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WTF -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/include -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/include/QtWebKit -I../include -I../include/QtWebKit -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/include/QtWebKit/5.7.0 -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/include/QtWebKit/5.7.0/QtWebKit -Itmp -I/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source -Iinclude -I/usr/i686-w64-mingw32/include -I/usr/i686-w64-mingw32/include/libxml2 -I/usr/i686-w64-mingw32/include/qt -I/usr/i686-w64-mingw32/include/qt/QtGui -I/usr/i686-w64-mingw32/include/qt/QtNetwork -I/usr/i686-w64-mingw32/include/qt/QtCore -I/usr/i686-w64-mingw32/include/qt/QtSensors -I/usr/i686-w64-mingw32/include/qt/QtPositioning -I/usr/i686-w64-mingw32/include/qt/QtQuick -I/usr/i686-w64-mingw32/include/qt/QtWebChannel -I/usr/i686-w64-mingw32/include/qt/QtQml -I/usr/i686-w64-mingw32/include/qt/QtMultimedia -I/usr/i686-w64-mingw32/include/qt/QtGui/5.7.0 -I/usr/i686-w64-mingw32/include/qt/QtGui/5.7.0/QtGui -I/usr/i686-w64-mingw32/include/qt/QtSql -I/usr/i686-w64-mingw32/include/qt/QtCore/5.7.0 -I/usr/i686-w64-mingw32/include/qt/QtCore/5.7.0/QtCore -I.moc/release -I/usr/i686-w64-mingw32/include/freetype2 -I/usr/i686-w64-mingw32/include -I/usr/i686-w64-mingw32/include/harfbuzz -I/usr/i686-w64-mingw32/include/glib-2.0 -I/usr/i686-w64-mingw32/lib/glib-2.0/include -I/usr/i686-w64-mingw32/include -I/usr/i686-w64-mingw32/include/dbus-1.0 -I/usr/i686-w64-mingw32/lib/dbus-1.0/include -I/usr/i686-w64-mingw32/lib/qt/mkspecs/win32-g++  -o .obj/release/qrc_InspectorBackendCommands.o .rcc/release/qrc_InspectorBackendCommands.cpp
i686-w64-mingw32-g++ -g -Wl,--no-keep-memory -Wl,--reduce-memory-overheads -shared -Wl,-subsystem,windows -Wl,--out-implib,../lib/libQt5WebKit.dll.a -o ../lib/Qt5WebKit.dll .obj/release/Qt5WebKit_resource_res.o .obj/release/qrc_WebCore.o .obj/release/qrc_WebKit.o .obj/release/qrc_InspectorBackendCommands.o  -L/usr/i686-w64-mingw32/lib /usr/i686-w64-mingw32/lib/libQt5Gui.dll.a /usr/i686-w64-mingw32/lib/libQt5Network.dll.a /usr/i686-w64-mingw32/lib/libQt5Core.dll.a -Wl,-whole-archive -lWebKit1 -Wl,-no-whole-archive -L/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/build-i686-w64-mingw32-static/Source/WebKit/release -Wl,-whole-archive -lWebKit2 -Wl,-no-whole-archive -L/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/build-i686-w64-mingw32-static/Source/WebKit2/release -Wl,-whole-archive -lWebCore -Wl,-no-whole-archive -L/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/build-i686-w64-mingw32-static/Source/WebCore/release -lz -ladvapi32 -lgdi32 -lshell32 -lshlwapi -luser32 -lversion -lglu32 -lopengl32 -lgdi32 -luser32 -ljpeg -lpng -lwebp -lgdi32 -lole32 -luser32 -Wl,-whole-archive -lleveldb -Wl,-no-whole-archive -L/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/build-i686-w64-mingw32-static/Source/ThirdParty/leveldb/release -Wl,-whole-archive -lJavaScriptCore -Wl,-no-whole-archive -L/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/build-i686-w64-mingw32-static/Source/JavaScriptCore/release -lwinmm -Wl,-whole-archive -lWTF -Wl,-no-whole-archive -L/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/build-i686-w64-mingw32-static/Source/WTF/release -lwinmm -lgdi32 -lxslt -lxml2 -lz -llzma -liconv -lxml2 -lxml2 -lsqlite3 -licuin -licuuc -licudt /usr/i686-w64-mingw32/lib/libQt5Sensors.dll.a /usr/i686-w64-mingw32/lib/libQt5Positioning.dll.a /usr/i686-w64-mingw32/lib/libQt5Quick.dll.a /usr/i686-w64-mingw32/lib/libQt5WebChannel.dll.a /usr/i686-w64-mingw32/lib/libQt5Qml.dll.a /usr/i686-w64-mingw32/lib/libQt5Multimedia.dll.a /usr/i686-w64-mingw32/lib/libQt5Network.dll.a /usr/i686-w64-mingw32/lib/libQt5Gui.dll.a /usr/i686-w64-mingw32/lib/libQt5Sql.dll.a /usr/i686-w64-mingw32/lib/libQt5Core.dll.a
Warning: resolving _cti_vm_throw by linking to @cti_vm_throw@4
Use --enable-stdcall-fixup to disable these warnings
Use --disable-stdcall-fixup to disable these fixups
/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/build-i686-w64-mingw32-static/Source/WebCore/release/libWebCore.a(GraphicsContext3DQt.o): In function `ZN7WebCore24GraphicsContext3DPrivate15initializeANGLEEv':
/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/platform/graphics/qt/GraphicsContext3DQt.cpp:248: undefined reference to `ShInitBuiltInResources(ShBuiltInResources*)'
/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/build-i686-w64-mingw32-static/Source/WebCore/release/libWebCore.a(ANGLEWebKitBridge.o): In function `ZN7WebCore17ANGLEWebKitBridgeC2E14ShShaderOutput12ShShaderSpec':
/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/platform/graphics/ANGLEWebKitBridge.cpp:69: undefined reference to `ShInitialize()'
/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/build-i686-w64-mingw32-static/Source/WebCore/release/libWebCore.a(ANGLEWebKitBridge.o): In function `ZN7WebCore17ANGLEWebKitBridge16cleanupCompilersEv':
/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/platform/graphics/ANGLEWebKitBridge.cpp:80: undefined reference to `ShDestruct(void*)'
/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/platform/graphics/ANGLEWebKitBridge.cpp:83: undefined reference to `ShDestruct(void*)'
/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/build-i686-w64-mingw32-static/Source/WebCore/release/libWebCore.a(ANGLEWebKitBridge.o): In function `ZN7WebCore17ANGLEWebKitBridge19compileShaderSourceEPKcNS_15ANGLEShaderTypeERN3WTF6StringES6_RNS4_6VectorINS_17ANGLEShaderSymbolELj0ENS4_15CrashOnOverflowEEEi':
/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/platform/graphics/ANGLEWebKitBridge.cpp:118: undefined reference to `ShCompile(void*, char const* const*, unsigned int, int)'
/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/platform/graphics/ANGLEWebKitBridge.cpp:124: undefined reference to `ShGetObjectCode[abi:cxx11](void*)'
/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/platform/graphics/ANGLEWebKitBridge.cpp:126: undefined reference to `ShGetAttributes(void*)'
/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/platform/graphics/ANGLEWebKitBridge.cpp:128: undefined reference to `ShGetUniforms(void*)'
/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/platform/graphics/ANGLEWebKitBridge.cpp:120: undefined reference to `ShGetInfoLog[abi:cxx11](void*)'
/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/platform/graphics/ANGLEWebKitBridge.cpp:99: undefined reference to `ShConstructCompiler(unsigned int, ShShaderSpec, ShShaderOutput, ShBuiltInResources const*)'
/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/Source/WebCore/platform/graphics/ANGLEWebKitBridge.cpp:100: undefined reference to `ShConstructCompiler(unsigned int, ShShaderSpec, ShShaderOutput, ShBuiltInResources const*)'
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile.api.Release:66: ../lib/Qt5WebKit.dll] Error 1
make[3]: Leaving directory '/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/build-i686-w64-mingw32-static/Source'
make[2]: *** [Makefile.api:34: release] Error 2
make[2]: Leaving directory '/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/build-i686-w64-mingw32-static/Source'
make[1]: *** [Makefile.QtWebKit:40: sub-api-pri-make_first-ordered] Error 2
make[1]: Leaving directory '/home/jsantiago/bb/PKGBUILDs/qt5-webkit/mingw-w64/src/qtwebkit-opensource-src-5.7.0/build-i686-w64-mingw32-static/Source'
make: *** [Makefile:304: sub-Source-QtWebKit-pro-make_first-ordered] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

from pkgbuilds.

Martchus avatar Martchus commented on June 14, 2024

Thanks for the feedback. You can insert a code block in markdown, eg.

Block of code

That would make it much more readable.

from pkgbuilds.

jlsantiago0 avatar jlsantiago0 commented on June 14, 2024

Thank You. I fixed the comments.

btw. I am not sure if that is the correct way to resolve the build issue with mingw-w64-qt5-webkit, but it seems that the issue is definition of some external C functions for the OGL interface in /usr/i686-w64-mingw32/include/angle_gl.h where it defines GLsizeiptr and GLintptr as ptrdiff_t, but they are defined as something different in the ANGLEPROJECT. I assumed that since QTOpenGL was significantly more portable than the angleproject, we could get away with using the defniition from Qt.

from pkgbuilds.

Martchus avatar Martchus commented on June 14, 2024

For me Qt WebKit also builds (and actually runs) again using latest ANGLE for both, i686 and x86_64. Patches to compile mingw-w64-qt5-webkit using not the ANGLE version mingw-w64-qt5-base are in place. The issue about mingw-w64-qt5-tools can be resolved by uninstalling mingw-w64-qt5-activex. So I assume this can be closed.

I am not sure if that is the correct way to resolve the build

It is fine for me.

from pkgbuilds.

jlsantiago0 avatar jlsantiago0 commented on June 14, 2024

Yes. It is working great now. Thank You.

from pkgbuilds.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.