guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Qt/KDE build system?


From: Hartmut Goebel
Subject: Re: Qt/KDE build system?
Date: Tue, 26 Nov 2019 12:09:57 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.2

Hi,

Ludo wrote:

> I think you could come up with a ‘qt-build-system’ (is that an
> appropriate name?) that simply adds the things above on top of
> ‘gnu-build-system’, similar to what ‘glib-or-gtk-build-system’ does.

Many thanks for this valuable hint!

I've build a prototype and found two issues:

1. qt-build-system.scm is basically a copy of cmake-build-system.scm,
with just a few lines changed. IMHO this is not good, esp. in regard to
maintenance. I tried reusing variable using e.g. "(@ (guix build-systm
cmake) default-cmake)", but this said "symbol not found". Any other ideas?

2. The wrapper collects paths from *all* inputs, thus e.g. cmake will
become a dependency of *every* binary packages using qt-build-system.
(The current ((guix build utils) qt-warp) has the same issue.


-- 
Regards
Hartmut Goebel

| Hartmut Goebel          | address@hidden               |
| www.crazy-compilers.com | compilers which you thought are impossible |


Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]