8 messages in com.xensource.lists.xen-develRe: [Xen-devel] Minimum gcc version
FromSent OnAttachments
stev...@TerraLuna.Org15 Jan 2004 18:31 
Kip Macy15 Jan 2004 18:36 
stev...@TerraLuna.Org15 Jan 2004 19:21 
Kip Macy15 Jan 2004 19:56 
stev...@TerraLuna.Org15 Jan 2004 20:24 
Ian Pratt16 Jan 2004 00:09 
Keir Fraser16 Jan 2004 01:06 
Keir Fraser16 Jan 2004 01:45 
Subject:Re: [Xen-devel] Minimum gcc version
From:Keir Fraser (Keir@cl.cam.ac.uk)
Date:01/16/2004 01:45:03 AM
List:com.xensource.lists.xen-devel

On Thu, Jan 15, 2004 at 06:37:03PM -0800, Kip Macy wrote:

Use 1.2 - it supposedly fixes this as well as other issues.

Hmm. xen 1.2 still generates the same parse errors under gcc 2.95. gcc 3.0 works with both 1.1 and 1.2. Debian woody stock packages.

Grr.. This looks due to our cheesy strategy of copying the gcc stock stdarg.h into the Xen tree (so that we can then specify -nostdinc and not get other random 'standard' headers pulled in).

I guess the stdarg.h packaged with various versions of gcc are mutually incompatible.

Okay, I tested this out myself and reproduced the error. I've pushed a suitable fix for 1.2 and 1.3 (the current unstable release).

-- Keir