From mboxrd@z Thu Jan 1 00:00:00 1970 From: "=?utf-8?q?S=2E=C3=87a=C4=9Flar?= Onur" Subject: Re: 3.1.x and 3.2.x releases Date: Fri, 28 Dec 2007 12:17:08 +0200 Message-ID: <200712281217.11561.caglar@pardus.org.tr> References: Reply-To: caglar@pardus.org.tr Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1929343953==" Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Mime-version: 1.0 Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Keir Fraser Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org --===============1929343953== Content-Type: multipart/signed; boundary="nextPart5309175.HaoAre1gJT"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit --nextPart5309175.HaoAre1gJT Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi Keir; 28 Ara 2007 Cum tarihinde, Keir Fraser =C5=9Funlar=C4=B1 yazm=C4=B1=C5=9Ft= =C4=B1:=20 > It's not obvious what the problem is. DEFINE_XEN_GUEST_HANDLE() is defined > at that point in xen.h because we have used it earlier. This is also true > for uint8_t, uint16_t, etc. You'll have to do a bit more digging (e.g., u= se > gcc -E option to get the post-processed source, and see if that shows > anything obviously wrong). Seems like [...] DEFINE_XEN_GUEST_HANDLE(uint8_t); DEFINE_XEN_GUEST_HANDLE(uint16_t); DEFINE_XEN_GUEST_HANDLE(uint32_t); DEFINE_XEN_GUEST_HANDLE(uint64_t); [...] in xen.h converted [...] typedef unsigned char * __guest_handle_unsigned char; typedef unsigned short int * __guest_handle_unsigned short int; typedef unsigned int * __guest_handle_unsigned int; typedef unsigned long long int * __guest_handle_unsigned long long int; [...] and [...] XEN_GUEST_HANDLE(uint8_t) edid; [...] in platform.h converted [...] __guest_handle_unsigned char edid; [...] which causes the build errors.=20 Cheers =2D-=20 S.=C3=87a=C4=9Flar Onur http://cekirdek.pardus.org.tr/~caglar/ Linux is like living in a teepee. No Windows, no Gates and an Apache in hou= se! --nextPart5309175.HaoAre1gJT Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (GNU/Linux) iD8DBQBHdM0ny7E6i0LKo6YRAmV8AKDEPEgyb/xI4Quha6ciCT7U415UYgCeJtzr HEZVtE1fu1K0qILEPv+CIM0= =ln+6 -----END PGP SIGNATURE----- --nextPart5309175.HaoAre1gJT-- --===============1929343953== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel --===============1929343953==--