therecipe / qt

Qt binding for Go (Golang) with support for Windows / macOS / Linux / FreeBSD / Android / iOS / Sailfish OS / Raspberry Pi / AsteroidOS / Ubuntu Touch / JavaScript / WebAssembly
GNU Lesser General Public License v3.0
10.31k stars 737 forks source link

Windows static install/build issue #826

Open 0xAnarz opened 5 years ago

0xAnarz commented 5 years ago

I am discovering Qt with your bindings, I was able to successfully compile a binary (with go build) with the "Fast track version" but only dynamic, as soon as I wanted to test the application on another machine I met some missing dependencies. After testing multiple (failed) methods to avoid the full reinstall, I proceeded to a clean reinstallation of the bindings with the MSYS2 version. It seems to be the best way to build static and, above all, I'm on Windows 7 (64) which is not supported by Docker.

Go env :

set GOARCH=amd64
set GOBIN=
set GOCACHE=Z:\Users\Me\AppData\Local\go-build
set GOEXE=.exe
set GOFLAGS=
set GOHOSTARCH=amd64
set GOHOSTOS=windows
set GOOS=windows
set GOPATH=X:\GoCore\GoPath
set GOPROXY=
set GORACE=
set GOROOT=X:\GoCore\GoRoot
set GOTMPDIR=
set GOTOOLDIR=X:\GoCore\GoRoot\pkg\tool\windows_amd64
set GCCGO=gccgo
set CC=gcc
set CXX=g++
set CGO_ENABLED=1
set GOMOD=
set CGO_CFLAGS=-g -O2
set CGO_CPPFLAGS=
set CGO_CXXFLAGS=-g -O2
set CGO_FFLAGS=-g -O2
set CGO_LDFLAGS=-g -O2
set PKG_CONFIG=pkg-config
set GOGCCFLAGS=-m64 -mthreads -fmessage-length=0 -fdebug-prefix-map=Y:\AppData\L
ocal\Temp\go-build838489634=/tmp/go-build -gno-record-gcc-switches

Following https://github.com/therecipe/qt/wiki/Installation-on-Windows#msys2-version-without-android-support https://github.com/therecipe/qt/wiki/Deploying-Windows-to-Windows-64-bit-Static I did :

Here start the issue, with the installing of qt/designer :

time="2019-04-08T11:42:47+02:00" level=info msg="installing full qt/designer " github.com/therecipe/qt/designer

github.com/therecipe/qt/designer

Y:\AppData\Local\Temp\go-build075766058\b001_x004.o:X:\GoCore\GoPath\src\github.com\therecipe\qt\designer/designer.cpp:161: undefined reference to __imp__ZN20QAbstractFormBuilderC2Ev' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o: In functionQAbstractFormBuilder_SetWorkingDirectory': ..\src\github.com\therecipe\qt\designer/designer.cpp:202: undefined reference to __imp__ZN20QAbstractFormBuilder19setWorkingDirectoryERK4QDir' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o: In functionQAbstractFormBuilder_WorkingDirectory': ..\src\github.com\therecipe\qt\designer/designer.cpp:218: undefined reference to __imp__ZNK20QAbstractFormBuilder16workingDirectoryEv' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o: In functionQAbstractFormBuilder_ErrorString': ..\src\github.com\therecipe\qt\designer/designer.cpp:223: undefined reference to __imp__ZNK20QAbstractFormBuilder11errorStringEv' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o:X:/MSYS2/mingw64/qt5-static/include/QtDesigner/abstractactioneditor.h:43: undefined reference toimpZN30QDesignerActionEditorInterface16staticMetaObjectE' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o:X:\GoCore\GoPath\src\github.com\therecipe\qt\designer/designer.cpp:251: undefined reference to __imp__ZN30QDesignerActionEditorInterfaceD2Ev' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o:X:/MSYS2/mingw64/qt5-static/include/QtDesigner/abstractformeditor.h:66: undefined reference toimpZN28QDesignerFormEditorInterface16staticMetaObjectE' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function QDesignerFormEditorInterface_SetActionEditor': ..\src\github.com\therecipe\qt\designer/designer.cpp:1212: undefined reference toimpZN28QDesignerFormEditorInterface15setActionEditorEP30QDesignerActionEditorInterface' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function QDesignerFormEditorInterface_SetObjectInspector': ..\src\github.com\therecipe\qt\designer/designer.cpp:1217: undefined reference toimpZN28QDesignerFormEditorInterface18setObjectInspectorEP33QDesignerObjectInspectorInterface' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function QDesignerFormEditorInterface_SetPropertyEditor': ..\src\github.com\therecipe\qt\designer/designer.cpp:1222: undefined reference toimpZN28QDesignerFormEditorInterface17setPropertyEditorEP32QDesignerPropertyEditorInterface' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function QDesignerFormEditorInterface_SetWidgetBox': ..\src\github.com\therecipe\qt\designer/designer.cpp:1227: undefined reference toimpZN28QDesignerFormEditorInterface12setWidgetBoxEP27QDesignerWidgetBoxInterface' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function QDesignerFormEditorInterface_ActionEditor': ..\src\github.com\therecipe\qt\designer/designer.cpp:1243: undefined reference toimpZNK28QDesignerFormEditorInterface12actionEditorEv' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function QDesignerFormEditorInterface_FormWindowManager': ..\src\github.com\therecipe\qt\designer/designer.cpp:1248: undefined reference toimpZNK28QDesignerFormEditorInterface17formWindowManagerEv' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function QDesignerFormEditorInterface_ObjectInspector': ..\src\github.com\therecipe\qt\designer/designer.cpp:1253: undefined reference toimpZNK28QDesignerFormEditorInterface15objectInspectorEv' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function QDesignerFormEditorInterface_PropertyEditor': ..\src\github.com\therecipe\qt\designer/designer.cpp:1258: undefined reference toimpZNK28QDesignerFormEditorInterface14propertyEditorEv' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function QDesignerFormEditorInterface_WidgetBox': ..\src\github.com\therecipe\qt\designer/designer.cpp:1263: undefined reference toimpZNK28QDesignerFormEditorInterface9widgetBoxEv' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function QDesignerFormEditorInterface_ExtensionManager': ..\src\github.com\therecipe\qt\designer/designer.cpp:1268: undefined reference toimpZNK28QDesignerFormEditorInterface16extensionManagerEv' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function QDesignerFormEditorInterface_TopLevel': ..\src\github.com\therecipe\qt\designer/designer.cpp:1273: undefined reference toimpZNK28QDesignerFormEditorInterface8topLevelEv' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function QDesignerFormWindowCursorInterface_IsWidgetSelected': ..\src\github.com\therecipe\qt\designer/designer.cpp:1547: undefined reference toimpZNK34QDesignerFormWindowCursorInterface16isWidgetSelectedEP7QWidget' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function QDesignerFormWindowInterface_QDesignerFormWindowInterface_FindFormWindow2': ..\src\github.com\therecipe\qt\designer/designer.cpp:1705: undefined reference toimpZN28QDesignerFormWindowInterface14findFormWindowEP7QObject' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function QDesignerFormWindowInterface_QDesignerFormWindowInterface_FindFormWindow': ..\src\github.com\therecipe\qt\designer/designer.cpp:1715: undefined reference toimpZN28QDesignerFormWindowInterface14findFormWindowEP7QWidget' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o:X:/MSYS2/mingw64/qt5-static/include/QtDesigner/abstractformwindow.h:47: undefined reference to __imp__ZN28QDesignerFormWindowInterface16staticMetaObjectE' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o: In functionQDesignerFormWindowInterface_DisconnectAboutToUnmanageWidget': ..\src\github.com\therecipe\qt\designer/designer.cpp:1747: undefined reference to __imp__ZN28QDesignerFormWindowInterface21aboutToUnmanageWidgetEP7QWidget' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o:X:/MSYS2/mingw64/qt5-static/include/QtCore/qobject.h:366: undefined reference toimpZN28QDesignerFormWindowInterface16staticMetaObjectE' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function QDesignerFormWindowInterface_AboutToUnmanageWidget': ..\src\github.com\therecipe\qt\designer/designer.cpp:1752: undefined reference toimpZN28QDesignerFormWindowInterface21aboutToUnmanageWidgetEP7QWidget' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function QDesignerFormWindowInterface_DisconnectActivated': ..\src\github.com\therecipe\qt\designer/designer.cpp:1772: undefined reference toimpZN28QDesignerFormWindowInterface9activatedEP7QWidget' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o:X:/MSYS2/mingw64/qt5-static/include/QtCore/qobject.h:366: undefined reference to __imp__ZN28QDesignerFormWindowInterface16staticMetaObjectE' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o: In functionQDesignerFormWindowInterface_Activated': ..\src\github.com\therecipe\qt\designer/designer.cpp:1777: undefined reference to __imp__ZN28QDesignerFormWindowInterface9activatedEP7QWidget' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o: In functionQDesignerFormWindowInterface_ConnectChanged': ..\src\github.com\therecipe\qt\designer/designer.cpp:1787: undefined reference to __imp__ZN28QDesignerFormWindowInterface7changedEv' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o:X:/MSYS2/mingw64/qt5-static/include/QtCore/qobject.h:254: undefined reference toimpZN28QDesignerFormWindowInterface16staticMetaObjectE' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function QDesignerFormWindowInterface_DisconnectChanged': ..\src\github.com\therecipe\qt\designer/designer.cpp:1792: undefined reference toimpZN28QDesignerFormWindowInterface7changedEv' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o:X:/MSYS2/mingw64/qt5-static/include/QtCore/qobject.h:366: undefined reference to __imp__ZN28QDesignerFormWindowInterface16staticMetaObjectE' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o: In functionQDesignerFormWindowInterface_Changed': ..\src\github.com\therecipe\qt\designer/designer.cpp:1797: undefined reference to __imp__ZN28QDesignerFormWindowInterface7changedEv' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o: In functionQDesignerFormWindowInterface_ConnectFeatureChanged': ..\src\github.com\therecipe\qt\designer/designer.cpp:1812: undefined reference to __imp__ZN28QDesignerFormWindowInterface14featureChangedE6QFlagsINS_11FeatureFlagEE' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o:X:/MSYS2/mingw64/qt5-static/include/QtCore/qobject.h:254: undefined reference toimpZN28QDesignerFormWindowInterface16staticMetaObjectE' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function QDesignerFormWindowInterface_DisconnectFeatureChanged': ..\src\github.com\therecipe\qt\designer/designer.cpp:1817: undefined reference toimpZN28QDesignerFormWindowInterface14featureChangedE6QFlagsINS_11FeatureFlagEE' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o:X:/MSYS2/mingw64/qt5-static/include/QtCore/qobject.h:366: undefined reference to __imp__ZN28QDesignerFormWindowInterface16staticMetaObjectE' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o: In functionQDesignerFormWindowInterface_FeatureChanged': ..\src\github.com\therecipe\qt\designer/designer.cpp:1822: undefined reference to __imp__ZN28QDesignerFormWindowInterface14featureChangedE6QFlagsINS_11FeatureFlagEE' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o: In functionQDesignerFormWindowInterface_ConnectFileNameChanged': ..\src\github.com\therecipe\qt\designer/designer.cpp:1827: undefined reference to __imp__ZN28QDesignerFormWindowInterface15fileNameChangedERK7QString' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o:X:/MSYS2/mingw64/qt5-static/include/QtCore/qobject.h:254: undefined reference toimpZN28QDesignerFormWindowInterface16staticMetaObjectE' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function QDesignerFormWindowInterface_DisconnectFileNameChanged': ..\src\github.com\therecipe\qt\designer/designer.cpp:1832: undefined reference toimpZN28QDesignerFormWindowInterface15fileNameChangedERK7QString' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o:X:/MSYS2/mingw64/qt5-static/include/QtCore/qobject.h:366: undefined reference to __imp__ZN28QDesignerFormWindowInterface16staticMetaObjectE' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o: In functionQDesignerFormWindowInterface_FileNameChanged': ..\src\github.com\therecipe\qt\designer/designer.cpp:1837: undefined reference to __imp__ZN28QDesignerFormWindowInterface15fileNameChangedERK7QString' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o: In functionQDesignerFormWindowInterface_ConnectGeometryChanged': ..\src\github.com\therecipe\qt\designer/designer.cpp:1842: undefined reference to __imp__ZN28QDesignerFormWindowInterface15geometryChangedEv' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o:X:/MSYS2/mingw64/qt5-static/include/QtCore/qobject.h:254: undefined reference toimpZN28QDesignerFormWindowInterface16staticMetaObjectE' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function QDesignerFormWindowInterface_DisconnectGeometryChanged': ..\src\github.com\therecipe\qt\designer/designer.cpp:1847: undefined reference toimpZN28QDesignerFormWindowInterface15geometryChangedEv' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o:X:/MSYS2/mingw64/qt5-static/include/QtCore/qobject.h:366: undefined reference to __imp__ZN28QDesignerFormWindowInterface16staticMetaObjectE' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o: In functionQDesignerFormWindowInterface_GeometryChanged': ..\src\github.com\therecipe\qt\designer/designer.cpp:1852: undefined reference to __imp__ZN28QDesignerFormWindowInterface15geometryChangedEv' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o: In functionQDesignerFormWindowInterface_DisconnectMainContainerChanged': ..\src\github.com\therecipe\qt\designer/designer.cpp:1872: undefined reference to __imp__ZN28QDesignerFormWindowInterface20mainContainerChangedEP7QWidget' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o:X:/MSYS2/mingw64/qt5-static/include/QtCore/qobject.h:366: undefined reference toimpZN28QDesignerFormWindowInterface16staticMetaObjectE' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function QDesignerFormWindowInterface_MainContainerChanged': ..\src\github.com\therecipe\qt\designer/designer.cpp:1877: undefined reference toimpZN28QDesignerFormWindowInterface20mainContainerChangedEP7QWidget' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function QDesignerFormWindowInterface_ConnectObjectRemoved': ..\src\github.com\therecipe\qt\designer/designer.cpp:1887: undefined reference toimpZN28QDesignerFormWindowInterface13objectRemovedEP7QObject' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o:X:/MSYS2/mingw64/qt5-static/include/QtCore/qobject.h:254: undefined reference to __imp__ZN28QDesignerFormWindowInterface16staticMetaObjectE' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o: In functionQDesignerFormWindowInterface_DisconnectObjectRemoved': ..\src\github.com\therecipe\qt\designer/designer.cpp:1892: undefined reference to __imp__ZN28QDesignerFormWindowInterface13objectRemovedEP7QObject' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o:X:/MSYS2/mingw64/qt5-static/include/QtCore/qobject.h:366: undefined reference toimpZN28QDesignerFormWindowInterface16staticMetaObjectE' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function QDesignerFormWindowInterface_ObjectRemoved': ..\src\github.com\therecipe\qt\designer/designer.cpp:1898: undefined reference toimpZN28QDesignerFormWindowInterface13objectRemovedEP7QObject' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function QDesignerFormWindowInterface_ConnectResourceFilesChanged': ..\src\github.com\therecipe\qt\designer/designer.cpp:1913: undefined reference toimpZN28QDesignerFormWindowInterface20resourceFilesChangedEv' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o:X:/MSYS2/mingw64/qt5-static/include/QtCore/qobject.h:254: undefined reference to __imp__ZN28QDesignerFormWindowInterface16staticMetaObjectE' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o: In functionQDesignerFormWindowInterface_DisconnectResourceFilesChanged': ..\src\github.com\therecipe\qt\designer/designer.cpp:1918: undefined reference to __imp__ZN28QDesignerFormWindowInterface20resourceFilesChangedEv' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o:X:/MSYS2/mingw64/qt5-static/include/QtCore/qobject.h:366: undefined reference toimpZN28QDesignerFormWindowInterface16staticMetaObjectE' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function QDesignerFormWindowInterface_ResourceFilesChanged': ..\src\github.com\therecipe\qt\designer/designer.cpp:1923: undefined reference toimpZN28QDesignerFormWindowInterface20resourceFilesChangedEv' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function QDesignerFormWindowInterface_ConnectSelectionChanged': ..\src\github.com\therecipe\qt\designer/designer.cpp:1933: undefined reference toimpZN28QDesignerFormWindowInterface16selectionChangedEv' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o:X:/MSYS2/mingw64/qt5-static/include/QtCore/qobject.h:254: undefined reference to __imp__ZN28QDesignerFormWindowInterface16staticMetaObjectE' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o: In functionQDesignerFormWindowInterface_DisconnectSelectionChanged': ..\src\github.com\therecipe\qt\designer/designer.cpp:1938: undefined reference to __imp__ZN28QDesignerFormWindowInterface16selectionChangedEv' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o:X:/MSYS2/mingw64/qt5-static/include/QtCore/qobject.h:366: undefined reference toimpZN28QDesignerFormWindowInterface16staticMetaObjectE' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function QDesignerFormWindowInterface_SelectionChanged': ..\src\github.com\therecipe\qt\designer/designer.cpp:1943: undefined reference toimpZN28QDesignerFormWindowInterface16selectionChangedEv' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function QDesignerFormWindowInterface_DisconnectWidgetManaged': ..\src\github.com\therecipe\qt\designer/designer.cpp:2023: undefined reference toimpZN28QDesignerFormWindowInterface13widgetManagedEP7QWidget' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o:X:/MSYS2/mingw64/qt5-static/include/QtCore/qobject.h:366: undefined reference to __imp__ZN28QDesignerFormWindowInterface16staticMetaObjectE' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o: In functionQDesignerFormWindowInterface_WidgetManaged': ..\src\github.com\therecipe\qt\designer/designer.cpp:2028: undefined reference to __imp__ZN28QDesignerFormWindowInterface13widgetManagedEP7QWidget' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o: In functionQDesignerFormWindowInterface_DisconnectWidgetRemoved': ..\src\github.com\therecipe\qt\designer/designer.cpp:2038: undefined reference to __imp__ZN28QDesignerFormWindowInterface13widgetRemovedEP7QWidget' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o:X:/MSYS2/mingw64/qt5-static/include/QtCore/qobject.h:366: undefined reference toimpZN28QDesignerFormWindowInterface16staticMetaObjectE' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function QDesignerFormWindowInterface_WidgetRemoved': ..\src\github.com\therecipe\qt\designer/designer.cpp:2043: undefined reference toimpZN28QDesignerFormWindowInterface13widgetRemovedEP7QWidget' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function QDesignerFormWindowInterface_DisconnectWidgetUnmanaged': ..\src\github.com\therecipe\qt\designer/designer.cpp:2053: undefined reference toimpZN28QDesignerFormWindowInterface15widgetUnmanagedEP7QWidget' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o:X:/MSYS2/mingw64/qt5-static/include/QtCore/qobject.h:366: undefined reference to __imp__ZN28QDesignerFormWindowInterface16staticMetaObjectE' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o: In functionQDesignerFormWindowInterface_WidgetUnmanaged': ..\src\github.com\therecipe\qt\designer/designer.cpp:2058: undefined reference to __imp__ZN28QDesignerFormWindowInterface15widgetUnmanagedEP7QWidget' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o:X:/MSYS2/mingw64/qt5-static/include/QtDesigner/abstractformwindowmanager.h:50: undefined reference toimpZN35QDesignerFormWindowManagerInterface16staticMetaObjectE' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function QDesignerFormWindowManagerInterface_DisconnectActiveFormWindowChanged': ..\src\github.com\therecipe\qt\designer/designer.cpp:2737: undefined reference toimpZN35QDesignerFormWindowManagerInterface23activeFormWindowChangedEP28QDesignerFormWindowInterface' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o:X:/MSYS2/mingw64/qt5-static/include/QtCore/qobject.h:366: undefined reference to __imp__ZN35QDesignerFormWindowManagerInterface16staticMetaObjectE' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o: In functionQDesignerFormWindowManagerInterface_ActiveFormWindowChanged': ..\src\github.com\therecipe\qt\designer/designer.cpp:2742: undefined reference to __imp__ZN35QDesignerFormWindowManagerInterface23activeFormWindowChangedEP28QDesignerFormWindowInterface' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o: In functionQDesignerFormWindowManagerInterface_DisconnectFormWindowAdded': ..\src\github.com\therecipe\qt\designer/designer.cpp:2762: undefined reference to __imp__ZN35QDesignerFormWindowManagerInterface15formWindowAddedEP28QDesignerFormWindowInterface' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o:X:/MSYS2/mingw64/qt5-static/include/QtCore/qobject.h:366: undefined reference toimpZN35QDesignerFormWindowManagerInterface16staticMetaObjectE' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function QDesignerFormWindowManagerInterface_FormWindowAdded': ..\src\github.com\therecipe\qt\designer/designer.cpp:2767: undefined reference toimpZN35QDesignerFormWindowManagerInterface15formWindowAddedEP28QDesignerFormWindowInterface' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function QDesignerFormWindowManagerInterface_DisconnectFormWindowRemoved': ..\src\github.com\therecipe\qt\designer/designer.cpp:2777: undefined reference toimpZN35QDesignerFormWindowManagerInterface17formWindowRemovedEP28QDesignerFormWindowInterface' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o:X:/MSYS2/mingw64/qt5-static/include/QtCore/qobject.h:366: undefined reference to __imp__ZN35QDesignerFormWindowManagerInterface16staticMetaObjectE' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o: In functionQDesignerFormWindowManagerInterface_FormWindowRemoved': ..\src\github.com\therecipe\qt\designer/designer.cpp:2782: undefined reference to __imp__ZN35QDesignerFormWindowManagerInterface17formWindowRemovedEP28QDesignerFormWindowInterface' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o: In functionQDesignerFormWindowManagerInterface_DisconnectFormWindowSettingsChanged': ..\src\github.com\therecipe\qt\designer/designer.cpp:2792: undefined reference to __imp__ZN35QDesignerFormWindowManagerInterface25formWindowSettingsChangedEP28QDesignerFormWindowInterface' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o:X:/MSYS2/mingw64/qt5-static/include/QtCore/qobject.h:366: undefined reference toimpZN35QDesignerFormWindowManagerInterface16staticMetaObjectE' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function QDesignerFormWindowManagerInterface_FormWindowSettingsChanged': ..\src\github.com\therecipe\qt\designer/designer.cpp:2797: undefined reference toimpZN35QDesignerFormWindowManagerInterface25formWindowSettingsChangedEP28QDesignerFormWindowInterface' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o:X:/MSYS2/mingw64/qt5-static/include/QtDesigner/abstractobjectinspector.h:43: undefined reference to __imp__ZN33QDesignerObjectInspectorInterface16staticMetaObjectE' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o:X:\GoCore\GoPath\src\github.com\therecipe\qt\designer/designer.cpp:3165: undefined reference toimpZN33QDesignerObjectInspectorInterfaceD2Ev' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o:X:/MSYS2/mingw64/qt5-static/include/QtDesigner/abstractpropertyeditor.h:44: undefined reference to __imp__ZN32QDesignerPropertyEditorInterface16staticMetaObjectE' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o: In functionQDesignerPropertyEditorInterface_ConnectPropertyChanged': ..\src\github.com\therecipe\qt\designer/designer.cpp:3873: undefined reference to __imp__ZN32QDesignerPropertyEditorInterface15propertyChangedERK7QStringRK8QVariant' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o:X:/MSYS2/mingw64/qt5-static/include/QtCore/qobject.h:254: undefined reference toimpZN32QDesignerPropertyEditorInterface16staticMetaObjectE' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function QDesignerPropertyEditorInterface_DisconnectPropertyChanged': ..\src\github.com\therecipe\qt\designer/designer.cpp:3878: undefined reference toimpZN32QDesignerPropertyEditorInterface15propertyChangedERK7QStringRK8QVariant' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o:X:/MSYS2/mingw64/qt5-static/include/QtCore/qobject.h:366: undefined reference to __imp__ZN32QDesignerPropertyEditorInterface16staticMetaObjectE' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o: In functionQDesignerPropertyEditorInterface_PropertyChanged': ..\src\github.com\therecipe\qt\designer/designer.cpp:3883: undefined reference to __imp__ZN32QDesignerPropertyEditorInterface15propertyChangedERK7QStringRK8QVariant' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o:X:\GoCore\GoPath\src\github.com\therecipe\qt\designer/designer.cpp:3775: undefined reference toimpZN32QDesignerPropertyEditorInterfaceD2Ev' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o:X:/MSYS2/mingw64/qt5-static/include/QtDesigner/abstractwidgetbox.h:48: undefined reference to __imp__ZN27QDesignerWidgetBoxInterface16staticMetaObjectE' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o:X:/MSYS2/mingw64/qt5-static/include/QtDesigner/default_extensionfactory.h:45: undefined reference toimpZN17QExtensionFactory16staticMetaObjectE' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function QExtensionFactory_ExtensionManager': ..\src\github.com\therecipe\qt\designer/designer.cpp:5242: undefined reference toimpZNK17QExtensionFactory16extensionManagerEv' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function QExtensionFactory_CreateExtensionDefault': ..\src\github.com\therecipe\qt\designer/designer.cpp:5259: undefined reference toimpZNK17QExtensionFactory15createExtensionEP7QObjectRK7QStringS1' ..\src\github.com\therecipe\qt\designer/designer.cpp:5261: undefined reference to `impZNK17QExtensionFactory15createExtensionEP7QObjectRK7QStringS1' ..\src\github.com\therecipe\qt\designer/designer.cpp:5263: undefined reference to __imp__ZNK17QExtensionFactory15createExtensionEP7QObjectRK7QStringS1_' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o: In functionQExtensionFactory_ExtensionDefault': ..\src\github.com\therecipe\qt\designer/designer.cpp:5281: undefined reference to __imp__ZNK17QExtensionFactory9extensionEP7QObjectRK7QString' ..\src\github.com\therecipe\qt\designer/designer.cpp:5283: undefined reference toimpZNK17QExtensionFactory9extensionEP7QObjectRK7QString' ..\src\github.com\therecipe\qt\designer/designer.cpp:5285: undefined reference to __imp__ZNK17QExtensionFactory9extensionEP7QObjectRK7QString' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o: In functionQExtensionFactory_MetaObjectDefault': ..\src\github.com\therecipe\qt\designer/designer.cpp:5296: undefined reference to __imp__ZNK17QExtensionFactory10metaObjectEv' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o:X:/MSYS2/mingw64/qt5-static/include/QtDesigner/qextensionmanager.h:42: undefined reference toimpZN17QExtensionManager16staticMetaObjectE' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o:X:\GoCore\GoPath\src\github.com\therecipe\qt\designer/designer.cpp:5813: undefined reference to __imp__ZN12QFormBuilderC2Ev' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o: In functionQFormBuilder_AddPluginPath': ..\src\github.com\therecipe\qt\designer/designer.cpp:5826: undefined reference to __imp__ZN12QFormBuilder13addPluginPathERK7QString' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o: In functionQFormBuilder_ClearPluginPaths': ..\src\github.com\therecipe\qt\designer/designer.cpp:5831: undefined reference to __imp__ZN12QFormBuilder16clearPluginPathsEv' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o: In functionQFormBuilder_CustomWidgets': ..\src\github.com\therecipe\qt\designer/designer.cpp:5852: undefined reference to __imp__ZNK12QFormBuilder13customWidgetsEv' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o: In functionQDesignerFormWindowInterface_ActivateResourceFilePathsDefault': ..\src\github.com\therecipe\qt\designer/designer.cpp:1762: undefined reference to __imp__ZN28QDesignerFormWindowInterface25activateResourceFilePathsERK11QStringListPiP7QString' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o: In functionQDesignerFormWindowInterface_ActiveResourceFilePaths': ..\src\github.com\therecipe\qt\designer/designer.cpp:2139: undefined reference to __imp__ZNK28QDesignerFormWindowInterface23activeResourceFilePathsEv' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o: In functionQFormBuilder_SetPluginPath': ..\src\github.com\therecipe\qt\designer/designer.cpp:5836: undefined reference to __imp__ZN12QFormBuilder13setPluginPathERK11QStringList' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o: In functionQFormBuilder_PluginPaths': ..\src\github.com\therecipe\qt\designer/designer.cpp:5857: undefined reference to __imp__ZNK12QFormBuilder11pluginPathsEv' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o: In functionint qRegisterNormalizedMetaType<MyQDesignerActionEditorInterface*>(QByteArray const&, MyQDesignerActionEditorInterface, QtPrivate::MetaTypeDefinedHelper<MyQDesignerActionEditorInterface, QMetaTypeId2<MyQDesignerActionEditorInterface>::Defined&&(!QMetaTypeId2<MyQDesignerActionEditorInterface>::IsBuiltIn)>::DefinedType)': X:/MSYS2/mingw64/qt5-static/include/QtCore/qmetatype.h:1747: undefined reference to __imp__ZN30QDesignerActionEditorInterface16staticMetaObjectE' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o:X:\GoCore\GoPath\src\github.com\therecipe\qt\designer/designer.cpp:247: undefined reference toimpZN30QDesignerActionEditorInterfaceC2EP7QWidget6QFlagsIN2Qt10WindowTypeEE' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function `int qRegisterNormalizedMetaType<MyQDesignerActionEditorInterface>(QByteArray const&, MyQDesignerActionEditorInterface, QtPrivate::MetaTypeDefinedHelper<MyQDesignerActionEditorInterface, QMetaTypeId2<MyQDesignerActionEditorInterface>::Defined&&(!QMetaTypeId2<MyQDesignerActionEditorInterface>::IsBuiltIn)>::DefinedType)': X:/MSYS2/mingw64/qt5-static/include/QtCore/qmetatype.h:1747: undefined reference to __imp__ZN30QDesignerActionEditorInterface16staticMetaObjectE' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o:X:\GoCore\GoPath\src\github.com\therecipe\qt\designer/designer.cpp:247: undefined reference toimpZN30QDesignerActionEditorInterfaceD2Ev' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function `int qRegisterNormalizedMetaType<MyQDesignerFormEditorInterface>(QByteArray const&, MyQDesignerFormEditorInterface, QtPrivate::MetaTypeDefinedHelper<MyQDesignerFormEditorInterface, QMetaTypeId2<MyQDesignerFormEditorInterface>::Defined&&(!QMetaTypeId2<MyQDesignerFormEditorInterface>::IsBuiltIn)>::DefinedType)': X:/MSYS2/mingw64/qt5-static/include/QtCore/qmetatype.h:1747: undefined reference to __imp__ZN28QDesignerFormEditorInterface16staticMetaObjectE' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o: In functionint qRegisterNormalizedMetaType<MyQDesignerFormWindowInterface>(QByteArray const&, MyQDesignerFormWindowInterface, QtPrivate::MetaTypeDefinedHelper<MyQDesignerFormWindowInterface, QMetaTypeId2<MyQDesignerFormWindowInterface>::Defined&&(!QMetaTypeId2<MyQDesignerFormWindowInterface>::IsBuiltIn)>::DefinedType)': X:/MSYS2/mingw64/qt5-static/include/QtCore/qmetatype.h:1747: undefined reference to __imp__ZN28QDesignerFormWindowInterface16staticMetaObjectE' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o: In functionQDesignerFormWindowManagerInterface_ConnectActiveFormWindowChanged': ..\src\github.com\therecipe\qt\designer/designer.cpp:2732: undefined reference to __imp__ZN35QDesignerFormWindowManagerInterface23activeFormWindowChangedEP28QDesignerFormWindowInterface' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o:X:/MSYS2/mingw64/qt5-static/include/QtCore/qobject.h:254: undefined reference toimpZN35QDesignerFormWindowManagerInterface16staticMetaObjectE' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function QDesignerFormWindowManagerInterface_ConnectFormWindowRemoved': ..\src\github.com\therecipe\qt\designer/designer.cpp:2772: undefined reference toimpZN35QDesignerFormWindowManagerInterface17formWindowRemovedEP28QDesignerFormWindowInterface' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o:X:/MSYS2/mingw64/qt5-static/include/QtCore/qobject.h:254: undefined reference to __imp__ZN35QDesignerFormWindowManagerInterface16staticMetaObjectE' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o: In functionQDesignerFormWindowManagerInterface_ConnectFormWindowAdded': ..\src\github.com\therecipe\qt\designer/designer.cpp:2757: undefined reference to __imp__ZN35QDesignerFormWindowManagerInterface15formWindowAddedEP28QDesignerFormWindowInterface' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o:X:/MSYS2/mingw64/qt5-static/include/QtCore/qobject.h:254: undefined reference toimpZN35QDesignerFormWindowManagerInterface16staticMetaObjectE' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function QDesignerFormWindowManagerInterface_ConnectFormWindowSettingsChanged': ..\src\github.com\therecipe\qt\designer/designer.cpp:2787: undefined reference toimpZN35QDesignerFormWindowManagerInterface25formWindowSettingsChangedEP28QDesignerFormWindowInterface' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o:X:/MSYS2/mingw64/qt5-static/include/QtCore/qobject.h:254: undefined reference to __imp__ZN35QDesignerFormWindowManagerInterface16staticMetaObjectE' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o: In functionint qRegisterNormalizedMetaType<MyQDesignerFormWindowManagerInterface>(QByteArray const&, MyQDesignerFormWindowManagerInterface, QtPrivate::MetaTypeDefinedHelper<MyQDesignerFormWindowManagerInterface, QMetaTypeId2<MyQDesignerFormWindowManagerInterface>::Defined&&(!QMetaTypeId2<MyQDesignerFormWindowManagerInterface>::IsBuiltIn)>::DefinedType)': X:/MSYS2/mingw64/qt5-static/include/QtCore/qmetatype.h:1747: undefined reference to __imp__ZN35QDesignerFormWindowManagerInterface16staticMetaObjectE' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o: In functionint qRegisterNormalizedMetaType<MyQDesignerObjectInspectorInterface>(QByteArray const&, MyQDesignerObjectInspectorInterface, QtPrivate::MetaTypeDefinedHelper<MyQDesignerObjectInspectorInterface, QMetaTypeId2<MyQDesignerObjectInspectorInterface>::Defined&&(!QMetaTypeId2<MyQDesignerObjectInspectorInterface>::IsBuiltIn)>::DefinedType)': X:/MSYS2/mingw64/qt5-static/include/QtCore/qmetatype.h:1747: undefined reference to __imp__ZN33QDesignerObjectInspectorInterface16staticMetaObjectE' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o:X:\GoCore\GoPath\src\github.com\therecipe\qt\designer/designer.cpp:3163: undefined reference toimpZN33QDesignerObjectInspectorInterfaceC2EP7QWidget6QFlagsIN2Qt10WindowTypeEE' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function `int qRegisterNormalizedMetaType<MyQDesignerObjectInspectorInterface>(QByteArray const&, MyQDesignerObjectInspectorInterface, QtPrivate::MetaTypeDefinedHelper<MyQDesignerObjectInspectorInterface, QMetaTypeId2<MyQDesignerObjectInspectorInterface>::Defined&&(!QMetaTypeId2<MyQDesignerObjectInspectorInterface>::IsBuiltIn)>::DefinedType)': X:/MSYS2/mingw64/qt5-static/include/QtCore/qmetatype.h:1747: undefined reference to __imp__ZN33QDesignerObjectInspectorInterface16staticMetaObjectE' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o:X:\GoCore\GoPath\src\github.com\therecipe\qt\designer/designer.cpp:3163: undefined reference toimpZN33QDesignerObjectInspectorInterfaceD2Ev' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function `int qRegisterNormalizedMetaType<MyQDesignerPropertyEditorInterface>(QByteArray const&, MyQDesignerPropertyEditorInterface, QtPrivate::MetaTypeDefinedHelper<MyQDesignerPropertyEditorInterface, QMetaTypeId2<MyQDesignerPropertyEditorInterface>::Defined&&(!QMetaTypeId2<MyQDesignerPropertyEditorInterface>::IsBuiltIn)>::DefinedType)': X:/MSYS2/mingw64/qt5-static/include/QtCore/qmetatype.h:1747: undefined reference to __imp__ZN32QDesignerPropertyEditorInterface16staticMetaObjectE' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o:X:\GoCore\GoPath\src\github.com\therecipe\qt\designer/designer.cpp:3770: undefined reference toimpZN32QDesignerPropertyEditorInterfaceC2EP7QWidget6QFlagsIN2Qt10WindowTypeEE' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function `int qRegisterNormalizedMetaType<MyQDesignerPropertyEditorInterface>(QByteArray const&, MyQDesignerPropertyEditorInterface, QtPrivate::MetaTypeDefinedHelper<MyQDesignerPropertyEditorInterface, QMetaTypeId2<MyQDesignerPropertyEditorInterface>::Defined&&(!QMetaTypeId2<MyQDesignerPropertyEditorInterface>::IsBuiltIn)>::DefinedType)': X:/MSYS2/mingw64/qt5-static/include/QtCore/qmetatype.h:1747: undefined reference to __imp__ZN32QDesignerPropertyEditorInterface16staticMetaObjectE' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o:X:\GoCore\GoPath\src\github.com\therecipe\qt\designer/designer.cpp:3770: undefined reference toimpZN32QDesignerPropertyEditorInterfaceD2Ev' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function `int qRegisterNormalizedMetaType<MyQDesignerWidgetBoxInterface>(QByteArray const&, MyQDesignerWidgetBoxInterface, QtPrivate::MetaTypeDefinedHelper<MyQDesignerWidgetBoxInterface, QMetaTypeId2<MyQDesignerWidgetBoxInterface>::Defined&&(!QMetaTypeId2<MyQDesignerWidgetBoxInterface>::IsBuiltIn)>::DefinedType)': X:/MSYS2/mingw64/qt5-static/include/QtCore/qmetatype.h:1747: undefined reference to __imp__ZN27QDesignerWidgetBoxInterface16staticMetaObjectE' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o: In functionint qRegisterNormalizedMetaType<MyQExtensionFactory>(QByteArray const&, MyQExtensionFactory, QtPrivate::MetaTypeDefinedHelper<MyQExtensionFactory, QMetaTypeId2<MyQExtensionFactory>::Defined&&(!QMetaTypeId2<MyQExtensionFactory>::IsBuiltIn)>::DefinedType)': X:/MSYS2/mingw64/qt5-static/include/QtCore/qmetatype.h:1747: undefined reference to __imp__ZN17QExtensionFactory16staticMetaObjectE' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o: In functionint qRegisterNormalizedMetaType<MyQExtensionManager>(QByteArray const&, MyQExtensionManager, QtPrivate::MetaTypeDefinedHelper<MyQExtensionManager, QMetaTypeId2<MyQExtensionManager>::Defined&&(!QMetaTypeId2<MyQExtensionManager>::IsBuiltIn)>::DefinedType)': X:/MSYS2/mingw64/qt5-static/include/QtCore/qmetatype.h:1747: undefined reference to __imp__ZN17QExtensionManager16staticMetaObjectE' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o:X:\GoCore\GoPath\src\github.com\therecipe\qt\designer/designer.cpp:5498: undefined reference toimpZN17QExtensionManagerC2EP7QObject' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function `int qRegisterNormalizedMetaType<MyQExtensionManager>(QByteArray const&, MyQExtensionManager, QtPrivate::MetaTypeDefinedHelper<MyQExtensionManager, QMetaTypeId2<MyQExtensionManager>::Defined&&(!QMetaTypeId2<MyQExtensionManager>::IsBuiltIn)>::DefinedType)': X:/MSYS2/mingw64/qt5-static/include/QtCore/qmetatype.h:1747: undefined reference to __imp__ZN17QExtensionManager16staticMetaObjectE' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o:X:\GoCore\GoPath\src\github.com\therecipe\qt\designer/designer.cpp:5498: undefined reference toimpZN17QExtensionManagerD2Ev' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function QDesignerFormWindowInterface_ConnectAboutToUnmanageWidget': ..\src\github.com\therecipe\qt\designer/designer.cpp:1742: undefined reference toimpZN28QDesignerFormWindowInterface21aboutToUnmanageWidgetEP7QWidget' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function QDesignerFormWindowInterface_ConnectMainContainerChanged': ..\src\github.com\therecipe\qt\designer/designer.cpp:1867: undefined reference toimpZN28QDesignerFormWindowInterface20mainContainerChangedEP7QWidget' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function QDesignerFormWindowInterface_ConnectWidgetManaged': ..\src\github.com\therecipe\qt\designer/designer.cpp:2018: undefined reference toimpZN28QDesignerFormWindowInterface13widgetManagedEP7QWidget' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function QDesignerFormWindowInterface_ConnectWidgetRemoved': ..\src\github.com\therecipe\qt\designer/designer.cpp:2033: undefined reference toimpZN28QDesignerFormWindowInterface13widgetRemovedEP7QWidget' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o:X:/MSYS2/mingw64/qt5-static/include/QtCore/qobject.h:254: undefined reference to __imp__ZN28QDesignerFormWindowInterface16staticMetaObjectE' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o: In functionQDesignerFormWindowInterface_ConnectActivated': ..\src\github.com\therecipe\qt\designer/designer.cpp:1767: undefined reference to __imp__ZN28QDesignerFormWindowInterface9activatedEP7QWidget' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o:X:/MSYS2/mingw64/qt5-static/include/QtCore/qobject.h:254: undefined reference toimpZN28QDesignerFormWindowInterface16staticMetaObjectE' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function QDesignerFormWindowInterface_ConnectWidgetUnmanaged': ..\src\github.com\therecipe\qt\designer/designer.cpp:2048: undefined reference toimpZN28QDesignerFormWindowInterface15widgetUnmanagedEP7QWidget' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o:X:/MSYS2/mingw64/qt5-static/include/QtCore/qobject.h:254: undefined reference to __imp__ZN28QDesignerFormWindowInterface16staticMetaObjectE' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o:X:\GoCore\GoPath\src\github.com\therecipe\qt\designer/designer.cpp:5205: undefined reference toimpZN17QExtensionFactoryC2EP17QExtensionManager' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function `int qRegisterNormalizedMetaType<MyQExtensionFactory>(QByteArray const&, MyQExtensionFactory, QtPrivate::MetaTypeDefinedHelper<MyQExtensionFactory, QMetaTypeId2<MyQExtensionFactory>::Defined&&(!QMetaTypeId2<MyQExtensionFactory*>::IsBuiltIn)>::DefinedType)': X:/MSYS2/mingw64/qt5-static/include/QtCore/qmetatype.h:1747: undefined reference to __imp__ZN17QExtensionFactory16staticMetaObjectE' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o: In functionQExtensionManager_RegisterExtensionsDefault': ..\src\github.com\therecipe\qt\designer/designer.cpp:5547: undefined reference to __imp__ZN17QExtensionManager18registerExtensionsEP25QAbstractExtensionFactoryRK7QString' ..\src\github.com\therecipe\qt\designer/designer.cpp:5549: undefined reference toimpZN17QExtensionManager18registerExtensionsEP25QAbstractExtensionFactoryRK7QString' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function QExtensionManager_UnregisterExtensionsDefault': ..\src\github.com\therecipe\qt\designer/designer.cpp:5565: undefined reference toimpZN17QExtensionManager20unregisterExtensionsEP25QAbstractExtensionFactoryRK7QString' ..\src\github.com\therecipe\qt\designer/designer.cpp:5567: undefined reference to __imp__ZN17QExtensionManager20unregisterExtensionsEP25QAbstractExtensionFactoryRK7QString' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o: In functionQExtensionManager_ExtensionDefault': ..\src\github.com\therecipe\qt\designer/designer.cpp:5596: undefined reference to __imp__ZNK17QExtensionManager9extensionEP7QObjectRK7QString' ..\src\github.com\therecipe\qt\designer/designer.cpp:5598: undefined reference toimpZNK17QExtensionManager9extensionEP7QObjectRK7QString' ..\src\github.com\therecipe\qt\designer/designer.cpp:5600: undefined reference to __imp__ZNK17QExtensionManager9extensionEP7QObjectRK7QString' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o: In functionQAbstractFormBuilder_LoadDefault': ..\src\github.com\therecipe\qt\designer/designer.cpp:182: undefined reference to __imp__ZN20QAbstractFormBuilder4loadEP9QIODeviceP7QWidget' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o: In functionQAbstractFormBuilder_SaveDefault': ..\src\github.com\therecipe\qt\designer/designer.cpp:196: undefined reference to __imp__ZN20QAbstractFormBuilder4saveEP9QIODeviceP7QWidget' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o: In functionQDesignerActionEditorInterface_CoreDefault': ..\src\github.com\therecipe\qt\designer/designer.cpp:377: undefined reference to __imp__ZNK30QDesignerActionEditorInterface4coreEv' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o: In functionQDesignerActionEditorInterface_MetaObjectDefault': ..\src\github.com\therecipe\qt\designer/designer.cpp:382: undefined reference to __imp__ZNK30QDesignerActionEditorInterface10metaObjectEv' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o: In functionQDesignerFormEditorInterface_MetaObjectDefault': ..\src\github.com\therecipe\qt\designer/designer.cpp:1278: undefined reference to __imp__ZNK28QDesignerFormEditorInterface10metaObjectEv' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o: In functionQDesignerFormWindowInterface_CoreDefault': ..\src\github.com\therecipe\qt\designer/designer.cpp:2079: undefined reference to __imp__ZNK28QDesignerFormWindowInterface4coreEv' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o: In functionQDesignerFormWindowInterface_MetaObjectDefault': ..\src\github.com\therecipe\qt\designer/designer.cpp:2179: undefined reference to __imp__ZNK28QDesignerFormWindowInterface10metaObjectEv' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o: In functionQDesignerFormWindowManagerInterface_MetaObjectDefault': ..\src\github.com\therecipe\qt\designer/designer.cpp:2863: undefined reference to __imp__ZNK35QDesignerFormWindowManagerInterface10metaObjectEv' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o: In functionQDesignerObjectInspectorInterface_CoreDefault': ..\src\github.com\therecipe\qt\designer/designer.cpp:3281: undefined reference to __imp__ZNK33QDesignerObjectInspectorInterface4coreEv' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o: In functionQDesignerObjectInspectorInterface_MetaObjectDefault': ..\src\github.com\therecipe\qt\designer/designer.cpp:3286: undefined reference to __imp__ZNK33QDesignerObjectInspectorInterface10metaObjectEv' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o: In functionQDesignerPropertyEditorInterface_CoreDefault': ..\src\github.com\therecipe\qt\designer/designer.cpp:3919: undefined reference to __imp__ZNK32QDesignerPropertyEditorInterface4coreEv' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o: In functionQDesignerPropertyEditorInterface_MetaObjectDefault': ..\src\github.com\therecipe\qt\designer/designer.cpp:3939: undefined reference to __imp__ZNK32QDesignerPropertyEditorInterface10metaObjectEv' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o: In functionQDesignerWidgetBoxInterface_MetaObjectDefault': ..\src\github.com\therecipe\qt\designer/designer.cpp:4715: undefined reference to __imp__ZNK27QDesignerWidgetBoxInterface10metaObjectEv' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o: In functionQExtensionManager_MetaObjectDefault': ..\src\github.com\therecipe\qt\designer/designer.cpp:5611: undefined reference to __imp__ZNK17QExtensionManager10metaObjectEv' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o: In functionMyQExtensionManager::~MyQExtensionManager()': ..\src\github.com\therecipe\qt\designer/designer.cpp:5501: undefined reference to __imp__ZN17QExtensionManagerD2Ev' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o:X:\GoCore\GoPath\src\github.com\therecipe\qt\designer/designer.cpp:5501: undefined reference toimpZN17QExtensionManagerD2Ev' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function MyQAbstractFormBuilder::~MyQAbstractFormBuilder()': ..\src\github.com\therecipe\qt\designer/designer.cpp:164: undefined reference toimpZN20QAbstractFormBuilderD2Ev' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o:X:\GoCore\GoPath\src\github.com\therecipe\qt\designer/designer.cpp:164: undefined reference to __imp__ZN20QAbstractFormBuilderD2Ev' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o: In functionMyQFormBuilder::~MyQFormBuilder()': ..\src\github.com\therecipe\qt\designer/designer.cpp:5814: undefined reference to __imp__ZN12QFormBuilderD2Ev' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o:X:\GoCore\GoPath\src\github.com\therecipe\qt\designer/designer.cpp:5814: undefined reference toimpZN12QFormBuilderD2Ev' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function MyQDesignerActionEditorInterface::~MyQDesignerActionEditorInterface()': ..\src\github.com\therecipe\qt\designer/designer.cpp:251: undefined reference toimpZN30QDesignerActionEditorInterfaceD2Ev' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o:X:\GoCore\GoPath\src\github.com\therecipe\qt\designer/designer.cpp:251: undefined reference to __imp__ZN30QDesignerActionEditorInterfaceD2Ev' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o: In functionMyQDesignerFormEditorInterface::~MyQDesignerFormEditorInterface()': ..\src\github.com\therecipe\qt\designer/designer.cpp:1143: undefined reference to __imp__ZN28QDesignerFormEditorInterfaceD2Ev' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o:X:\GoCore\GoPath\src\github.com\therecipe\qt\designer/designer.cpp:1143: undefined reference toimpZN28QDesignerFormEditorInterfaceD2Ev' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function MyQDesignerObjectInspectorInterface::~MyQDesignerObjectInspectorInterface()': ..\src\github.com\therecipe\qt\designer/designer.cpp:3165: undefined reference toimpZN33QDesignerObjectInspectorInterfaceD2Ev' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o:X:\GoCore\GoPath\src\github.com\therecipe\qt\designer/designer.cpp:3165: undefined reference to __imp__ZN33QDesignerObjectInspectorInterfaceD2Ev' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o: In functionMyQDesignerPropertyEditorInterface::~MyQDesignerPropertyEditorInterface()': ..\src\github.com\therecipe\qt\designer/designer.cpp:3775: undefined reference to __imp__ZN32QDesignerPropertyEditorInterfaceD2Ev' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o:X:\GoCore\GoPath\src\github.com\therecipe\qt\designer/designer.cpp:3775: undefined reference toimpZN32QDesignerPropertyEditorInterfaceD2Ev' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o:designer.cpp:(.text$_ZThn16_N19MyQExtensionManagerD1Ev[_ZThn16_N19MyQExtensionManagerD1Ev]+0x30): undefined reference to __imp__ZN17QExtensionManagerD2Ev' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o:designer.cpp:(.text$_ZThn16_N34MyQDesignerPropertyEditorInterfaceD1Ev[_ZThn16_N34MyQDesignerPropertyEditorInterfaceD1Ev]+0x30): undefined reference toimpZN32QDesignerPropertyEditorInterfaceD2Ev' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o:designer.cpp:(.text$_ZThn16_N35MyQDesignerObjectInspectorInterfaceD1Ev[_ZThn16_N35MyQDesignerObjectInspectorInterfaceD1Ev]+0x30): undefined reference to __imp__ZN33QDesignerObjectInspectorInterfaceD2Ev' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o:designer.cpp:(.text$_ZThn16_N32MyQDesignerActionEditorInterfaceD1Ev[_ZThn16_N32MyQDesignerActionEditorInterfaceD1Ev]+0x30): undefined reference toimpZN30QDesignerActionEditorInterfaceD2Ev' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o:designer.cpp:(.text$_ZThn16_N35MyQDesignerObjectInspectorInterfaceD0Ev[_ZThn16_N35MyQDesignerObjectInspectorInterfaceD0Ev]+0x2a): undefined reference to __imp__ZN33QDesignerObjectInspectorInterfaceD2Ev' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o:designer.cpp:(.text$_ZThn16_N19MyQExtensionManagerD0Ev[_ZThn16_N19MyQExtensionManagerD0Ev]+0x2a): undefined reference toimpZN17QExtensionManagerD2Ev' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o:designer.cpp:(.text$_ZThn16_N34MyQDesignerPropertyEditorInterfaceD0Ev[_ZThn16_N34MyQDesignerPropertyEditorInterfaceD0Ev]+0x2a): undefined reference to __imp__ZN32QDesignerPropertyEditorInterfaceD2Ev' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o:designer.cpp:(.text$_ZThn16_N32MyQDesignerActionEditorInterfaceD0Ev[_ZThn16_N32MyQDesignerActionEditorInterfaceD0Ev]+0x2a): undefined reference toimpZN30QDesignerActionEditorInterfaceD2Ev' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function QMetaTypeIdQObject<QDesignerActionEditorInterface*, 8>::qt_metatype_id()': X:/MSYS2/mingw64/qt5-static/include/QtCore/qmetatype.h:1832: undefined reference toimpZN30QDesignerActionEditorInterface16staticMetaObjectE' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function QMetaTypeIdQObject<QDesignerFormEditorInterface*, 8>::qt_metatype_id()': X:/MSYS2/mingw64/qt5-static/include/QtCore/qmetatype.h:1832: undefined reference toimpZN28QDesignerFormEditorInterface16staticMetaObjectE' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function MyQDesignerFormEditorInterface::MyQDesignerFormEditorInterface(QObject*)': ..\src\github.com\therecipe\qt\designer/designer.cpp:1142: undefined reference toimpZN28QDesignerFormEditorInterfaceC2EP7QObject' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function int qRegisterNormalizedMetaType<MyQDesignerFormEditorInterface*>(QByteArray const&, MyQDesignerFormEditorInterface**, QtPrivate::MetaTypeDefinedHelper<MyQDesignerFormEditorInterface*, QMetaTypeId2<MyQDesignerFormEditorInterface*>::Defined&&(!QMetaTypeId2<MyQDesignerFormEditorInterface*>::IsBuiltIn)>::DefinedType)': X:/MSYS2/mingw64/qt5-static/include/QtCore/qmetatype.h:1747: undefined reference toimpZN28QDesignerFormEditorInterface16staticMetaObjectE' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function MyQDesignerFormEditorInterface::MyQDesignerFormEditorInterface(QObject*)': ..\src\github.com\therecipe\qt\designer/designer.cpp:1142: undefined reference toimpZN28QDesignerFormEditorInterfaceD2Ev' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function QMetaTypeIdQObject<QDesignerFormWindowInterface*, 8>::qt_metatype_id()': X:/MSYS2/mingw64/qt5-static/include/QtCore/qmetatype.h:1832: undefined reference toimpZN28QDesignerFormWindowInterface16staticMetaObjectE' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function QMetaTypeIdQObject<QDesignerFormWindowManagerInterface*, 8>::qt_metatype_id()': X:/MSYS2/mingw64/qt5-static/include/QtCore/qmetatype.h:1832: undefined reference toimpZN35QDesignerFormWindowManagerInterface16staticMetaObjectE' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function QMetaTypeIdQObject<QDesignerObjectInspectorInterface*, 8>::qt_metatype_id()': X:/MSYS2/mingw64/qt5-static/include/QtCore/qmetatype.h:1832: undefined reference toimpZN33QDesignerObjectInspectorInterface16staticMetaObjectE' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function QMetaTypeIdQObject<QDesignerPropertyEditorInterface*, 8>::qt_metatype_id()': X:/MSYS2/mingw64/qt5-static/include/QtCore/qmetatype.h:1832: undefined reference toimpZN32QDesignerPropertyEditorInterface16staticMetaObjectE' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function QMetaTypeIdQObject<QDesignerWidgetBoxInterface*, 8>::qt_metatype_id()': X:/MSYS2/mingw64/qt5-static/include/QtCore/qmetatype.h:1832: undefined reference toimpZN27QDesignerWidgetBoxInterface16staticMetaObjectE' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function QMetaTypeIdQObject<QExtensionFactory*, 8>::qt_metatype_id()': X:/MSYS2/mingw64/qt5-static/include/QtCore/qmetatype.h:1832: undefined reference toimpZN17QExtensionFactory16staticMetaObjectE' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function QMetaTypeIdQObject<QExtensionManager*, 8>::qt_metatype_id()': X:/MSYS2/mingw64/qt5-static/include/QtCore/qmetatype.h:1832: undefined reference toimpZN17QExtensionManager16staticMetaObjectE' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function QMetaObject::Connection QObject::connect<void (QDesignerFormWindowInterface::*)(QWidget*), void (MyQDesignerFormWindowInterface::*)(QWidget*)>(QtPrivate::FunctionPointer<void (QDesignerFormWindowInterface::*)(QWidget*)>::Object const*, void (QDesignerFormWindowInterface::*)(QWidget*), QtPrivate::FunctionPointer<void (MyQDesignerFormWindowInterface::*)(QWidget*)>::Object const*, void (MyQDesignerFormWindowInterface::*)(QWidget*), Qt::ConnectionType)': X:/MSYS2/mingw64/qt5-static/include/QtCore/qobject.h:254: undefined reference toimpZN28QDesignerFormWindowInterface16staticMetaObjectE' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o:designer.cpp:(.text$_ZThn16_N19MyQExtensionFactoryD1Ev[_ZThn16_N19MyQExtensionFactoryD1Ev]+0xb): undefined reference to __imp__ZTV17QExtensionFactory' Y:\AppData\Local\Temp\go-build075766058\b001\_x004.o:designer.cpp:(.text$_ZThn16_N19MyQExtensionFactoryD0Ev[_ZThn16_N19MyQExtensionFactoryD0Ev]+0xb): undefined reference toimpZTV17QExtensionFactory' Y:\AppData\Local\Temp\go-build075766058\b001_x004.o: In function QExtensionFactory::~QExtensionFactory()': X:/MSYS2/mingw64/qt5-static/include/QtDesigner/default_extensionfactory.h:43: undefined reference toimpZTV17QExtensionFactory' collect2.exe: error: ld returned 1 exit status

github.com/therecipe/qt/designer

In file included from designer.cpp:23: X:/MSYS2/mingw64/qt5-static/include/QtDesigner/QDesignerCustomWidgetCollectionInterface:4:4: warning: #warning Header <QtDesigner/QDesignerCustomWidgetCollectionInterface> is deprecated. Please include <QtUiPlugin/QDesignerCustomWidgetCollectionInterface> instead. [-Wcpp]

warning Header <QtDesigner/QDesignerCustomWidgetCollectionInterface> is deprecated. Please include <QtUiPlugin/QDesignerCustomWidgetCollectionInterface> instead.

^~~~~~~

In file included from designer.cpp:24: X:/MSYS2/mingw64/qt5-static/include/QtDesigner/QDesignerCustomWidgetInterface:4:4: warning: #warning Header <QtDesigner/QDesignerCustomWidgetInterface> is deprecated. Please include <QtUiPlugin/QDesignerCustomWidgetInterface> instead. [-Wcpp]

warning Header <QtDesigner/QDesignerCustomWidgetInterface> is deprecated. Please include <QtUiPlugin/QDesignerCustomWidgetInterface> instead.

^~~~~~~

Routine continue, with one more error for qt/gamepad, then the famous g++ windows error occur on first testing :

time="2019-04-08T11:43:21+02:00" level=info msg="installing full qt/scxml " time="2019-04-08T11:43:40+02:00" level=info msg="installing full qt/gamepad " github.com/therecipe/qt/gamepad

