-
Notifications
You must be signed in to change notification settings - Fork 66
Open
Description
Clean Ubuntu 25.04 image (running in a VM).
I installed golang-go and qtbase5-dev from APT (to ensure I had qmake), then I cloned the goneovim repository, then:
export QT_QMAKE_DIR=/usr/lib/x86_64-linux-gnu/qt5/bin
make qt_bindings
I get the following error:
...
go: downloading github.com/akiyosi/w32 v0.0.0-20240207145154-5d3ee780f6cb
WARN[0000] failed to patch binaries
you won't be able to simply "go build/run" your application, but qtdeploy-ing applications should work nevertheless error="exit status 1"
INFO[0000] running: 'qtsetup prep'
PANI[0000] failed to remove /usr/local/bin/qtrcc error="unlinkat /usr/local/bin/qtrcc: permission denied"
No clue why it's trying to unlink qtrcc.
akiyosi
Metadata
Metadata
Assignees
Labels
No labels