|
From: <pl...@pi...> - 2015-11-25 12:04:43
|
On 25/11/15 10:07, Ethan A Merritt wrote: > > > > On Wed, 25 Nov 2015, pl...@pi... wrote: > >> Hi, >> >> >> >> >> The jive is now sorted out; CVS is accessible again. >> Allin Cottrell >> >> >> >> Thanks for the heads up, good to see this back in action. >> >> I am trying to build on a new x86_64 Fedora installation. After a bit of >> poking and encouragement it did get through ./configure --with-qt but >> with a rather odd warming: >> >> configure: WARNING: The Qt terminal will use Qt5. >> >> Why is that a warming, is it expected to give problems? >> >> After compiling a fair amount of qt related sfuff, it finally dropped >> out with this: >> >> >> make >> >> .... >> >> /usr/lib64/qt5/bin/lrelease qtterminal/po/qtgnuplot_fr.ts -qm >> qtgnuplot_fr.qm >> make[4]: /usr/lib64/qt5/bin/lrelease: Command not found >> Makefile:1282: recipe for target 'qtgnuplot_fr.qm' failed >> >> >> >> Is the a missing -devel package that the automake tools failed to test >> for, or what? Any suggestions ? > > qt5 lrelease is in package qttools5 > > The error should not be fatal, as the only thing not built is the > french and japanese translations of the error messages. Possibly > it will also want the i18n locale support for French and Japanese. > > Ethan > >> >> TIA, Peter. >> Thanks Ethan, I added qt5-qttools and qt5-qttools-devel packages ( which pulled in a total of 10 new pkgs ). after make clean and config it built with qt. This seems to raise a question about the automake sniffing: 1. Why does it not detect the need for these packages during config Since I have fr language support configured in by some GUI tool, it may be correct that failed. Regards, Peter. |