github.com/therecipe/qt/gamepad

g++: error: X:/MSYS2/mingw64/lib/libSDL2main.a: No such file or directory g++: error: X:/MSYS2/mingw64/lib/libSDL2.a: No such file or directory

time="2019-04-08T11:43:50+02:00" level=info msg="installing full qt/datavisualization [GPLv3]" time="2019-04-08T11:44:52+02:00" level=info msg="installing full qt/charts [GPLv3]" time="2019-04-08T11:46:33+02:00" level=info msg="installing full qt/speech " time="2019-04-08T11:46:48+02:00" level=info msg="installing full qt/quickcontrols2 " time="2019-04-08T11:47:05+02:00" level=info msg="installing full qt/sailfish " time="2019-04-08T11:47:05+02:00" level=info msg="installing full qt/remoteobjects " time="2019-04-08T11:47:23+02:00" level=warning msg="failed to install:" time="2019-04-08T11:47:23+02:00" level=warning msg=designer time="2019-04-08T11:47:23+02:00" level=warning msg=gamepad time="2019-04-08T11:47:23+02:00" level=info msg="running: 'qtsetup test windows' [docker=false] [vagrant=false]" time="2019-04-08T11:47:23+02:00" level=info msg="testing qml\application" github.com/therecipe/qt/core github.com/therecipe/qt/qml github.com/therecipe/qt/gui github.com/therecipe/qt/internal/examples/qml/application

github.com/therecipe/qt/internal/examples/qml/application

X:\GoCore\GoRoot\pkg\tool\windows_amd64\link.exe: running g++ failed: fork/exec X:\MSYS2\mingw64\bin\g++.exe: Nom de fichier ou extension trop long.

I am in a situation where I absolutely have to build a static application with windows 7. 
I tried to compile the application that compiled normally with the dynamic method but using qtdeploy as indicated instead of go build: (still in mingw64 shell)

qtdeploy build desktop X:\Dev\Github\MyRepository\MyApp

/X/Dev/Github/MyRepository/MyApp/Libs

Libs\QtGUI.go:19:17: undefined: widgets.QWidget Libs\QtGUI.go:42:47: undefined: widgets.QTableWidget Libs\QtGUI.go:53:2: undefined: widgets.NewQApplication Libs\QtGUI.go:57:2: undefined: widgets.QApplication_Exec Libs\QtGUI.go:60:16: undefined: widgets.QWidget Libs\QtGUI.go:187:41: undefined: widgets.QTableWidget Libs\QtGUI.go:191:43: undefined: widgets.QTableWidget Libs\QtGUI.go:195:39: undefined: widgets.QTableWidget Libs\QtGUI.go:285:28: undefined: widgets.QTableWidget Libs\QtGUI.go:311:24: undefined: widgets.QTableWidget Libs\QtGUI.go:19:17: too many errors



Hoping that someone can tell me where I'm wrong or how to fix it, I thank you for your attention.
therecipe commented 5 years ago

Hey

Can you try to apply this patch to your Go installation? After applying you will only need to rebuild the Go toolchain with go install cmd/go cmd/link You can then re-test the setup installation with qtsetup test windows

I will look into the issue in the designer and gamepad modules, but they are probably unrelated to your main issue.

Also please post the log of qtdeploy -debug build desktop X:\\Dev\\Github\\MyRepository\\MyApp after you patched you Go installation.

0xAnarz commented 5 years ago

Hey, thanks for your fast answer.

I applied the patch ( patchd.zip in case you want to check that I did it like it should) and "go install cmd/go cmd/link" did not return any errors.

Here the output for the qtsetup test windows (from MinGW shell) :

# .//qtsetup.exe test windows
time="2019-04-09T08:54:52+02:00" level=info msg="running: 'qtsetup test windows' [docker=false] [vagrant=false]"
time="2019-04-09T08:54:52+02:00" level=info msg="testing qml\\application"
time="2019-04-09T08:55:52+02:00" level=info msg="testing qml\\drawer_nav_x"
time="2019-04-09T08:56:43+02:00" level=error msg="failed to run command" _func=RunCmd cmd="go build -p 8 -v -ldflags=all=\"-s\" \"-w\" \"-H=windowsgui\" -o X:\\GoCore\\GoPath\\src\\github.com\\therecipe\\qt\\internal\\examples\\qml\\drawer_nav_x\\deploy\\windows\\drawer_nav_x.exe -tags=\"minimal\"" dir="X:\\GoCore\\GoPath\\src\\github.com\\therecipe\\qt\\internal\\examples\\qml\\drawer_nav_x" env="/* Is that wall of env values useful for you? */" error="exit status 2" name="build for windows on windows"
github.com/therecipe/qt/quickcontrols2
github.com/therecipe/qt/core
github.com/therecipe/qt/gui
github.com/therecipe/qt/qml
github.com/therecipe/qt/internal/examples/qml/drawer_nav_x
# github.com/therecipe/qt/internal/examples/qml/drawer_nav_x
X:\GoCore\GoRoot\pkg\tool\windows_amd64\link.exe: running g++ failed: fork/exec X:\MSYS2\mingw64\bin\g++.exe: Nom de fichier ou extension trop long.

And the debug for qtdeploy -debug build desktop Path\To\My\App, I skipped all the "go env GOMOD" and "go list" RunCmds for readability reasons and also to avoid walls of env values. No errors occur in these skipped lines. Here is the continuation :


