qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 00/11] qemu: use virtio linux headers in port


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH v2 00/11] qemu: use virtio linux headers in portable code
Date: Sun, 26 May 2013 19:00:58 +0100

On 26 May 2013 18:51, Michael S. Tsirkin <address@hidden> wrote:
> On Sun, May 26, 2013 at 04:43:57PM +0100, Peter Maydell wrote:
>> This series breaks compilation on MacOSX:
>>
>>   CC    net/eth.o
>> In file included from net/eth.c:18:
>> In file included from /Users/pm215/src/qemu/include/net/eth.h:29:
>> /Users/pm215/src/qemu/linux-headers/linux/if_ether.h:24:10: fatal
>> error: 'linux/types.h' file not found
>> #include <linux/types.h>
>>          ^
>> 1 error generated.
>> make: *** [net/eth.o] Error 1

> Could be a stale file in your tree ...
> Did configure get re-run?
> Could you post the config-host.mak file please?

Configure did get rerun, but where are you expecting the header
to pull linux/types.h from?  Your patchset adds files which include
it but doesn't add any copy itself, so if you're not on a Linux
host then it just doesn't exist...

config-host.mak attached.

thanks
-- PMM

Attachment: config-host.mak
Description: Binary data


reply via email to

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