From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Stabellini Subject: Re: lwip include path in stubdom/Makefile Date: Tue, 28 Apr 2009 14:44:13 +0100 Message-ID: <49F7082D.4020903@eu.citrix.com> References: <87fxfu3qw4.fsf@tac.ki.iif.hu> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <87fxfu3qw4.fsf@tac.ki.iif.hu> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Ferenc Wagner Cc: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org Ferenc Wagner wrote: > Hi, > > stubdom/Makefile says: > > TARGET_CPPFLAGS += -isystem $(CURDIR)/lwip/src/include > TARGET_CPPFLAGS += -isystem $(CURDIR)/lwip/src/include/ipv4 > > but shouldn't these be > > TARGET_CPPFLAGS += -isystem $(CURDIR)/lwip-$(XEN_TARGET_ARCH)/src/include > TARGET_CPPFLAGS += -isystem $(CURDIR)/lwip-$(XEN_TARGET_ARCH)/src/include/ipv4 > > instead? Putting in -x86_32 in my case helped much... They are, on xen-unstable, the fix is CS 18472.