go-qml / qml

QML support for the Go language
Other
1.96k stars 187 forks source link

doesn't install using go 1.1.2 #1

Closed rogpeppe closed 10 years ago

rogpeppe commented 10 years ago

It should probably be documented that the build fails against go 1.1.2 with this error message:

% go get github.com/niemeyer/qml package github.com/niemeyer/qml imports github.com/niemeyer/qml imports github.com/niemeyer/qml: /home/rog/src/go/src/github.com/niemeyer/qml/bridge.go: invalid #cgo verb: #cgo CPPFLAGS: -I/usr/include/qt5/QtCore/5.0.2/QtCore -I./cpp

munknex commented 10 years ago

From README:

Go 1.2 (in development), for the C++ support of go build