Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error building qtdrv in windows 10 amd64 #33

Open
tinycedar opened this issue Jul 2, 2016 · 1 comment
Open

Error building qtdrv in windows 10 amd64 #33

tinycedar opened this issue Jul 2, 2016 · 1 comment

Comments

@tinycedar
Copy link

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
@ddo
Copy link

ddo commented Aug 13, 2016

set this ENV before qmake

set QMAKESPEC=C:\Qt\<version>\<path>\mkspecs\win32-g++

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants