qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Please update Pixman submodule
@ 2015-01-11 18:23 Programmingkid
  2015-01-11 18:40 ` Peter Maydell
  0 siblings, 1 reply; 4+ messages in thread
From: Programmingkid @ 2015-01-11 18:23 UTC (permalink / raw)
  To: qemu-devel qemu-devel

[-- Attachment #1: Type: text/plain, Size: 437 bytes --]

The Pixman version that installs with this command has issues:  
(2) Fetch the pixman submodule, using:
             git submodule update --init pixman

It does not compile on Mac OS X. The newest version from here does compile:
git://anongit.freedesktop.org/pixman

It would help a lot if someone could update the submodule. 

Couldn't find the person to go to for Pixman in the MAINTAINERS file, that is why I am asking here. 

[-- Attachment #2: Type: text/html, Size: 1756 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] Please update Pixman submodule
  2015-01-11 18:23 [Qemu-devel] Please update Pixman submodule Programmingkid
@ 2015-01-11 18:40 ` Peter Maydell
  2015-01-11 19:44   ` Programmingkid
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Maydell @ 2015-01-11 18:40 UTC (permalink / raw)
  To: Programmingkid; +Cc: qemu-devel qemu-devel, Gerd Hoffmann

On 11 January 2015 at 18:23, Programmingkid <programmingkidx@gmail.com> wrote:
> The Pixman version that installs with this command has issues:
> (2) Fetch the pixman submodule, using:
>              git submodule update --init pixman
>
> It does not compile on Mac OS X. The newest version from here does compile:
> git://anongit.freedesktop.org/pixman
>
> It would help a lot if someone could update the submodule.
>
> Couldn't find the person to go to for Pixman in the MAINTAINERS file, that
> is why I am asking here.

Personally I build with the OSX pixman, which I think is provided
as part of XQuartz these days. I did a test build without the system
pixman, though, and it does indeed fail:

[...]
cd . && /bin/sh ./config.status config.h
config.status: creating config.h
/Applications/Xcode.app/Contents/Developer/usr/bin/make  all-recursive
Making all in pixman
make[3]: *** No rule to make target `pixman-combine.h.template',
needed by `pixman-combine32.h'.  Stop.

Unfortunately the pixman version we're currently synced with (0.32.6)
is the most recent upstream pixman release as far as I can tell, so
I'm not sure we can really update the submodule.

-- PMM

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] Please update Pixman submodule
  2015-01-11 18:40 ` Peter Maydell
@ 2015-01-11 19:44   ` Programmingkid
  2015-01-11 20:36     ` Peter Maydell
  0 siblings, 1 reply; 4+ messages in thread
From: Programmingkid @ 2015-01-11 19:44 UTC (permalink / raw)
  To: Peter Maydell; +Cc: qemu-devel qemu-devel, Gerd Hoffmann


On Jan 11, 2015, at 1:40 PM, Peter Maydell wrote:

> On 11 January 2015 at 18:23, Programmingkid <programmingkidx@gmail.com> wrote:
>> The Pixman version that installs with this command has issues:
>> (2) Fetch the pixman submodule, using:
>>             git submodule update --init pixman
>> 
>> It does not compile on Mac OS X. The newest version from here does compile:
>> git://anongit.freedesktop.org/pixman
>> 
>> It would help a lot if someone could update the submodule.
>> 
>> Couldn't find the person to go to for Pixman in the MAINTAINERS file, that
>> is why I am asking here.
> 
> Personally I build with the OSX pixman, which I think is provided
> as part of XQuartz these days. I did a test build without the system
> pixman, though, and it does indeed fail:

How do you use the OS X's pixman with QEMU?

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] Please update Pixman submodule
  2015-01-11 19:44   ` Programmingkid
@ 2015-01-11 20:36     ` Peter Maydell
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Maydell @ 2015-01-11 20:36 UTC (permalink / raw)
  To: Programmingkid; +Cc: qemu-devel qemu-devel, Gerd Hoffmann

On 11 January 2015 at 19:44, Programmingkid <programmingkidx@gmail.com> wrote:
>
> On Jan 11, 2015, at 1:40 PM, Peter Maydell wrote:
>> Personally I build with the OSX pixman, which I think is provided
>> as part of XQuartz these days. I did a test build without the system
>> pixman, though, and it does indeed fail:
>
> How do you use the OS X's pixman with QEMU?

Configure will automatically select it if the pkg-config
you're using knows about it. For me, that happens because
fink's pkg-config is configured to look for pkg-config files
in /opt/X11/lib/pkgconfig, and there's a pixman-1.pc file
there which describes the pixman in /opt/X11. So:

 $ pkg-config --libs pixman-1
 -L/opt/X11/lib -lpixman-1

At least, I think that the /opt/X11/lib/ pixman comes from
XQuartz...

-- PMM

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-01-11 20:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-11 18:23 [Qemu-devel] Please update Pixman submodule Programmingkid
2015-01-11 18:40 ` Peter Maydell
2015-01-11 19:44   ` Programmingkid
2015-01-11 20:36     ` Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).