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-users

[Xen-users] Incomplete dm-userspace files

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Incomplete dm-userspace files
From: "Orathai Sukwong" <kobkob@xxxxxxxxx>
Date: Thu, 28 Sep 2006 16:09:03 -0400
Delivery-date: Thu, 28 Sep 2006 13:13:34 -0700
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=iwaz/GXeUskK5GDtqtkJSPTG1qOnyUH3KAykd4ptxccSkIATxq6JJwDuTRlQurVjGF79oUGG+s5PVM3S+dcPsXL2PtIIXZpGChWGkEbncff5jS/lDbpidzgJOjJhbWdi7mn4d3bCau9YvWC+FgdDRNs7Yr9Qs3CMiIyZNwRyG2o=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
I've gotten the dm-userspace source code from this
% hg clone http://static.danplanet.com/hg/dm-userspace. I received these errors when I made it.

dmu.c:238: error: storage size of 'write_metadata_msg' isn't known
dmu.c:244: error: 'DM_USERSPACE_WRITE_METADATA' undeclared (first use in this function)
dmu.c:244: error: (Each undeclared identifier is reported only once
dmu.c:244: error: for each function it appears in.)
dmu.c:238: warning: unused variable 'write_metadata_msg'
dmu.c: In function 'fire_status_event':
dmu.c:474: error: 'DM_USERSPACE_BLOCK_FLUSHED' undeclared (first use in this function)
dmu.c:477: error: 'DM_USERSPACE_WRITE_METADATA' undeclared (first use in this function)
dmu.c:478: error: 'DMU_STATUS_WRITE_METADATA' undeclared (first use in this function)
dmu.c:465: warning: unused variable 'ret'
make: *** [libdmu_la-dmu.lo] Error 1

I believe that I'm missing some .h files. Anyone has the same problems? What files am I missing? Thank you.
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Incomplete dm-userspace files, Orathai Sukwong <=