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
Ubuntu 14.04.3 LTS
go version go1.5.2 linux/amd64
Qt version 5.1.1
Qt installed with the Qt installer in /net/aps/64/opt/Qt5.1.1
qml installed with:
export PATH="/net/aps/64/opt/Qt5.1.1/5.1.1/gcc_64/bin:$PATH"
export PKG_CONFIG_PATH=/net/aps/64/opt/Qt5.1.1/5.1.1/gcc_64/lib/pkgconfig
export LD_RUN_PATH="/net/aps/64/opt/Qt5.1.1/5.1.1/gcc_64/lib"
go get gopkg.in/qml.v1
Without setting LD_RUN_PATH, installation fails. Shouldn't setting PKG_CONFIG_PATH be enough?
Then running go test gopkg.in/qml.v1 I get:
# testmain
gopkg.in/qml.v1/cdata.Addrs: runtime.main_main: not defined
gopkg.in/qml.v1/cdata.Addrs: undefined: runtime.main_main
FAIL gopkg.in/qml.v1 [build failed]
See attachment, the output of running go test -x -v gopkg.in/qml.v1 qml_test.txt
The text was updated successfully, but these errors were encountered:
Ubuntu 14.04.3 LTS
go version go1.5.2 linux/amd64
Qt version 5.1.1
Qt installed with the Qt installer in
/net/aps/64/opt/Qt5.1.1
qml installed with:
Without setting
LD_RUN_PATH
, installation fails. Shouldn't settingPKG_CONFIG_PATH
be enough?Then running
go test gopkg.in/qml.v1
I get:See attachment, the output of running
go test -x -v gopkg.in/qml.v1
qml_test.txt
The text was updated successfully, but these errors were encountered: