[go-nuts] New ABI in 1.12 broke Go-QML

2019-02-27 Thread Ignazio Di Napoli
I was able to solve, I will comment into the issue how I did it. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For mor

[go-nuts] New ABI in 1.12 broke Go-QML

2019-02-27 Thread Ignazio Di Napoli
The new ABI broke Go-QML compilation (https://github.com/go-qml/qml/issues/190). The error is: cdata.Ref: relocation target runtime.acquirem not defined for ABI0 (but is defined for ABIInternal) cdata.Ref: relocation target runtime.releasem not defined for ABI0 (but is defined for ABII