Closed Martii closed 6 years ago
Works on CI https://travis-ci.org/QupZilla/qupzilla
Doesn't appear to have built under Qt 5.10.0 there except for OS X.
Yeah right, works on my machine with Qt 5.10.
Show me full output of
/opt/Qt/5.10.0/gcc_64/bin/uic -no-stringliteral verticaltabssettings.ui -o build/ui_verticaltabssettings.h
Not much to show.
$ /opt/Qt/5.10.0/gcc_64/bin/uic -no-stringliteral verticaltabssettings.ui -o build/ui_verticaltabssettings.h
File 'verticaltabssettings.ui' is not valid
It's valid for me, what Qt 5.10 you have? Is it some rc/beta/alpha?
Also you need to be in correct directory so the verticaltabssettings.ui
path is valid.
Plain release via Qt Unified Installer. (5.10.0-0-201712041258) Project was building a little while back, not exactly sure at what point... did an upstream master to my master merge and this appeared.
Also you need to be in correct directory so the
verticaltabssettings.ui
path is valid.
Project root here of qupzilla
.
Okee I see... it's night time for me... hold.
cd build
$ /opt/Qt/5.10.0/gcc_64/bin/uic -no-stringliteral verticaltabssettings.ui -o build/ui_verticaltabssettings.h
Could not create output file
Alright, great :D No idea then, it is valid XML file and there is no obvious issue with it.
build
directory doesn't exist, right?
/home/user/repo/git/QupZilla/martii/qupzilla/src/plugins/VerticalTabs/build
Reinitialized my local master (entire tree) from a fresh checkout... something must have burped from my SSD to HDD... builds now. Probably some OS issue and/or clone issue since I moved up to 2TB HDD.
Sorry for the noise... weird error that cropped up though.
Clipped session:
9e632e8 Linux