time="2019-04-09T08:58:10+02:00" level=debug msg="analyse for minimal" path="X:\\GoCore\\GoPath\\src\\github.com\\alistanis\\goenc\\encerrors\\errors.go"
time="2019-04-09T08:58:10+02:00" level=debug msg="analyse for minimal" path="X:\\GoCore\\GoPath\\src\\github.com\\alistanis\\goenc\\generate\\generate.go"
time="2019-04-09T08:58:10+02:00" level=debug msg="analyse for minimal" path="X:\\GoCore\\GoPath\\src\\github.com\\alistanis\\goenc\\generate\\generate_test.go"
time="2019-04-09T08:58:10+02:00" level=debug msg="analyse for minimal" path="X:\\Dev\\Github\\MyRepository\\MyApp\\main.go"
time="2019-04-09T08:58:10+02:00" level=debug msg="found 4 files to analyze"
time="2019-04-09T08:58:10+02:00" level=debug msg=parser.LoadModule module=Script
time="2019-04-09T08:58:10+02:00" level=debug msg=parser.LoadModule module=Bluetooth
time="2019-04-09T08:58:10+02:00" level=debug msg=parser.LoadModule module=Charts
time="2019-04-09T08:58:10+02:00" level=debug msg=parser.LoadModule module=Core
time="2019-04-09T08:58:10+02:00" level=debug msg=parser.LoadModule module=TestLib
time="2019-04-09T08:58:10+02:00" level=debug msg=parser.LoadModule module=Gui
time="2019-04-09T08:58:10+02:00" level=debug msg=parser.LoadModule module=Location
time="2019-04-09T08:58:10+02:00" level=debug msg=parser.LoadModule module=QuickControls2
time="2019-04-09T08:58:10+02:00" level=debug msg=parser.LoadModule module=DBus
time="2019-04-09T08:58:10+02:00" level=debug msg=parser.LoadModule module=Network
time="2019-04-09T08:58:10+02:00" level=debug msg=parser.LoadModule module=DataVisualization
time="2019-04-09T08:58:10+02:00" level=debug msg=parser.LoadModule module=Help
time="2019-04-09T08:58:10+02:00" level=debug msg=parser.LoadModule module=PrintSupport
time="2019-04-09T08:58:10+02:00" level=debug msg=parser.LoadModule module=Xml
time="2019-04-09T08:58:10+02:00" level=debug msg=parser.LoadModule module=Svg
time="2019-04-09T08:58:10+02:00" level=debug msg=Execute _func=RunCmd cmd="go env GOMOD" dir= env= name=GOMOD
time="2019-04-09T08:58:10+02:00" level=debug msg=parser.LoadModule module=Sailfish
time="2019-04-09T08:58:10+02:00" level=debug msg=parser.LoadModule module=WinExtras
time="2019-04-09T08:58:10+02:00" level=debug msg=parser.LoadModule module=Multimedia
time="2019-04-09T08:58:10+02:00" level=debug msg=parser.LoadModule module=Widgets
time="2019-04-09T08:58:10+02:00" level=debug msg=parser.LoadModule module=Scxml
time="2019-04-09T08:58:10+02:00" level=debug msg=parser.LoadModule module=SerialBus
time="2019-04-09T08:58:10+02:00" level=debug msg=parser.LoadModule module=Qml
time="2019-04-09T08:58:10+02:00" level=debug msg=parser.LoadModule module=WebChannel
time="2019-04-09T08:58:10+02:00" level=debug msg=parser.LoadModule module=Gamepad
time="2019-04-09T08:58:10+02:00" level=debug msg=parser.LoadModule module=Nfc
time="2019-04-09T08:58:10+02:00" level=debug msg=parser.LoadModule module=SerialPort
time="2019-04-09T08:58:10+02:00" level=debug msg=parser.LoadModule module=Sensors
time="2019-04-09T08:58:10+02:00" level=debug msg=parser.LoadModule module=Quick
time="2019-04-09T08:58:10+02:00" level=debug msg=parser.LoadModule module=WebSockets
time="2019-04-09T08:58:10+02:00" level=debug msg=parser.LoadModule module=Designer
time="2019-04-09T08:58:10+02:00" level=debug msg=parser.LoadModule module=AndroidExtras
time="2019-04-09T08:58:10+02:00" level=debug msg=parser.LoadModule module=ScriptTools
time="2019-04-09T08:58:10+02:00" level=debug msg=parser.LoadModule module=XmlPatterns
time="2019-04-09T08:58:10+02:00" level=debug msg=parser.LoadModule module=RemoteObjects
time="2019-04-09T08:58:10+02:00" level=debug msg=parser.LoadModule module=Sql
time="2019-04-09T08:58:10+02:00" level=debug msg=parser.LoadModule module=UiTools
time="2019-04-09T08:58:10+02:00" level=debug msg=parser.LoadModule module=Positioning
time="2019-04-09T08:58:10+02:00" level=debug msg=parser.LoadModule module=Speech
time="2019-04-09T08:58:10+02:00" level=debug msg=Execute _func=RunCmdOptional cmd="go list -e -f {{.Dir}} github.com/therecipe/qt/internal/binding/files/docs/5.12.0" dir= env="/* Is that wall of env values useful for you? */" name="get doc dir"
time="2019-04-09T08:58:10+02:00" level=debug msg=Execute _func=RunCmd cmd="go env GOMOD" dir= env= name=GOMOD
time="2019-04-09T08:58:10+02:00" level=debug msg=Execute _func=RunCmdOptional cmd="go list -e -f {{.Dir}} github.com/therecipe/qt/internal/binding/files/docs/5.12.0" dir= env="/* Is that wall of env values useful for you? */" name="get doc dir"
time="2019-04-09T08:58:10+02:00" level=debug msg=Execute _func=RunCmd cmd="go env GOMOD" dir= env= name=GOMOD
time="2019-04-09T08:58:10+02:00" level=debug msg=Execute _func=RunCmdOptional cmd="go list -e -f {{.Dir}} github.com/therecipe/qt/internal/binding/files/docs/5.12.0" dir= env="/* Is that wall of env values useful for you? */" name="get doc dir"
time="2019-04-09T08:58:10+02:00" level=debug msg=Execute _func=RunCmd cmd="go env GOMOD" dir= env= name=GOMOD
time="2019-04-09T08:58:10+02:00" level=debug msg=Execute _func=RunCmdOptional cmd="go list -e -f {{.Dir}} github.com/therecipe/qt/internal/binding/files/docs/5.12.0" dir= env="/* Is that wall of env values useful for you? */" name="get doc dir"
time="2019-04-09T08:58:10+02:00" level=debug msg=Execute _func=RunCmd cmd="go env GOMOD" dir= env= name=GOMOD
time="2019-04-09T08:58:10+02:00" level=debug msg=Execute _func=RunCmdOptional cmd="go list -e -f {{.Dir}} github.com/therecipe/qt/internal/binding/files/docs/5.12.0" dir= env="/* Is that wall of env values useful for you? */" name="get doc dir"
time="2019-04-09T08:58:10+02:00" level=debug msg=Execute _func=RunCmd cmd="go env GOMOD" dir= env= name=GOMOD
time="2019-04-09T08:58:10+02:00" level=debug msg=Execute _func=RunCmdOptional cmd="go list -e -f {{.Dir}} github.com/therecipe/qt/internal/binding/files/docs/5.12.0" dir= env="/* Is that wall of env values useful for you? */" name="get doc dir"
time="2019-04-09T08:58:10+02:00" level=debug msg=Execute _func=RunCmd cmd="go env GOMOD" dir= env= name=GOMOD
time="2019-04-09T08:58:10+02:00" level=debug msg=Execute _func=RunCmdOptional cmd="go list -e -f {{.Dir}} github.com/therecipe/qt/internal/binding/files/docs/5.12.0" dir= env="/* Is that wall of env values useful for you? */" name="get doc dir"
time="2019-04-09T08:58:10+02:00" level=debug msg=Execute _func=RunCmd cmd="go env GOMOD" dir= env= name=GOMOD
time="2019-04-09T08:58:10+02:00" level=debug msg=Execute _func=RunCmdOptional cmd="go list -e -f {{.Dir}} github.com/therecipe/qt/internal/binding/files/docs/5.12.0" dir= env="/* Is that wall of env values useful for you? */" name="get doc dir"
time="2019-04-09T08:58:10+02:00" level=debug msg=Execute _func=RunCmd cmd="go env GOMOD" dir= env= name=GOMOD
time="2019-04-09T08:58:10+02:00" level=debug msg=Execute _func=RunCmdOptional cmd="go list -e -f {{.Dir}} github.com/therecipe/qt/internal/binding/files/docs/5.12.0" dir= env="/* Is that wall of env values useful for you? */" name="get doc dir"
time="2019-04-09T08:58:10+02:00" level=debug msg=Execute _func=RunCmd cmd="go env GOMOD" dir= env= name=GOMOD
time="2019-04-09T08:58:10+02:00" level=debug msg=Execute _func=RunCmdOptional cmd="go list -e -f {{.Dir}} github.com/therecipe/qt/internal/binding/files/docs/5.12.0" dir= env="/* Is that wall of env values useful for you? */" name="get doc dir"
time="2019-04-09T08:58:10+02:00" level=debug msg=Execute _func=RunCmd cmd="go env GOMOD" dir= env= name=GOMOD
time="2019-04-09T08:58:10+02:00" level=debug msg=Execute _func=RunCmdOptional cmd="go list -e -f {{.Dir}} github.com/therecipe/qt/internal/binding/files/docs/5.12.0" dir= env="/* Is that wall of env values useful for you? */" name="get doc dir"
time="2019-04-09T08:58:10+02:00" level=debug msg=Execute _func=RunCmd cmd="go env GOMOD" dir= env= name=GOMOD
time="2019-04-09T08:58:10+02:00" level=debug msg=Execute _func=RunCmdOptional cmd="go list -e -f {{.Dir}} github.com/therecipe/qt/internal/binding/files/docs/5.12.0" dir= env="/* Is that wall of env values useful for you? */" name="get doc dir"
time="2019-04-09T08:58:10+02:00" level=debug msg=Execute _func=RunCmd cmd="go env GOMOD" dir= env= name=GOMOD
time="2019-04-09T08:58:10+02:00" level=debug msg=Execute _func=RunCmdOptional cmd="go list -e -f {{.Dir}} github.com/therecipe/qt/internal/binding/files/docs/5.12.0" dir= env="/* Is that wall of env values useful for you? */" name="get doc dir"
time="2019-04-09T08:58:10+02:00" level=debug msg=Execute _func=RunCmd cmd="go env GOMOD" dir= env= name=GOMOD
time="2019-04-09T08:58:10+02:00" level=debug msg=Execute _func=RunCmdOptional cmd="go list -e -f {{.Dir}} github.com/therecipe/qt/internal/binding/files/docs/5.12.0" dir= env="/* Is that wall of env values useful for you? */" name="get doc dir"
time="2019-04-09T08:58:10+02:00" level=debug msg=Execute _func=RunCmd cmd="go env GOMOD" dir= env= name=GOMOD
time="2019-04-09T08:58:10+02:00" level=debug msg=Execute _func=RunCmdOptional cmd="go list -e -f {{.Dir}} github.com/therecipe/qt/internal/binding/files/docs/5.12.0" dir= env="/* Is that wall of env values useful for you? */" name="get doc dir"
time="2019-04-09T08:58:10+02:00" level=debug msg=Execute _func=RunCmd cmd="go env GOMOD" dir= env= name=GOMOD
time="2019-04-09T08:58:10+02:00" level=debug msg=Execute _func=RunCmdOptional cmd="go list -e -f {{.Dir}} github.com/therecipe/qt/internal/binding/files/docs/5.12.0" dir= env="/* Is that wall of env values useful for you? */" name="get doc dir"
time="2019-04-09T08:58:10+02:00" level=debug msg=Execute _func=RunCmd cmd="go env GOMOD" dir= env= name=GOMOD
time="2019-04-09T08:58:10+02:00" level=debug msg=Execute _func=RunCmdOptional cmd="go list -e -f {{.Dir}} github.com/therecipe/qt/internal/binding/files/docs/5.12.0" dir= env="/* Is that wall of env values useful for you? */" name="get doc dir"
time="2019-04-09T08:58:10+02:00" level=debug msg=Execute _func=RunCmd cmd="go env GOMOD" dir= env= name=GOMOD
time="2019-04-09T08:58:10+02:00" level=debug msg=Execute _func=RunCmdOptional cmd="go list -e -f {{.Dir}} github.com/therecipe/qt/internal/binding/files/docs/5.12.0" dir= env="/* Is that wall of env values useful for you? */" name="get doc dir"
time="2019-04-09T08:58:10+02:00" level=debug msg=Execute _func=RunCmd cmd="go env GOMOD" dir= env= name=GOMOD
time="2019-04-09T08:58:10+02:00" level=debug msg=Execute _func=RunCmdOptional cmd="go list -e -f {{.Dir}} github.com/therecipe/qt/internal/binding/files/docs/5.12.0" dir= env="/* Is that wall of env values useful for you? */" name="get doc dir"
time="2019-04-09T08:58:10+02:00" level=debug msg=Execute _func=RunCmd cmd="go env GOMOD" dir= env= name=GOMOD
time="2019-04-09T08:58:10+02:00" level=debug msg=Execute _func=RunCmdOptional cmd="go list -e -f {{.Dir}} github.com/therecipe/qt/internal/binding/files/docs/5.12.0" dir= env="/* Is that wall of env values useful for you? */" name="get doc dir"
time="2019-04-09T08:58:10+02:00" level=debug msg=Execute _func=RunCmd cmd="go env GOMOD" dir= env= name=GOMOD
time="2019-04-09T08:58:10+02:00" level=debug msg=Execute _func=RunCmdOptional cmd="go list -e -f {{.Dir}} github.com/therecipe/qt/internal/binding/files/docs/5.12.0" dir= env="/* Is that wall of env values useful for you? */" name="get doc dir"
time="2019-04-09T08:58:10+02:00" level=debug msg=Execute _func=RunCmd cmd="go env GOMOD" dir= env= name=GOMOD
time="2019-04-09T08:58:10+02:00" level=debug msg=Execute _func=RunCmdOptional cmd="go list -e -f {{.Dir}} github.com/therecipe/qt/internal/binding/files/docs/5.12.0" dir= env="/* Is that wall of env values useful for you? */" name="get doc dir"
time="2019-04-09T08:58:10+02:00" level=debug msg=Execute _func=RunCmd cmd="go env GOMOD" dir= env= name=GOMOD
time="2019-04-09T08:58:10+02:00" level=debug msg=Execute _func=RunCmdOptional cmd="go list -e -f {{.Dir}} github.com/therecipe/qt/internal/binding/files/docs/5.12.0" dir= env="/* Is that wall of env values useful for you? */" name="get doc dir"
time="2019-04-09T08:58:10+02:00" level=debug msg=Execute _func=RunCmd cmd="go env GOMOD" dir= env= name=GOMOD
time="2019-04-09T08:58:10+02:00" level=debug msg=Execute _func=RunCmdOptional cmd="go list -e -f {{.Dir}} github.com/therecipe/qt/internal/binding/files/docs/5.12.0" dir= env="/* Is that wall of env values useful for you? */" name="get doc dir"
time="2019-04-09T08:58:10+02:00" level=debug msg=Execute _func=RunCmd cmd="go env GOMOD" dir= env= name=GOMOD
time="2019-04-09T08:58:10+02:00" level=debug msg=Execute _func=RunCmdOptional cmd="go list -e -f {{.Dir}} github.com/therecipe/qt/internal/binding/files/docs/5.12.0" dir= env="/* Is that wall of env values useful for you? */" name="get doc dir"
time="2019-04-09T08:58:10+02:00" level=debug msg=Execute _func=RunCmd cmd="go env GOMOD" dir= env= name=GOMOD
time="2019-04-09T08:58:10+02:00" level=debug msg=Execute _func=RunCmdOptional cmd="go list -e -f {{.Dir}} github.com/therecipe/qt/internal/binding/files/docs/5.12.0" dir= env="/* Is that wall of env values useful for you? */" name="get doc dir"
time="2019-04-09T08:58:10+02:00" level=debug msg=Execute _func=RunCmd cmd="go env GOMOD" dir= env= name=GOMOD
time="2019-04-09T08:58:10+02:00" level=debug msg=Execute _func=RunCmdOptional cmd="go list -e -f {{.Dir}} github.com/therecipe/qt/internal/binding/files/docs/5.12.0" dir= env="/* Is that wall of env values useful for you? */" name="get doc dir"
time="2019-04-09T08:58:10+02:00" level=debug msg=Execute _func=RunCmd cmd="go env GOMOD" dir= env= name=GOMOD
time="2019-04-09T08:58:10+02:00" level=debug msg=Execute _func=RunCmdOptional cmd="go list -e -f {{.Dir}} github.com/therecipe/qt/internal/binding/files/docs/5.12.0" dir= env="/* Is that wall of env values useful for you? */" name="get doc dir"
time="2019-04-09T08:58:10+02:00" level=debug msg=Execute _func=RunCmd cmd="go env GOMOD" dir= env= name=GOMOD
time="2019-04-09T08:58:11+02:00" level=debug msg=Execute _func=RunCmdOptional cmd="go list -e -f {{.Dir}} github.com/therecipe/qt/internal/binding/files/docs/5.12.0" dir= env="/* Is that wall of env values useful for you? */" name="get doc dir"
time="2019-04-09T08:58:11+02:00" level=debug msg=Execute _func=RunCmd cmd="go env GOMOD" dir= env= name=GOMOD
time="2019-04-09T08:58:11+02:00" level=debug msg=Execute _func=RunCmdOptional cmd="go list -e -f {{.Dir}} github.com/therecipe/qt/internal/binding/files/docs/5.12.0" dir= env="/* Is that wall of env values useful for you? */" name="get doc dir"
time="2019-04-09T08:58:11+02:00" level=debug msg=Execute _func=RunCmd cmd="go env GOMOD" dir= env= name=GOMOD
time="2019-04-09T08:58:11+02:00" level=debug msg=Execute _func=RunCmdOptional cmd="go list -e -f {{.Dir}} github.com/therecipe/qt/internal/binding/files/docs/5.12.0" dir= env="/* Is that wall of env values useful for you? */" name="get doc dir"
time="2019-04-09T08:58:11+02:00" level=debug msg=Execute _func=RunCmd cmd="go env GOMOD" dir= env= name=GOMOD
time="2019-04-09T08:58:11+02:00" level=debug msg=Execute _func=RunCmdOptional cmd="go list -e -f {{.Dir}} github.com/therecipe/qt/internal/binding/files/docs/5.12.0" dir= env="/* Is that wall of env values useful for you? */" name="get doc dir"
time="2019-04-09T08:58:11+02:00" level=debug msg=Execute _func=RunCmd cmd="go env GOMOD" dir= env= name=GOMOD
time="2019-04-09T08:58:11+02:00" level=debug msg=Execute _func=RunCmdOptional cmd="go list -e -f {{.Dir}} github.com/therecipe/qt/internal/binding/files/docs/5.12.0" dir= env="/* Is that wall of env values useful for you? */" name="get doc dir"
time="2019-04-09T08:58:11+02:00" level=debug msg=Execute _func=RunCmd cmd="go env GOMOD" dir= env= name=GOMOD
time="2019-04-09T08:58:11+02:00" level=debug msg=Execute _func=RunCmdOptional cmd="go list -e -f {{.Dir}} github.com/therecipe/qt/internal/binding/files/docs/5.12.0" dir= env="/* Is that wall of env values useful for you? */" name="get doc dir"
time="2019-04-09T08:58:11+02:00" level=debug msg=Execute _func=RunCmd cmd="go env GOMOD" dir= env= name=GOMOD
time="2019-04-09T08:58:11+02:00" level=debug msg=Execute _func=RunCmdOptional cmd="go list -e -f {{.Dir}} github.com/therecipe/qt/internal/binding/files/docs/5.12.0" dir= env="/* Is that wall of env values useful for you? */" name="get doc dir"
time="2019-04-09T08:58:11+02:00" level=debug msg=Execute _func=RunCmd cmd="go env GOMOD" dir= env= name=GOMOD
time="2019-04-09T08:58:11+02:00" level=debug msg=Execute _func=RunCmdOptional cmd="go list -e -f {{.Dir}} github.com/therecipe/qt/internal/binding/files/docs/5.12.0" dir= env="/* Is that wall of env values useful for you? */" name="get doc dir"
time="2019-04-09T08:58:11+02:00" level=debug msg=Execute _func=RunCmd cmd="go env GOMOD" dir= env= name=GOMOD
time="2019-04-09T08:58:11+02:00" level=debug msg=Execute _func=RunCmdOptional cmd="go list -e -f {{.Dir}} github.com/therecipe/qt/internal/binding/files/docs/5.12.0" dir= env="/* Is that wall of env values useful for you? */" name="get doc dir"
time="2019-04-09T08:58:11+02:00" level=debug msg=prepare module=Core
time="2019-04-09T08:58:12+02:00" level=debug msg="failed to parse header" class=QList module=Gui
time="2019-04-09T08:58:12+02:00" level=debug msg="failed to find header file" class=QStaticByteArrayMatcher module=Core
time="2019-04-09T08:58:12+02:00" level=debug msg="failed to find header file" class=QTest module=Core
time="2019-04-09T08:58:12+02:00" level=debug msg="failed to find header file" class=QtCbor module=Core
time="2019-04-09T08:58:12+02:00" level=debug msg="failed to find header file" class=QtDummyFutex module=Core
time="2019-04-09T08:58:12+02:00" level=debug msg="failed to find header file" class=QtLinuxFutex module=Core
time="2019-04-09T08:58:12+02:00" level=debug msg="failed to find header file" class=QtStringBuilder module=Core
time="2019-04-09T08:58:12+02:00" level=debug msg="failed to find header file" class=QtStringBuilder module=Core
time="2019-04-09T08:58:12+02:00" level=debug msg="failed to find header file" class=QTest module=Core
time="2019-04-09T08:58:12+02:00" level=debug msg="failed to find header file" class=QtCbor module=Core
time="2019-04-09T08:58:12+02:00" level=debug msg="failed to find header file" class=QtDummyFutex module=Core
time="2019-04-09T08:58:12+02:00" level=debug msg="failed to find header file" class=QtLinuxFutex module=Core
time="2019-04-09T08:58:12+02:00" level=debug msg=prepare module=AndroidExtras
time="2019-04-09T08:58:12+02:00" level=debug msg="failed to find header file" class=QAndroidBinder module=AndroidExtras
time="2019-04-09T08:58:12+02:00" level=debug msg="failed to find header file" class=QAndroidIntent module=AndroidExtras
time="2019-04-09T08:58:12+02:00" level=debug msg="failed to find header file" class=QAndroidJniExceptionCleaner module=AndroidExtras
time="2019-04-09T08:58:12+02:00" level=debug msg="failed to find header file" class=QAndroidParcel module=AndroidExtras
time="2019-04-09T08:58:12+02:00" level=debug msg="failed to find header file" class=QAndroidService module=AndroidExtras
time="2019-04-09T08:58:12+02:00" level=debug msg="failed to find header file" class=QAndroidServiceConnection module=AndroidExtras
time="2019-04-09T08:58:12+02:00" level=debug msg="failed to find header file" class=QtAndroid module=AndroidExtras
time="2019-04-09T08:58:12+02:00" level=debug msg="failed to find header file" class=QtAndroid module=AndroidExtras
time="2019-04-09T08:58:12+02:00" level=debug msg=prepare module=Gui
time="2019-04-09T08:58:12+02:00" level=debug msg="failed to find header file" class=QCss module=Gui
time="2019-04-09T08:58:12+02:00" level=debug msg="failed to find header file" class=QImageReaderWriterHelpers module=Gui
time="2019-04-09T08:58:12+02:00" level=debug msg="failed to find header file" class=QPdf module=Gui
time="2019-04-09T08:58:12+02:00" level=debug msg="failed to find header file" class=QShaderLanguage module=Gui
time="2019-04-09T08:58:12+02:00" level=debug msg="failed to find header file" class=QImageReaderWriterHelpers module=Gui
time="2019-04-09T08:58:12+02:00" level=debug msg="failed to find header file" class=QShaderLanguage module=Gui
time="2019-04-09T08:58:12+02:00" level=debug msg="failed to find header file" class=QTest module=Core
time="2019-04-09T08:58:12+02:00" level=debug msg=prepare module=Network
time="2019-04-09T08:58:12+02:00" level=debug msg="failed to find header file" class=Http2 module=Network
time="2019-04-09T08:58:12+02:00" level=debug msg="failed to find header file" class=QPasswordDigestor module=Network
time="2019-04-09T08:58:12+02:00" level=debug msg="failed to find header file" class=WinRTSocketEngine module=Network
time="2019-04-09T08:58:12+02:00" level=debug msg="failed to find header file" class=Http2 module=Network
time="2019-04-09T08:58:12+02:00" level=debug msg="failed to find header file" class=QPasswordDigestor module=Network
time="2019-04-09T08:58:12+02:00" level=debug msg=prepare module=Xml
time="2019-04-09T08:58:12+02:00" level=debug msg=prepare module=DBus
time="2019-04-09T08:58:12+02:00" level=debug msg="failed to find header file" class=QDBus module=DBus
time="2019-04-09T08:58:12+02:00" level=debug msg="failed to find header file" class=QDBusPendingReplyTypes module=DBus
time="2019-04-09T08:58:12+02:00" level=debug msg="failed to find header file" class=QDBusPendingReplyTypes module=DBus
time="2019-04-09T08:58:12+02:00" level=debug msg=prepare module=Nfc
time="2019-04-09T08:58:12+02:00" level=debug msg="failed to find header file" class=AndroidNfc module=Nfc
time="2019-04-09T08:58:12+02:00" level=debug msg="failed to find header file" class=AndroidNfc module=Nfc
time="2019-04-09T08:58:12+02:00" level=debug msg=prepare module=Script
time="2019-04-09T08:58:12+02:00" level=debug msg="failed to find header file" class=QSOperator module=Script
time="2019-04-09T08:58:12+02:00" level=debug msg="failed to find header file" class=QScript module=Script
time="2019-04-09T08:58:12+02:00" level=debug msg=prepare module=Sensors
time="2019-04-09T08:58:12+02:00" level=debug msg="failed to find header file" class=AndroidSensors module=Sensors
time="2019-04-09T08:58:12+02:00" level=debug msg="failed to find header file" class=QtMobility module=Sensors
time="2019-04-09T08:58:12+02:00" level=debug msg=prepare module=Positioning
time="2019-04-09T08:58:12+02:00" level=debug msg=prepare module=Widgets
time="2019-04-09T08:58:13+02:00" level=debug msg="failed to find header file" class=QStyleHelper module=Widgets
time="2019-04-09T08:58:13+02:00" level=debug msg=prepare module=Sql
time="2019-04-09T08:58:13+02:00" level=debug msg=prepare module=Qml
time="2019-04-09T08:58:13+02:00" level=debug msg="failed to find header file" class=QQmlImport module=Qml
time="2019-04-09T08:58:13+02:00" level=debug msg="failed to find header file" class=QV4 module=Qml
time="2019-04-09T08:58:13+02:00" level=debug msg=prepare module=WebSockets
time="2019-04-09T08:58:13+02:00" level=debug msg=prepare module=XmlPatterns
time="2019-04-09T08:58:13+02:00" level=debug msg="failed to find header file" class=QPatternist module=XmlPatterns
time="2019-04-09T08:58:13+02:00" level=debug msg=prepare module=Bluetooth
time="2019-04-09T08:58:13+02:00" level=debug msg="failed to find header file" class=OSXBluetooth module=Bluetooth
time="2019-04-09T08:58:13+02:00" level=debug msg="failed to find header file" class=QBluetooth module=Bluetooth
time="2019-04-09T08:58:13+02:00" level=debug msg="failed to find header file" class=OSXBluetooth module=Bluetooth
time="2019-04-09T08:58:13+02:00" level=debug msg="failed to find header file" class=QBluetooth module=Bluetooth
time="2019-04-09T08:58:13+02:00" level=debug msg=prepare module=WebChannel
time="2019-04-09T08:58:13+02:00" level=debug msg=prepare module=Svg
time="2019-04-09T08:58:13+02:00" level=debug msg=prepare module=Multimedia
time="2019-04-09T08:58:13+02:00" level=debug msg=prepare module=Quick
time="2019-04-09T08:58:13+02:00" level=debug msg="failed to find header file" class=QSGBatchRenderer module=Quick
time="2019-04-09T08:58:13+02:00" level=debug msg=prepare module=Help
time="2019-04-09T08:58:13+02:00" level=debug msg=prepare module=Location
time="2019-04-09T08:58:13+02:00" level=debug msg="failed to find header file" class=QGeoServiceProviderFactoryV2 module=Location
time="2019-04-09T08:58:13+02:00" level=debug msg=prepare module=ScriptTools
time="2019-04-09T08:58:13+02:00" level=debug msg=prepare module=UiTools
time="2019-04-09T08:58:13+02:00" level=debug msg=prepare module=WinExtras
time="2019-04-09T08:58:13+02:00" level=debug msg="failed to find header file" class=QtDwmApiDll module=WinExtras
time="2019-04-09T08:58:13+02:00" level=debug msg="failed to find header file" class=QtDwmApiDll module=WinExtras
time="2019-04-09T08:58:13+02:00" level=debug msg=prepare module=TestLib
time="2019-04-09T08:58:13+02:00" level=debug msg="failed to parse header" class=QAbstractItemModelTester module=Test
time="2019-04-09T08:58:13+02:00" level=debug msg=prepare module=SerialPort
time="2019-04-09T08:58:13+02:00" level=debug msg=prepare module=SerialBus
time="2019-04-09T08:58:13+02:00" level=debug msg="failed to find header file" class=Diagnostics module=SerialBus
time="2019-04-09T08:58:13+02:00" level=debug msg="failed to find header file" class=EncapsulatedInterfaceTransport module=SerialBus
time="2019-04-09T08:58:13+02:00" level=debug msg=prepare module=PrintSupport
time="2019-04-09T08:58:13+02:00" level=debug msg="failed to find header file" class=QPrint module=PrintSupport
time="2019-04-09T08:58:13+02:00" level=debug msg=prepare module=Designer
time="2019-04-09T08:58:13+02:00" level=debug msg=prepare module=Scxml
time="2019-04-09T08:58:13+02:00" level=debug msg=prepare module=Gamepad
time="2019-04-09T08:58:13+02:00" level=debug msg=prepare module=DataVisualization
time="2019-04-09T08:58:13+02:00" level=debug msg="failed to parse header" class=Q3DBars module=DataVisualization
time="2019-04-09T08:58:13+02:00" level=debug msg="failed to parse header" class=Q3DCamera module=DataVisualization
time="2019-04-09T08:58:13+02:00" level=debug msg="failed to parse header" class=Q3DInputHandler module=DataVisualization
time="2019-04-09T08:58:13+02:00" level=debug msg="failed to parse header" class=Q3DLight module=DataVisualization
time="2019-04-09T08:58:13+02:00" level=debug msg="failed to parse header" class=Q3DObject module=DataVisualization
time="2019-04-09T08:58:13+02:00" level=debug msg="failed to parse header" class=Q3DScatter module=DataVisualization
time="2019-04-09T08:58:13+02:00" level=debug msg="failed to parse header" class=Q3DScene module=DataVisualization
time="2019-04-09T08:58:13+02:00" level=debug msg="failed to parse header" class=Q3DSurface module=DataVisualization
time="2019-04-09T08:58:13+02:00" level=debug msg="failed to parse header" class=Q3DTheme module=DataVisualization
time="2019-04-09T08:58:13+02:00" level=debug msg="failed to parse header" class=QAbstract3DAxis module=DataVisualization
time="2019-04-09T08:58:13+02:00" level=debug msg="failed to parse header" class=QAbstract3DGraph module=DataVisualization
time="2019-04-09T08:58:13+02:00" level=debug msg="failed to parse header" class=QAbstract3DInputHandler module=DataVisualization
time="2019-04-09T08:58:13+02:00" level=debug msg="failed to parse header" class=QAbstract3DSeries module=DataVisualization
time="2019-04-09T08:58:13+02:00" level=debug msg="failed to parse header" class=QAbstractDataProxy module=DataVisualization
time="2019-04-09T08:58:13+02:00" level=debug msg="failed to parse header" class=QBar3DSeries module=DataVisualization
time="2019-04-09T08:58:13+02:00" level=debug msg="failed to parse header" class=QBarDataItem module=DataVisualization
time="2019-04-09T08:58:13+02:00" level=debug msg="failed to parse header" class=QBarDataProxy module=DataVisualization
time="2019-04-09T08:58:13+02:00" level=debug msg="failed to parse header" class=QCategory3DAxis module=DataVisualization
time="2019-04-09T08:58:13+02:00" level=debug msg="failed to parse header" class=QCustom3DItem module=DataVisualization
time="2019-04-09T08:58:13+02:00" level=debug msg="failed to parse header" class=QCustom3DLabel module=DataVisualization
time="2019-04-09T08:58:13+02:00" level=debug msg="failed to parse header" class=QCustom3DVolume module=DataVisualization
time="2019-04-09T08:58:13+02:00" level=debug msg="failed to parse header" class=QHeightMapSurfaceDataProxy module=DataVisualization
time="2019-04-09T08:58:13+02:00" level=debug msg="failed to parse header" class=QItemModelBarDataProxy module=DataVisualization
time="2019-04-09T08:58:13+02:00" level=debug msg="failed to parse header" class=QItemModelScatterDataProxy module=DataVisualization
time="2019-04-09T08:58:13+02:00" level=debug msg="failed to parse header" class=QItemModelSurfaceDataProxy module=DataVisualization
time="2019-04-09T08:58:13+02:00" level=debug msg="failed to parse header" class=QLogValue3DAxisFormatter module=DataVisualization
time="2019-04-09T08:58:13+02:00" level=debug msg="failed to parse header" class=QScatter3DSeries module=DataVisualization
time="2019-04-09T08:58:13+02:00" level=debug msg="failed to parse header" class=QScatterDataItem module=DataVisualization
time="2019-04-09T08:58:13+02:00" level=debug msg="failed to parse header" class=QScatterDataProxy module=DataVisualization
time="2019-04-09T08:58:13+02:00" level=debug msg="failed to parse header" class=QSurface3DSeries module=DataVisualization
time="2019-04-09T08:58:13+02:00" level=debug msg="failed to parse header" class=QSurfaceDataItem module=DataVisualization
time="2019-04-09T08:58:13+02:00" level=debug msg="failed to parse header" class=QSurfaceDataProxy module=DataVisualization
time="2019-04-09T08:58:13+02:00" level=debug msg="failed to parse header" class=QTouch3DInputHandler module=DataVisualization
time="2019-04-09T08:58:13+02:00" level=debug msg="failed to parse header" class=QValue3DAxis module=DataVisualization
time="2019-04-09T08:58:13+02:00" level=debug msg="failed to parse header" class=QValue3DAxisFormatter module=DataVisualization
time="2019-04-09T08:58:13+02:00" level=debug msg=prepare module=Charts
time="2019-04-09T08:58:13+02:00" level=debug msg=prepare module=Speech
time="2019-04-09T08:58:13+02:00" level=debug msg="failed to find header file" class=QTextToSpeech module=Speech
time="2019-04-09T08:58:13+02:00" level=debug msg="failed to find header file" class=QTextToSpeechEngine module=Speech
time="2019-04-09T08:58:13+02:00" level=debug msg="failed to find header file" class=QTextToSpeechPlugin module=Speech
time="2019-04-09T08:58:13+02:00" level=debug msg="failed to find header file" class=QVoice module=Speech
time="2019-04-09T08:58:13+02:00" level=debug msg=prepare module=QuickControls2
time="2019-04-09T08:58:13+02:00" level=debug msg=prepare module=Sailfish
time="2019-04-09T08:58:13+02:00" level=debug msg=prepare module=RemoteObjects
time="2019-04-09T08:58:13+02:00" level=debug msg="failed to find header file" class=QRemoteObjectPackets module=RemoteObjects
time="2019-04-09T08:58:13+02:00" level=debug msg="failed to find header file" class=QRemoteObjectStringLiterals module=RemoteObjects
time="2019-04-09T08:58:13+02:00" level=debug msg="failed to find header file" class=QtROClientFactory module=RemoteObjects
time="2019-04-09T08:58:13+02:00" level=debug msg="failed to find header file" class=QtROServerFactory module=RemoteObjects
time="2019-04-09T08:58:13+02:00" level=debug msg="failed to find header file" class=QRemoteObjectPackets module=RemoteObjects
time="2019-04-09T08:58:13+02:00" level=debug msg="failed to find header file" class=QRemoteObjectStringLiterals module=RemoteObjects
time="2019-04-09T08:58:13+02:00" level=debug msg=Execute _func=RunCmd cmd="go env GOMOD" dir= env= name=GOMOD
time="2019-04-09T08:58:14+02:00" level=debug msg=Execute _func=RunCmd cmd="go list -e -f {{.Dir}} github.com/therecipe/qt" dir= env="/* Is that wall of env values useful for you? */" name=utils.GoQtPkgPath
time="2019-04-09T08:58:14+02:00" level=debug msg="generating cpp" module=Core
time="2019-04-09T08:58:14+02:00" level=debug msg="QtCore add dependency: QtCore"
time="2019-04-09T08:58:14+02:00" level=debug msg="generating h" module=Core
time="2019-04-09T08:58:14+02:00" level=debug msg="generating go" module=Core
time="2019-04-09T08:58:14+02:00" level=debug msg="generating cpp" module=Gui
time="2019-04-09T08:58:14+02:00" level=debug msg="QtGui add dependency: QtGui"
time="2019-04-09T08:58:14+02:00" level=debug msg="generating h" module=Gui
time="2019-04-09T08:58:14+02:00" level=debug msg="generating go" module=Gui
time="2019-04-09T08:58:14+02:00" level=debug msg="generating cpp" module=Network
time="2019-04-09T08:58:14+02:00" level=debug msg="generating h" module=Network
time="2019-04-09T08:58:14+02:00" level=debug msg="generating go" module=Network
time="2019-04-09T08:58:14+02:00" level=debug msg="generating cpp" module=Xml
time="2019-04-09T08:58:14+02:00" level=debug msg="generating h" module=Xml
time="2019-04-09T08:58:14+02:00" level=debug msg="generating go" module=Xml
time="2019-04-09T08:58:14+02:00" level=debug msg="generating cpp" module=DBus
time="2019-04-09T08:58:14+02:00" level=debug msg="generating h" module=DBus
time="2019-04-09T08:58:14+02:00" level=debug msg="generating go" module=DBus
time="2019-04-09T08:58:14+02:00" level=debug msg="generating cpp" module=Nfc
time="2019-04-09T08:58:14+02:00" level=debug msg="generating h" module=Nfc
time="2019-04-09T08:58:14+02:00" level=debug msg="generating go" module=Nfc
time="2019-04-09T08:58:14+02:00" level=debug msg="generating cpp" module=Script
time="2019-04-09T08:58:14+02:00" level=debug msg="generating h" module=Script
time="2019-04-09T08:58:14+02:00" level=debug msg="generating go" module=Script
time="2019-04-09T08:58:14+02:00" level=debug msg="generating cpp" module=Sensors
time="2019-04-09T08:58:14+02:00" level=debug msg="generating h" module=Sensors
time="2019-04-09T08:58:14+02:00" level=debug msg="generating go" module=Sensors
time="2019-04-09T08:58:14+02:00" level=debug msg="generating cpp" module=Positioning
time="2019-04-09T08:58:14+02:00" level=debug msg="generating h" module=Positioning
time="2019-04-09T08:58:14+02:00" level=debug msg="generating go" module=Positioning
time="2019-04-09T08:58:14+02:00" level=debug msg="generating cpp" module=Widgets
time="2019-04-09T08:58:14+02:00" level=debug msg="QtWidgets add dependency: QtWidgets"
time="2019-04-09T08:58:14+02:00" level=debug msg="generating h" module=Widgets
time="2019-04-09T08:58:14+02:00" level=debug msg="generating go" module=Widgets
time="2019-04-09T08:58:14+02:00" level=debug msg="generating cpp" module=Sql
time="2019-04-09T08:58:14+02:00" level=debug msg="generating h" module=Sql
time="2019-04-09T08:58:14+02:00" level=debug msg="generating go" module=Sql
time="2019-04-09T08:58:14+02:00" level=debug msg="generating cpp" module=Qml
time="2019-04-09T08:58:14+02:00" level=debug msg="generating h" module=Qml
time="2019-04-09T08:58:14+02:00" level=debug msg="generating go" module=Qml
time="2019-04-09T08:58:14+02:00" level=debug msg="generating cpp" module=WebSockets
time="2019-04-09T08:58:14+02:00" level=debug msg="generating h" module=WebSockets
time="2019-04-09T08:58:14+02:00" level=debug msg="generating go" module=WebSockets
time="2019-04-09T08:58:14+02:00" level=debug msg="generating cpp" module=XmlPatterns
time="2019-04-09T08:58:14+02:00" level=debug msg="generating h" module=XmlPatterns
time="2019-04-09T08:58:14+02:00" level=debug msg="generating go" module=XmlPatterns
time="2019-04-09T08:58:14+02:00" level=debug msg="generating cpp" module=Bluetooth
time="2019-04-09T08:58:14+02:00" level=debug msg="QtBluetooth add dependency: QtBluetooth"
time="2019-04-09T08:58:14+02:00" level=debug msg="generating h" module=Bluetooth
time="2019-04-09T08:58:14+02:00" level=debug msg="generating go" module=Bluetooth
time="2019-04-09T08:58:14+02:00" level=debug msg="generating cpp" module=WebChannel
time="2019-04-09T08:58:14+02:00" level=debug msg="generating h" module=WebChannel
time="2019-04-09T08:58:14+02:00" level=debug msg="generating go" module=WebChannel
time="2019-04-09T08:58:14+02:00" level=debug msg="generating cpp" module=Svg
time="2019-04-09T08:58:14+02:00" level=debug msg="generating h" module=Svg
time="2019-04-09T08:58:14+02:00" level=debug msg="generating go" module=Svg
time="2019-04-09T08:58:14+02:00" level=debug msg="generating cpp" module=Multimedia
time="2019-04-09T08:58:14+02:00" level=debug msg="generating h" module=Multimedia
time="2019-04-09T08:58:14+02:00" level=debug msg="generating go" module=Multimedia
time="2019-04-09T08:58:14+02:00" level=debug msg="generating cpp" module=Quick
time="2019-04-09T08:58:14+02:00" level=debug msg="generating h" module=Quick
time="2019-04-09T08:58:14+02:00" level=debug msg="generating go" module=Quick
time="2019-04-09T08:58:14+02:00" level=debug msg="generating cpp" module=Help
time="2019-04-09T08:58:14+02:00" level=debug msg="generating h" module=Help
time="2019-04-09T08:58:14+02:00" level=debug msg="generating go" module=Help
time="2019-04-09T08:58:14+02:00" level=debug msg="generating cpp" module=Location
time="2019-04-09T08:58:14+02:00" level=debug msg="QtLocation add dependency: QtLocation"
time="2019-04-09T08:58:14+02:00" level=debug msg="generating h" module=Location
time="2019-04-09T08:58:14+02:00" level=debug msg="generating go" module=Location
time="2019-04-09T08:58:14+02:00" level=debug msg="generating cpp" module=ScriptTools
time="2019-04-09T08:58:14+02:00" level=debug msg="generating h" module=ScriptTools
time="2019-04-09T08:58:14+02:00" level=debug msg="generating go" module=ScriptTools
time="2019-04-09T08:58:14+02:00" level=debug msg="generating cpp" module=UiTools
time="2019-04-09T08:58:14+02:00" level=debug msg="generating h" module=UiTools
time="2019-04-09T08:58:14+02:00" level=debug msg="generating go" module=UiTools
time="2019-04-09T08:58:14+02:00" level=debug msg="generating cpp" module=WinExtras
time="2019-04-09T08:58:14+02:00" level=debug msg="generating h" module=WinExtras
time="2019-04-09T08:58:14+02:00" level=debug msg="generating go" module=WinExtras
time="2019-04-09T08:58:14+02:00" level=debug msg="generating cpp" module=TestLib
time="2019-04-09T08:58:14+02:00" level=debug msg="generating h" module=TestLib
time="2019-04-09T08:58:14+02:00" level=debug msg="generating go" module=TestLib
time="2019-04-09T08:58:14+02:00" level=debug msg="generating cpp" module=SerialPort
time="2019-04-09T08:58:14+02:00" level=debug msg="generating h" module=SerialPort
time="2019-04-09T08:58:14+02:00" level=debug msg="generating go" module=SerialPort
time="2019-04-09T08:58:14+02:00" level=debug msg="generating cpp" module=SerialBus
time="2019-04-09T08:58:14+02:00" level=debug msg="QtSerialBus add dependency: QtSerialBus"
time="2019-04-09T08:58:14+02:00" level=debug msg="generating h" module=SerialBus
time="2019-04-09T08:58:14+02:00" level=debug msg="generating go" module=SerialBus
time="2019-04-09T08:58:14+02:00" level=debug msg="generating cpp" module=PrintSupport
time="2019-04-09T08:58:14+02:00" level=debug msg="generating h" module=PrintSupport
time="2019-04-09T08:58:14+02:00" level=debug msg="generating go" module=PrintSupport
time="2019-04-09T08:58:14+02:00" level=debug msg="generating cpp" module=Designer
time="2019-04-09T08:58:14+02:00" level=debug msg="generating h" module=Designer
time="2019-04-09T08:58:14+02:00" level=debug msg="generating go" module=Designer
time="2019-04-09T08:58:14+02:00" level=debug msg="generating cpp" module=Scxml
time="2019-04-09T08:58:14+02:00" level=debug msg="generating h" module=Scxml
time="2019-04-09T08:58:14+02:00" level=debug msg="generating go" module=Scxml
time="2019-04-09T08:58:14+02:00" level=debug msg="generating cpp" module=Gamepad
time="2019-04-09T08:58:14+02:00" level=debug msg="generating h" module=Gamepad
time="2019-04-09T08:58:14+02:00" level=debug msg="generating go" module=Gamepad
time="2019-04-09T08:58:14+02:00" level=debug msg="generating cpp" module=DataVisualization
time="2019-04-09T08:58:14+02:00" level=debug msg="QtDataVisualization add dependency: QtDataVisualization"
time="2019-04-09T08:58:14+02:00" level=debug msg="generating h" module=DataVisualization
time="2019-04-09T08:58:14+02:00" level=debug msg="generating go" module=DataVisualization
time="2019-04-09T08:58:14+02:00" level=debug msg="generating cpp" module=Charts
time="2019-04-09T08:58:14+02:00" level=debug msg="QtCharts add dependency: QtCharts"
time="2019-04-09T08:58:14+02:00" level=debug msg="generating h" module=Charts
time="2019-04-09T08:58:14+02:00" level=debug msg="generating go" module=Charts
time="2019-04-09T08:58:14+02:00" level=debug msg="generating cpp" module=Speech
time="2019-04-09T08:58:14+02:00" level=debug msg="generating h" module=Speech
time="2019-04-09T08:58:14+02:00" level=debug msg="generating go" module=Speech
time="2019-04-09T08:58:14+02:00" level=debug msg="generating cpp" module=QuickControls2
time="2019-04-09T08:58:14+02:00" level=debug msg="generating h" module=QuickControls2
time="2019-04-09T08:58:14+02:00" level=debug msg="generating go" module=QuickControls2
time="2019-04-09T08:58:14+02:00" level=debug msg="generating cpp" module=RemoteObjects
time="2019-04-09T08:58:14+02:00" level=debug msg="generating h" module=RemoteObjects
time="2019-04-09T08:58:14+02:00" level=debug msg="generating go" module=RemoteObjects
time="2019-04-09T08:58:14+02:00" level=debug msg="running cgoTemplate" mode=2 module=DBus path= pkg=DBus target=windows
time="2019-04-09T08:58:14+02:00" level=debug msg="running cgoTemplate" mode=2 module=DataVisualization path= pkg=DataVisualization target=windows
time="2019-04-09T08:58:14+02:00" level=debug msg="running cgoTemplate" mode=2 module=Bluetooth path= pkg=Bluetooth target=windows
time="2019-04-09T08:58:14+02:00" level=debug msg="running cgoTemplate" mode=2 module=Help path= pkg=Help target=windows
time="2019-04-09T08:58:14+02:00" level=debug msg="running cgoTemplate" mode=2 module=Quick path= pkg=Quick target=windows
time="2019-04-09T08:58:14+02:00" level=debug msg="running cgoTemplate" mode=2 module=Charts path= pkg=Charts target=windows
time="2019-04-09T08:58:14+02:00" level=debug msg="running cgoTemplate" mode=2 module=Multimedia path= pkg=Multimedia target=windows
time="2019-04-09T08:58:14+02:00" level=debug msg="running cgoTemplate" mode=2 module=Location path= pkg=Location target=windows
time="2019-04-09T08:58:14+02:00" level=debug msg="skipping cgo generation"
time="2019-04-09T08:58:14+02:00" level=debug msg="running cgoTemplate" mode=2 module=RemoteObjects path= pkg=RemoteObjects target=windows
time="2019-04-09T08:58:14+02:00" level=debug msg="skipping cgo generation"
time="2019-04-09T08:58:14+02:00" level=debug msg="running cgoTemplate" mode=2 module=Sql path= pkg=Sql target=windows
time="2019-04-09T08:58:14+02:00" level=debug msg="skipping cgo generation"
time="2019-04-09T08:58:14+02:00" level=debug msg="running cgoTemplate" mode=2 module=QuickControls2 path= pkg=QuickControls2 target=windows
time="2019-04-09T08:58:14+02:00" level=debug msg="skipping cgo generation"
time="2019-04-09T08:58:14+02:00" level=debug msg="running cgoTemplate" mode=2 module=Network path= pkg=Network target=windows
time="2019-04-09T08:58:14+02:00" level=debug msg="skipping cgo generation"
time="2019-04-09T08:58:14+02:00" level=debug msg="running cgoTemplate" mode=2 module=Script path= pkg=Script target=windows
time="2019-04-09T08:58:14+02:00" level=debug msg="skipping cgo generation"
time="2019-04-09T08:58:14+02:00" level=debug msg="running cgoTemplate" mode=2 module=ScriptTools path= pkg=ScriptTools target=windows
time="2019-04-09T08:58:14+02:00" level=debug msg="skipping cgo generation"
time="2019-04-09T08:58:14+02:00" level=debug msg="running cgoTemplate" mode=2 module=UiTools path= pkg=UiTools target=windows
time="2019-04-09T08:58:14+02:00" level=debug msg="skipping cgo generation"
time="2019-04-09T08:58:14+02:00" level=debug msg="running cgoTemplate" mode=2 module=WinExtras path= pkg=WinExtras target=windows
time="2019-04-09T08:58:14+02:00" level=debug msg="skipping cgo generation"
time="2019-04-09T08:58:14+02:00" level=debug msg="running cgoTemplate" mode=2 module=Positioning path= pkg=Positioning target=windows
time="2019-04-09T08:58:14+02:00" level=debug msg="skipping cgo generation"
time="2019-04-09T08:58:14+02:00" level=debug msg="running cgoTemplate" mode=2 module=TestLib path= pkg=TestLib target=windows
time="2019-04-09T08:58:14+02:00" level=debug msg="skipping cgo generation"
time="2019-04-09T08:58:14+02:00" level=debug msg="running cgoTemplate" mode=2 module=Widgets path= pkg=Widgets target=windows
time="2019-04-09T08:58:14+02:00" level=debug msg="skipping cgo generation"
time="2019-04-09T08:58:14+02:00" level=debug msg="running cgoTemplate" mode=2 module=SerialPort path= pkg=SerialPort target=windows
time="2019-04-09T08:58:14+02:00" level=debug msg="skipping cgo generation"
time="2019-04-09T08:58:14+02:00" level=debug msg="running cgoTemplate" mode=2 module=SerialBus path= pkg=SerialBus target=windows
time="2019-04-09T08:58:14+02:00" level=debug msg="skipping cgo generation"
time="2019-04-09T08:58:14+02:00" level=debug msg="running cgoTemplate" mode=2 module=PrintSupport path= pkg=PrintSupport target=windows
time="2019-04-09T08:58:14+02:00" level=debug msg="skipping cgo generation"
time="2019-04-09T08:58:14+02:00" level=debug msg="running cgoTemplate" mode=2 module=Designer path= pkg=Designer target=windows
time="2019-04-09T08:58:14+02:00" level=debug msg="skipping cgo generation"
time="2019-04-09T08:58:14+02:00" level=debug msg="running cgoTemplate" mode=2 module=Scxml path= pkg=Scxml target=windows
time="2019-04-09T08:58:14+02:00" level=debug msg="skipping cgo generation"
time="2019-04-09T08:58:14+02:00" level=debug msg="running cgoTemplate" mode=2 module=Gamepad path= pkg=Gamepad target=windows
time="2019-04-09T08:58:14+02:00" level=debug msg="skipping cgo generation"
time="2019-04-09T08:58:14+02:00" level=debug msg="running cgoTemplate" mode=2 module=Qml path= pkg=Qml target=windows
time="2019-04-09T08:58:14+02:00" level=debug msg="skipping cgo generation"
time="2019-04-09T08:58:14+02:00" level=debug msg="running cgoTemplate" mode=2 module=WebSockets path= pkg=WebSockets target=windows
time="2019-04-09T08:58:14+02:00" level=debug msg="skipping cgo generation"
time="2019-04-09T08:58:14+02:00" level=debug msg="running cgoTemplate" mode=2 module=XmlPatterns path= pkg=XmlPatterns target=windows
time="2019-04-09T08:58:14+02:00" level=debug msg="skipping cgo generation"
time="2019-04-09T08:58:14+02:00" level=debug msg="running cgoTemplate" mode=2 module=WebChannel path= pkg=WebChannel target=windows
time="2019-04-09T08:58:14+02:00" level=debug msg="skipping cgo generation"
time="2019-04-09T08:58:14+02:00" level=debug msg="running cgoTemplate" mode=2 module=Svg path= pkg=Svg target=windows
time="2019-04-09T08:58:14+02:00" level=debug msg="skipping cgo generation"
time="2019-04-09T08:58:14+02:00" level=debug msg="running cgoTemplate" mode=2 module=Speech path= pkg=Speech target=windows
time="2019-04-09T08:58:14+02:00" level=debug msg="skipping cgo generation"
time="2019-04-09T08:58:14+02:00" level=debug msg="running cgoTemplate" mode=2 module=Gui path= pkg=Gui target=windows
time="2019-04-09T08:58:14+02:00" level=debug msg="skipping cgo generation"
time="2019-04-09T08:58:14+02:00" level=debug msg="running cgoTemplate" mode=2 module=Sensors path= pkg=Sensors target=windows
time="2019-04-09T08:58:14+02:00" level=debug msg="skipping cgo generation"
time="2019-04-09T08:58:14+02:00" level=debug msg="running cgoTemplate" mode=2 module=Xml path= pkg=Xml target=windows
time="2019-04-09T08:58:14+02:00" level=debug msg="skipping cgo generation"
time="2019-04-09T08:58:14+02:00" level=debug msg="running cgoTemplate" mode=2 module=Nfc path= pkg=Nfc target=windows
time="2019-04-09T08:58:14+02:00" level=debug msg="skipping cgo generation"
time="2019-04-09T08:58:14+02:00" level=debug msg="skipping cgo generation"
time="2019-04-09T08:58:14+02:00" level=debug msg="running cgoTemplate" mode=2 module=Core path= pkg=Core target=windows
time="2019-04-09T08:58:14+02:00" level=debug msg="skipping cgo generation"
time="2019-04-09T08:58:14+02:00" level=debug msg="skipping cgo generation"
time="2019-04-09T08:58:14+02:00" level=debug msg="skipping cgo generation"
time="2019-04-09T08:58:14+02:00" level=debug msg="skipping cgo generation"
time="2019-04-09T08:58:14+02:00" level=debug msg="skipping cgo generation"
time="2019-04-09T08:58:14+02:00" level=debug msg="skipping cgo generation"
time="2019-04-09T08:58:14+02:00" level=debug msg="skipping cgo generation"
time="2019-04-09T08:58:14+02:00" level=debug msg=Execute _func=RunCmd cmd="go env GOMOD" dir= env= name=GOMOD
time="2019-04-09T08:58:14+02:00" level=debug msg=Execute _func=RunCmd cmd="go build -p 8 -v -ldflags=all=\"-s\" \"-w\" \"-H=windowsgui\" \"-extldflags=-v\" -o X:\\Dev\\Github\\MyRepository\\MyApp\\deploy\\windows\\MyApp.exe -x -tags=\"minimal\"" dir="X:\\Dev\\Github\\MyRepository\\MyApp" env="/* Is that wall of env values useful for you? */" error="exit status 2" name="build for windows on windows"
WORK=Y:\AppData\Local\Temp\go-build893599246
_/X_/Dev/Github/MyRepository/MyApp/Libs
mkdir -p $WORK\b002\
cat >$WORK\b002\importcfg << 'EOF' # internal
# import config
importmap ../client=_/X_/Dev/Github/MyRepository/MyApp/client
packagefile _/X_/Dev/Github/MyRepository/MyApp/client=Z:\Users\Anarz\AppData\Local\go-build\69\693880820cc3e579a327988395b67a6a97d4656c5ceab3194c4aa4704b2294a3-d
packagefile github.com/therecipe/qt/core=Z:\Users\Anarz\AppData\Local\go-build\41\41568e889bfe72bd27071117f482e9b2099bce3b09933c059af2c9aa06257337-d
packagefile github.com/therecipe/qt/gui=Z:\Users\Anarz\AppData\Local\go-build\a0\a072bcd89140a607a4bfa5c14ce8327dc5df5e6e68427c786bc0d86a966748b0-d
packagefile github.com/therecipe/qt/uitools=Z:\Users\Anarz\AppData\Local\go-build\66\668cb2ecc7a84c180a94e35944b215b0cb1c472c46fb12f6f645c6cae63a3336-d
packagefile github.com/therecipe/qt/widgets=Z:\Users\Anarz\AppData\Local\go-build\5a\5af5b809306489290ddb94440c5d2e3d98a8c9fd9ae4c95f37f6abca3fc7c5e5-d
packagefile io/ioutil=X:\GoCore\GoRoot\pkg\windows_amd64\io\ioutil.a
packagefile log=X:\GoCore\GoRoot\pkg\windows_amd64\log.a
packagefile os=X:\GoCore\GoRoot\pkg\windows_amd64\os.a
packagefile path/filepath=X:\GoCore\GoRoot\pkg\windows_amd64\path\filepath.a
packagefile sort=X:\GoCore\GoRoot\pkg\windows_amd64\sort.a
packagefile strings=X:\GoCore\GoRoot\pkg\windows_amd64\strings.a
packagefile time=X:\GoCore\GoRoot\pkg\windows_amd64\time.a
EOF
cd X:\Dev\Github\MyRepository\MyApp\Libs
"X:\\GoCore\\GoRoot\\pkg\\tool\\windows_amd64\\compile.exe" -o "Y:\\AppData\\Local\\Temp\\go-build893599246\\b002\\_pkg_.a" -trimpath "Y:\\AppData\\Local\\Temp\\go-build893599246\\b002" -p _/X_/Dev/Github/MyRepository/MyApp/Libs -complete -buildid 5Xp-bQDwAajiJDPd7_f7/5Xp-bQDwAajiJDPd7_f7 -goversion go1.12.1 -D _/X_/Dev/Github/MyRepository/MyApp/Libs -importcfg "Y:\\AppData\\Local\\Temp\\go-build893599246\\b002\\importcfg" -pack -c=4 "X:\\Dev\\Github\\MyRepository\\MyApp\\Libs\\RawGUI.go" "X:\\Dev\\Github\\MyRepository\\MyApp\\Libs\\System.go"
# _/X_/Dev/Github/MyRepository/MyApp/Libs
Libs\System.go:19:17: undefined: widgets.QWidget
Libs\System.go:42:47: undefined: widgets.QTableWidget
Libs\System.go:53:2: undefined: widgets.NewQApplication
Libs\System.go:57:2: undefined: widgets.QApplication_Exec
Libs\System.go:60:16: undefined: widgets.QWidget
Libs\System.go:187:41: undefined: widgets.QTableWidget
Libs\System.go:191:43: undefined: widgets.QTableWidget
Libs\System.go:195:39: undefined: widgets.QTableWidget
Libs\System.go:285:28: undefined: widgets.QTableWidget
Libs\System.go:311:24: undefined: widgets.QTableWidget
Libs\System.go:19:17: too many errors

