Open QuestionPython opened 7 years ago
I also have this problem! , how can fix?
Last commit in this repo is nearly 2 years ago. You guys need to look at https://github.com/therecipe/qt Its maintained and working
i install qt + qtcreator. (help from https://github.com/therecipe/qt/issues/245 )
$ go build qml.go
# command-line-arguments
./qml.go:5:19: fatal error: capi.h: No such file or directory
// #include "capi.h"
^
compilation terminated.
$ go test
# testmain
2017/03/14 00:22:44 duplicate symbol _cgoexp_0ae46c052b10_hookIdleTimer (types 1 and 1) in github.com/go-qml/qml and /home/guest/go/pkg/linux_amd64/gopkg.in/qml.v1.a(_go_.o)
FAIL github.com/go-qml/qml [build failed]
How Fix?
Hello, i can not build all sample. i also have
qt creator
in system(ubuntu 16.10-64bit)how fix?