qemu-devel
[Top][All Lists]
Advanced

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

Re: [RFC] QEMU as Xcode project on macOS


From: Daniel P . Berrangé
Subject: Re: [RFC] QEMU as Xcode project on macOS
Date: Thu, 10 Sep 2020 08:37:10 +0100
User-agent: Mutt/1.14.6 (2020-07-11)

On Wed, Sep 09, 2020 at 08:56:48PM +0200, Christian Schoenebeck wrote:
> On Mittwoch, 9. September 2020 20:13:55 CEST Daniel P. Berrangé wrote:
> > > On Mittwoch, 9. September 2020 15:40:05 CEST Daniel P. Berrangé wrote:
> > > > Ideally any xcode setup would just invoke whatever our standard
> > > > build tools are IMHO, so it has zero possibility of introducing
> > > > new build problems.
> > > 
> > > Then you would not win anything on Mac. The problematic on macOS is that
> > > Apple froze many standard FOSS tools that switched to GPL3. So by default
> > > you just have e.g. GNU make 3.81 (2006), Bash 3.2.57 (2007), ...  unless
> > > you start to manually install them (e.g. from Homebrew & Co). And being
> > > forced to use Meson on Mac with all its Python dependencies does not make
> > > it easier.
> > 
> > It is going to need to use homebrew (or an equivalent) to bring in various
> > 3rd party libraries QEMU depends on at build time, not least glib.
> 
> External libraries are not the problem. AFAICS that's just libffi, glib and 
> pixman. These could be added as submodules.
> 
> The more relevant ones would be the build tools that those QEMU scripts are 
> running to auto generate source files.

I don't think we want to be adding more 3rd party deps as submodules, quite
the opposite, we want to remove more submodules we currently have.

Bundling every important dep we use as a submodule and providing build rules,
means we're effectively re-inventing Homebrew / MacPorts and this is not a
sane use of our time.

Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|




reply via email to

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