EDIT 1 : I just noticed this part of the patch is confusing..

-   if out, err := exec.Command(argv[0], argv[1:]...).CombinedOutput(); err != nil {
+   cmd := exec.Command(argv[0], argv[1:]...)
+   cleanup := passLongArgsInResponseFiles(cmd)
+   defer cleanup()
+   if out, err := cmd.CombinedOutput(); err != nil {
        Exitf("running %s failed: %v\n%s", argv[0], err, out)
    } else if len(out) > 0 {
// always print external output even if the command is successful, so that we don't

This line is 1100's in my lib.go if out, err := exec.Command(argv[0], argv[1:]...).CombinedOutput(); err != nil {

And this line just doesnt exist in my lib.go } else if len(out) > 0 {

Maybe an issue with my go version (LTS) ?

EDIT 2 : I adapted the changes to the right function, I had a little misunderstood and I think there is also a difference in version of Go, now "qtsetup test windows" no longer returns errors :

# .//qtsetup test windows
time="2019-04-09T10:51:44+02:00" level=info msg="running: 'qtsetup test windows' [docker=false] [vagrant=false]"
time="2019-04-09T10:51:44+02:00" level=info msg="testing widgets\\line_edits"
time="2019-04-09T10:52:41+02:00" level=info msg="testing widgets\\pixel_editor"
time="2019-04-09T10:53:24+02:00" level=info msg="testing widgets\\textedit"
time="2019-04-09T10:55:14+02:00" level=info msg="testing qml\\application"
time="2019-04-09T10:55:54+02:00" level=info msg="testing qml\\drawer_nav_x"
time="2019-04-09T10:56:51+02:00" level=info msg="testing qml\\gallery"
time="2019-04-09T10:57:37+02:00" level=info msg="testing quick\\calc"

But nothing runs. No GUI appear. When I try to run the .exe in .\deploy folder for each of them, I get this error : error1 Trad : "The procedure entry point timeBeginPeriod was not found in the KERNEL32.dll dynamic-link library."

With qtdeploy myApp, I get the same error as above (undefined widgets) Here is my $GOROOT$\src\cmd\link\internal\ld\lib.go : lib.zip

Thank you for your work and your efforts to solve the inconveniences.

EDIT 3 : The timeBeginPeriod error is related to Windows 7. Binaries runs on Windows 10. Maybe you have a simple answer for myapp compilation error ?

EDIT 4 : Finally I just compiled a static binary for myApp, but I had to (in Go) import "github.com\therecipe\qt.." libs from "package main" and export my functions using bindings in this package. If I import libs from a local package that I import in main package, these seems to be not recognized and I cant understand why.

therecipe commented 5 years ago

Thanks for the log, and no the env variables are probably not important. On another note, I probably should reduce the go env and go list usage by time.

Maybe an issue with my go version (LTS) ?

Ah shit sorry, yeah the patch was meant to be used with Go 1.11.2 But it seems like you solved this one already.

The timeBeginPeriod error is related to Windows 7. Binaries runs on Windows 10.

Yeah, it seems to be this issue https://github.com/msys2/MINGW-packages/issues/4984 I worked around it with https://github.com/therecipe/qt/commit/20875b03279ff713a411e8a47bc4296de6c5b0bf#diff-87f894950e394ed663ce73ec94d1c5a0 for now.

If you want to test it, you will probably need to update qtdeploy and qtsetup and re-run the full setup (or remove all minimal_cgo* files from therecipe/qt/{core,gui,...}), before running qtdeploy.

If I import libs from a local package that I import in main package, these seems to be not recognized and I cant understand why.

I'm currently setting up a vm and will look into this.

0xAnarz commented 5 years ago

Yeah, it seems to be this issue msys2/MINGW-packages#4984 I worked around it with 20875b0#diff-87f894950e394ed663ce73ec94d1c5a0 for now. If you want to test it, you will probably need to update qtdeploy and qtsetup and re-run the full setup (or remove all minimal_cgo* files from therecipe/qt/{core,gui,...}), before running qtdeploy.

I did it, and I confirm that it definitely fixes this error, the binaries works with W7 & W10 (Who cares about 8.1? :D)

There's still issue while installing qt/designer and qt/gamepad, but my main issue is resolved.

I'm currently setting up a vm and will look into this.

In order to solve the remaining problems, I remain at your disposal if you need me to perform tests on my side.

Thank you again for your time and efforts.