You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I am building qtdrv in windows but error occurs, I've installed Qt creator 4.0.2(Qt 5.7.0) and mingw-w64.
PS D:\go\src\github.com\visualfc\goqt\qtdrv> qmake "CONFIG+=release"
PS D:\go\src\github.com\visualfc\goqt\qtdrv> mingw32-make
C:/Program Files/mingw-w64/x86_64-5.3.0-posix-seh-rt_v4-rev0/mingw64/bin/mingw32-make -f Makefile.Release
mingw32-make[1]: Entering directory 'D:/go/src/github.com/visualfc/goqt/qtdrv'
Makefile.Release:95: *** missing separator. Stop.
mingw32-make[1]: Leaving directory 'D:/go/src/github.com/visualfc/goqt/qtdrv'
Makefile:34: recipe for target 'release' failed
mingw32-make: *** [release] Error 2
PS D:\go\src\github.com\visualfc\goqt\qtdrv> go env
set GOARCH=amd64
set GOBIN=
set GOEXE=.exe
set GOHOSTARCH=amd64
set GOHOSTOS=windows
set GOOS=windows
set GOPATH=D:\go
set GORACE=
set GOROOT=D:\Program Files\go
set GOTOOLDIR=D:\Program Files\go\pkg\tool\windows_amd64
set GO15VENDOREXPERIMENT=1
set CC=gcc
set GOGCCFLAGS=-m64 -mthreads -fmessage-length=0
set CXX=g++
set CGO_ENABLED=1
The text was updated successfully, but these errors were encountered:
Hi I am building qtdrv in windows but error occurs, I've installed Qt creator 4.0.2(Qt 5.7.0) and mingw-w64.
The text was updated successfully, but these errors were encountered: