WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-api

[Xen-API] vhd_stubs.c compiliation error

To: "xen-api@xxxxxxxxxxxxxxxxxxx" <xen-api@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-API] vhd_stubs.c compiliation error
From: Matthias Blankenhaus <matthiasblankenhaus@xxxxxxxxx>
Date: Tue, 13 Sep 2011 17:51:56 -0700 (PDT)
Delivery-date: Tue, 13 Sep 2011 17:52:09 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1315961516; bh=hZTpGVHT2PiNxL69PL3+l7QR84aqEF78jBtHnkykYMs=; h=X-YMail-OSG:Received:X-Mailer:Message-ID:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type; b=mHWIGIMTMZOP46tq+SKySwwa97xIB2qOwx5xoQiqIg0taC/Y+x9nAqOz/95erNoQHNqAji83r8BVvOkhKAXE4jBWYGvvpRZqmBybPLmccSogcLow3To5w/dEwYSjMwzdbsRqgaEbCgklEUOSlBx5nrCoZMM1an38uz6zzOVAkF0=
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Message-ID:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type; b=bik0qZQNyDJD2ccnCcM63UhbIsQUvCT5qNgXf31eUj7d5Jy4oLgvWTxtNAqz0X/ElRNFMlHoq70uBQiv4j8pD+bkPbK6rxa/vaI6W6uLrWsqtIdbC8CHj84gJWU7H0CjNK8QwkJcJam7+TayUdc/rqwdGZTgjTUGU3yoi9CmtXQ=;
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-api-request@lists.xensource.com?subject=help>
List-id: Discussion of API issues surrounding Xen <xen-api.lists.xensource.com>
List-post: <mailto:xen-api@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=unsubscribe>
Reply-to: Matthias Blankenhaus <matthiasblankenhaus@xxxxxxxxx>
Sender: xen-api-bounces@xxxxxxxxxxxxxxxxxxx
Howdy !

I have cloned the latest git tree from github and ran into the following problem:

# make // looks all good
# make binary
... all goes well until it's trying to build xapi-api-libs:

gcc -D_LARGFILE64_SOURCE -D_GNU_SOURCE -fPIC -c -o vhd_stubs.o vhd_stubs.c
vhd_stubs.c:9:24: fatal error: vhd/libvhd.h : No such file or directory
compilation terminated.

This file is under xapi-api-libs/vhd/.  And indeed, the subdir vhd does not contain the missing header file.

I am compiling this on a Debian wheezy/sid  i686 VM.

Anyone seen this ?

Thanx,
Matthias
_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-API] vhd_stubs.c compiliation error, Matthias Blankenhaus <=