From owner-freebsd-x11@FreeBSD.ORG Sun Sep 7 07:57:40 2008 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DAF01106566C for ; Sun, 7 Sep 2008 07:57:40 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.230]) by mx1.freebsd.org (Postfix) with ESMTP id A77A28FC12 for ; Sun, 7 Sep 2008 07:57:40 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so1453048rvf.43 for ; Sun, 07 Sep 2008 00:57:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=Xmc/15YSyoUQcZ4F4Q56cs9Mp0/jqdytoS5iZNAxO80=; b=VlM1ATivao3unwHGQGDkuXi6XAeJ+PWCvoaNc4AKifCvW34l61Lz8lAaX06kKqAha3 /Eti0SASXJsFch2LtOzlKC9Oc3a8jamNj3fP0ms+7Gxe0WU7+WsqomE1THXaWURwlgN/ /iPQ/QXnsO080uUyaQw8jIfyngv/gDfSYaXI0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=Xz1WWSK4RzEj+oVNJhludLKWLetbUG3OUGHiZrok7COuNSSURQTeqzu58xaNFU9jzZ ka3RoVrmP91Ph/jMx/We/pRCWXTxA/nZMEDmbeEZKlekYe3YvzuebDdCcrEvdMz+jSfP xV/ipiJwhRhwLIVTYhdAx8zV9ectJnLePjgdk= Received: by 10.141.129.14 with SMTP id g14mr7980308rvn.50.1220774260172; Sun, 07 Sep 2008 00:57:40 -0700 (PDT) Received: by 10.141.86.19 with HTTP; Sun, 7 Sep 2008 00:57:40 -0700 (PDT) Message-ID: <3a142e750809070057p41a2e143wc0d82b3b9c65b466@mail.gmail.com> Date: Sun, 7 Sep 2008 09:57:40 +0200 From: "Paul B. Mahol" To: "Jonathan Frazier" In-Reply-To: <000701c910bb$65d69420$3183bc60$@org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <000701c910bb$65d69420$3183bc60$@org> Cc: x11@freebsd.org Subject: Re: FreeBSD Port: x11-drivers/xf86-video-i810 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Sep 2008 07:57:40 -0000 On 9/7/08, Jonathan Frazier wrote: > I've been attempting to compile xf86-video-i810 for the last several days > and have been unsuccessful. It appears that changes in drm and mipointer > have broken it. > > > > i830_driver.c:7117:2: error: #error "Wrong drm.h file included. You need to > compile and install a recent libdrm." You have libdrm 2.3.1 It will compile succesfully only with libdrm < 2.3.1 > > i830_driver.c: In function 'I830DrmMMInit': > > i830_driver.c:7127: error: 'drm_mm_init_arg_t' undeclared (first use in this > function) > > i830_driver.c:7127: error: (Each undeclared identifier is reported only once > > i830_driver.c:7127: error: for each function it appears in.) > > i830_driver.c:7127: error: expected ';' before 'arg' > > i830_driver.c:7130: error: 'arg' undeclared (first use in this function) > > i830_driver.c:7131: error: 'mm_init' undeclared (first use in this function) > > i830_driver.c:7136: error: 'DRM_IOCTL_MM_INIT' undeclared (first use in this > function) > > i830_driver.c: In function 'I830DrmMMTakedown': > > i830_driver.c:7148: error: 'drm_mm_init_arg_t' undeclared (first use in this > function) > > i830_driver.c:7148: error: expected ';' before 'arg' > > i830_driver.c:7151: error: 'arg' undeclared (first use in this function) > > i830_driver.c:7152: error: 'mm_takedown' undeclared (first use in this > function) > > i830_driver.c:7154: error: 'DRM_IOCTL_MM_INIT' undeclared (first use in this > function) > > i830_driver.c: In function 'I830DrmMMLock': > > i830_driver.c:7163: error: 'drm_mm_init_arg_t' undeclared (first use in this > function) > > i830_driver.c:7163: error: expected ';' before 'arg' > > i830_driver.c:7166: error: 'arg' undeclared (first use in this function) > > i830_driver.c:7167: error: 'mm_lock' undeclared (first use in this function) > > i830_driver.c:7171: error: 'DRM_IOCTL_MM_INIT' undeclared (first use in this > function) > > i830_driver.c: In function 'I830DrmMMUnlock': > > i830_driver.c:7179: error: 'drm_mm_init_arg_t' undeclared (first use in this > function) > > i830_driver.c:7179: error: expected ';' before 'arg' > > i830_driver.c:7182: error: 'arg' undeclared (first use in this function) > > i830_driver.c:7183: error: 'mm_unlock' undeclared (first use in this > function) > > i830_driver.c:7187: error: 'DRM_IOCTL_MM_INIT' undeclared (first use in this > function) > > i830_driver.c: In function 'I830BIOSScreenInit': > > i830_driver.c:7723: error: 'DRM_BO_MEM_TT' undeclared (first use in this > function) > > i830_driver.c: In function 'I830BIOSLeaveVT': > > i830_driver.c:7904: error: 'DRM_BO_MEM_TT' undeclared (first use in this > function) > > i830_driver.c: In function 'I830BIOSEnterVT': > > i830_driver.c:8365: error: 'DRM_BO_MEM_TT' undeclared (first use in this > function) > > i830_driver.c: In function 'I830BIOSCloseScreen': > > i830_driver.c:8586: error: 'DRM_BO_MEM_TT' undeclared (first use in this > function) > > i830_driver.c: In function 'I830CheckDevicesTimer': > > i830_driver.c:8994: warning: 'miPointerCurrentScreen' is deprecated > (declared at /usr/local/include/xorg/mipointer.h:142) > > i830_driver.c:8996: warning: 'miPointerPosition' is deprecated (declared at > /usr/local/include/xorg/mipointer.h:130) > > i830_driver.c:9025: warning: 'miPointerPosition' is deprecated (declared at > /usr/local/include/xorg/mipointer.h:130) > > i830_driver.c:9036: warning: 'miPointerWarpCursor' is deprecated (declared > at /usr/local/include/xorg/mipointer.h:95) > > i830_driver.c:9054: warning: 'miPointerWarpCursor' is deprecated (declared > at /usr/local/include/xorg/mipointer.h:95) > > *** Error code 1 > > > > Stop in > /usr/ports/x11-drivers/xf86-video-i810/work/xf86-video-i810-1.7.4/src. > > *** Error code 1 > > > > Stop in > /usr/ports/x11-drivers/xf86-video-i810/work/xf86-video-i810-1.7.4/src. > > *** Error code 1 > > > > Stop in /usr/ports/x11-drivers/xf86-video-i810/work/xf86-video-i810-1.7.4. > > *** Error code 1 > > > > Stop in /usr/ports/x11-drivers/xf86-video-i810/work/xf86-video-i810-1.7.4. > > *** Error code 1 > > > > Stop in /usr/ports/x11-drivers/xf86-video-i810. > > > > > > > > If you need more information, let me know. Greatly appreciate your time. > > > > Jonathan > > _______________________________________________ > freebsd-x11@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" >