[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] xen: Don't use -nostdinc flags with CLANG
At 23:29 +0000 on 10 Feb (1392071374), Julien Grall wrote: > Commit 06a9c7e "xen: move -nostdinc into common Rules.mk." breaks > compilation with clang: > > In file included from sched_sedf.c:8: > In file included from /home/julieng/works/xen/xen/include/xen/lib.h:5: > /home/julieng/works/xen/xen/include/xen/stdarg.h:20:12: error: 'stdarg.h' file > not found with <angled> include; use "quotes" instead > ^~~~~~~~~~ > "stdarg.h" Looks like on your system stdarg.h doesn't live in a compiler-specific path, like we have for the BSDs. I think we should just go to using our own definitions for stdarg/stdbool everywhere; trying to chase the compiler-specific versions around is a PITA, and the pieces we actually need are trivial. Tim. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |