Re: How to handle concurrent QT versions

2023-03-03 Thread Andreas Enge
Am Fri, Mar 03, 2023 at 09:47:42AM +0100 schrieb Alexander Asteroth: > Then it will probably be as easy (an cleaner) to make the program into a > "real" guix package with all the correct dependencies and install this > package. Indeed, good point, this could also be an interesting option. And "--

Re: How to handle concurrent QT versions

2023-03-03 Thread Alexander Asteroth
Then it will probably be as easy (an cleaner) to make the program into a "real" guix package with all the correct dependencies and install this package. Cheers, Alex On Thu, Mar 02 2023, 11:11:56, Andreas Enge wrote: > Am Wed, Mar 01, 2023 at 09:14:27AM +0100 schrieb Alexander Asteroth: >> guix

Re: How to handle concurrent QT versions

2023-03-02 Thread Andreas Enge
Am Wed, Mar 01, 2023 at 09:14:27AM +0100 schrieb Alexander Asteroth: > guix packages but simply made them compile (after some manual changes to > the code) in my current environment. If I now run a `guix package -u` > the libraries (from qtbase) get upgraded from 5.15.5 to 6.3.1 and the > program f

Re: How to handle concurrent QT versions

2023-03-01 Thread Felix Lechner via
Hi Alexander, On Wed, Mar 1, 2023 at 12:23 AM Alexander Asteroth wrote: > > I guess I either need to make them into guix packages or let them run in > the old guix environment they were build in, right? I believe you are right (but I am new here). Happy hacking! Kind regards Felix Lechner

Re: How to handle concurrent QT versions

2023-03-01 Thread Alexander Asteroth
Dear Andreas, thanks for the reply. If I get you correctly the point you make: > [...] unless you also install the Qt libraries into your profile. is probably the cause of my problem. I did not build the softwares as guix packages but simply made them compile (after some manual changes to the cod

Re: How to handle concurrent QT versions

2023-02-28 Thread Andreas Enge
Hello, Am Tue, Feb 28, 2023 at 12:25:13PM +0100 schrieb Alexander Asteroth: > since two month I didn't update my guix system now since I have a few > self compiled softwares that depend on QT@5.15 (qtbase, etc.) which I > need every day. Now version 6 of QT replaces 5 everywhere and whithout > upd

How to handle concurrent QT versions

2023-02-28 Thread Alexander Asteroth
Dear all, since two month I didn't update my guix system now since I have a few self compiled softwares that depend on QT@5.15 (qtbase, etc.) which I need every day. Now version 6 of QT replaces 5 everywhere and whithout updating to 6 I cannot update a lot of other packages. How do you guys handl