Re: [solved] Xubuntu 20.04: Qt Library

2020-12-14 Thread Hartmut Haase
Hi Richard, You used --enable-qt5? Yes, but it did not work at first. Now, after having installed more recommended packages, it woeked. Thank you (all). -- Viele Grüße, Hartmut Hungerhilfe: http://www.thehungersite.com Das heutige Motto: Die Welt, die wir geschaffen haben, ist das Resultat

Re: Xubuntu 20.04: Qt Library

2020-12-13 Thread Richard Kimberly Heck
On 12/13/20 3:46 AM, Hartmut Haase wrote: > Hib Kornel, > and I never had problems to compile LyX under Xubuntu 18.04 and earler > versions. You used --enable-qt5? Riki -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users

Re: Xubuntu 20.04: Qt Library

2020-12-13 Thread Hartmut Haase
Hib Kornel, and I never had problems to compile LyX under Xubuntu 18.04 and earler versions. -- Viele Grüße, Hartmut Haase Hungerhilfe: http://www.thehungersite.com Das heutige Motto: Die Welt, die wir geschaffen haben, ist das Resultat einer überholten Denkweise. Die Probleme, die sich daraus

Re: Xubuntu 20.04: Qt Library

2020-12-13 Thread Hartmut Haase
Hi Kornel, You may miss the qt-devel packages. Here, the following packs are installed: libqt5opengl5-dev:amd64 libqt5svg5-dev:amd64 libqt5webchannel5-dev:amd64 libqt5webkit5-dev:amd64 libqt5webview5-dev:amd64 libqt5x11extras5-dev:amd64 libqt5xmlpatterns5-dev:amd64 I installed them but

Re: Xubuntu 20.04: Qt Library

2020-12-12 Thread Alan Tyree
Or use Gnu Stow to keep the new installation tucked safely away from the normal Debian tree structure. The Gnu documentation is good, and there are a number of good tutorials. Best of both worlds since you don't destroy the basic Debian structure with the risky PPA and you can still have the new

Re: Xubuntu 20.04: Qt Library

2020-12-12 Thread John White
Thanks to all. As I have 5 employees who also use lyx (we run a Gates-free office) and we edit each other's documents, I think it best to await the next release of Debian - even if I miss a few goodies in the interim. John On Saturday, December 12, 2020 2:47:28 PM PST Dr Eberhard W Lisse

Re: Xubuntu 20.04: Qt Library

2020-12-12 Thread Dr Eberhard W Lisse
I would try the PPA on a testsystem before changing in production, in your situation. That would then update with the usual “apt update”. I like bleeding edge, tip of the spear, crack of my ass, to quote... but use homebrew on the mac so as to not have to do anything manually which is

Re: Xubuntu 20.04: Qt Library

2020-12-12 Thread Richard Kimberly Heck
On 12/12/20 4:18 PM, John White wrote: This sounds like an excellent way to keep lyx up to date, but I am clueless about alternative repositories. If they require github, I'm not interested. Lyx 2.3.2 ships with Debian Buster and it works fine for my purposes. I have learned that adding

Re: Xubuntu 20.04: Qt Library

2020-12-12 Thread John White
This sounds like an excellent way to keep lyx up to date, but I am clueless about alternative repositories. If they require github, I'm not interested. Lyx 2.3.2 ships with Debian Buster and it works fine for my purposes. I have learned that adding software versions not in the Buster

Re: Xubuntu 20.04: Qt Library

2020-12-12 Thread José Abílio Matos
On Friday, December 11, 2020 5:32:44 PM WET Richard Kimberly Heck wrote: > I'm a little puzzled why you would need that. LyX uses Qt, yes, but > packages like that typically involve some kind of communication between > Qt and Gtk. I don't know why LyX would need that. I would expect for those

Re: Xubuntu 20.04: Qt Library

2020-12-12 Thread Richard Kimberly Heck
On 12/12/20 5:47 AM, Hartmut Haase wrote: > Hi Richard, >> I'm a little puzzled why you would need that. LyX uses Qt, yes, but > if I install LyX from the distribution it is about 9 month older than > the last release. Because this one does not have binaries for all > distributions, I use to

Re: Xubuntu 20.04: Qt Library

2020-12-12 Thread Dr Eberhard W Lisse
Hartmut, would a better approach not be an alternative repository from which the package manager then can install the latest DEB? el On 2020-12-12 12:47 , Hartmut Haase wrote: Hi Richard, I'm a little puzzled why you would need that. LyX uses Qt, yes, but if I install LyX from the

Re: Xubuntu 20.04: Qt Library

2020-12-12 Thread Kornel Benko
Am Sat, 12 Dec 2020 11:38:08 +0100 schrieb Hartmut Haase : > Hi Kornel, Hi Hartmut, its long time since your last mails ... > > Do you compile with automake or cmake? > > the compile steps are > autogen.sh > configure > make > > configure cannot find theQt Library > -- > Viele Grüße, >

Re: Xubuntu 20.04: Qt Library

2020-12-12 Thread Hartmut Haase
Hi Richard, I'm a little puzzled why you would need that. LyX uses Qt, yes, but if I install LyX from the distribution it is about 9 month older than the last release. Because this one does not have binaries for all distributions, I use to compile myself. Therefore I need the Qt library files.

Re: Xubuntu 20.04: Qt Library

2020-12-12 Thread Hartmut Haase
Hi Kornel, Do you compile with automake or cmake? the compile steps are autogen.sh configure make configure cannot find theQt Library -- Viele Grüße, Hartmut Hungerhilfe: http://www.thehungersite.com Das heutige Motto: Die Welt, die wir geschaffen haben, ist das Resultat einer überholten

Re: Xubuntu 20.04: Qt Library

2020-12-11 Thread Paul A. Rubin
On 12/11/20 4:58 AM, Hartmut Haase wrote: Hi, to compile LyX I need the Qt Library for qt5-gtk, but I don't know the name of its Package. Can someome help? -- Viele Grüße, Hartmut Hungerhilfe: http://www.thehungersite.com Das heutige Motto: Die Welt, die wir geschaffen haben, ist das Resultat

Re: Xubuntu 20.04: Qt Library

2020-12-11 Thread Richard Kimberly Heck
On 12/11/20 4:58 AM, Hartmut Haase wrote: > Hi, > to compile LyX I need the Qt Library for qt5-gtk, but I don't know the > name of its Package. I'm a little puzzled why you would need that. LyX uses Qt, yes, but packages like that typically involve some kind of communication between Qt and Gtk.

Re: Xubuntu 20.04: Qt Library

2020-12-11 Thread Kornel Benko
Am Fri, 11 Dec 2020 10:58:43 +0100 schrieb Hartmut Haase : > Hi, > to compile LyX I need the Qt Library for qt5-gtk, but I don't know the > name of its Package. Can someome help? > -- > Viele Grüße, > Hartmut > > Hungerhilfe: http://www.thehungersite.com > > Das heutige Motto: > Die Welt, die

Xubuntu 20.04: Qt Library

2020-12-11 Thread Hartmut Haase
Hi, to compile LyX I need the Qt Library for qt5-gtk, but I don't know the name of its Package. Can someome help? -- Viele Grüße, Hartmut Hungerhilfe: http://www.thehungersite.com Das heutige Motto: Die Welt, die wir geschaffen haben, ist das Resultat einer überholten Denkweise. Die Probleme,