From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabio Fantoni Subject: xen-unstable build fails with XEN_DUMP_DIR undeclader in xl_cmdimpl.c Date: Mon, 08 Jun 2015 13:25:05 +0200 Message-ID: <55757B91.90102@m2r.biz> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15"; Format="flowed" Content-Transfer-Encoding: quoted-printable Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel , Ian Campbell , Ian Jackson , Olaf Hering , Wei Liu List-Id: xen-devel@lists.xenproject.org I saw that config/Paths.mk contains: XEN_DUMP_DIR :=3D /var/lib/xen/dump But build fails with: > xl_cmdimpl.c: In function =E2handle_domain_death=E2: > xl_cmdimpl.c:2330:33: error: =E2XEN_DUMP_DIR=E2 undeclared (first use in = > this function) > xl_cmdimpl.c:2330:33: note: each undeclared identifier is reported = > only once for each function it appears in > xl_cmdimpl.c:2330:46: error: expected =E2)=E2 before string constant With a fast look in code I not found the right cause. Thanks for any reply and sorry for my bad english.