This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ERRO[0327] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/core" env="PATH=/home/jamal/go/bin:/home/jamal/.config/composer/vendor/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl GOPATH=/home/jamal/go CGO_CFLAGS_ALLOW=.* CGO_CXXFLAGS_ALLOW=.* CGO_LDFLAGS_ALLOW=.* GOOS=linux CGO_ENABLED=1 GOROOT=/usr/lib/go GOARCH=amd64" error="exit status 2" func=RunCmdOptionalError name="install core" | |
github.com/therecipe/qt | |
github.com/therecipe/qt/core | |
# github.com/therecipe/qt/core | |
core.cpp: In function 'void* QAbstractAnimation_NewQAbstractAnimation(void*)': | |
core.cpp:246:19: error: 'QAbstract3DGraph' does not name a type; did you mean 'QAbstractState'? | |
if (dynamic_cast<QAbstract3DGraph*>(static_cast<QObject*>(parent))) { | |
^~~~~~~~~~~~~~~~ | |
QAbstractState | |
core.cpp:246:35: error: expected '>' before '*' token |
OlderNewer