From owner-freebsd-x11@FreeBSD.ORG Tue Apr 1 20:38:17 2008 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1C72B106566C; Tue, 1 Apr 2008 20:38:17 +0000 (UTC) (envelope-from chukharev@mail.ru) Received: from mx4.mail.ru (fallback.mail.ru [194.67.57.14]) by mx1.freebsd.org (Postfix) with ESMTP id CAD4C8FC14; Tue, 1 Apr 2008 20:38:16 +0000 (UTC) (envelope-from chukharev@mail.ru) Received: from mx2.mail.ru (mx2-2.mail.ru [194.67.23.122]) by mx4.mail.ru (mPOP.Fallback_MX) with ESMTP id D826C2E042F; Tue, 1 Apr 2008 14:42:29 +0400 (MSD) Received: from [130.230.40.65] (port=56935 helo=localhost) by mx2.mail.ru with asmtp id 1Jgdwc-000JNj-00; Tue, 01 Apr 2008 14:42:25 +0400 Date: Tue, 01 Apr 2008 13:42:21 +0300 To: "Jung-uk Kim" From: "V.Chukharev" Content-Type: text/plain; charset=iso-8859-15 MIME-Version: 1.0 Content-Transfer-Encoding: Quoted-Printable Message-ID: User-Agent: Opera Mail/9.26 (FreeBSD) X-Spam: Not detected Cc: freebsd-x11@freebsd.org Subject: Re: [PATCH] xorg-server: fix mouse probingrg-server: fix mouse probing 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: Tue, 01 Apr 2008 20:38:17 -0000 > You also have to patch sysutils/hal: >http://www.marcuscom.com/downloads/hal.diff On 6-STABLE I got errors in hal with you patch. I suspect an old header lurking somewhere on my system, but cannot find it. Thanks and regards! -- V. Chukharev # make clean all [...] gmake[5]: Leaving directory `/usr/ports/sysutils/hal/work/hal-0.5.11rc2/= hald/freebsd/probing' Making all in addons gmake[5]: Entering directory `/usr/ports/sysutils/hal/work/hal-0.5.11rc2= /hald/freebsd/addons' cc -DHAVE_CONFIG_H -I. -I../../.. -DPACKAGE_SYSCONF_DIR=3D\""/usr/local= /etc"\" -DPACKAGE_DATA_DIR=3D\""/usr/local/share"\" -DPACKAGE_BIN_DIR=3D= \""/usr/local/bin"\" -DPACKAGE_LOCALE_DIR=3D\""/usr/local/share/locale"\= " -DPACKAGE_LOCALSTATEDIR=3D\""/var"\" -I../../.. -I/usr/local/include/d= bus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include -O= 2 -fno-strict-aliasing -pipe -march=3Dpentium-m -Wall -Wchar-subscripts = -Wmissing-declarations -Wnested-externs -Wpointer-arith -Wcast-align -Ws= ign-compare -MT addon-storage.o -MD -MP -MF .deps/addon-storage.Tpo -c -= o addon-storage.o addon-storage.c addon-storage.c: In function `main': addon-storage.c:361: warning: implicit declaration of function `hfp_cloc= k_gettime' addon-storage.c:361: warning: nested extern declaration of `hfp_clock_ge= ttime' addon-storage.c:362: warning: implicit declaration of function `hfp_time= speccmp' addon-storage.c:362: warning: nested extern declaration of `hfp_timespec= cmp' addon-storage.c:362: error: syntax error before '<' token addon-storage.c:366: error: `timeout' undeclared (first use in this func= tion) addon-storage.c:366: error: (Each undeclared identifier is reported only= once addon-storage.c:366: error: for each function it appears in.) addon-storage.c:367: warning: implicit declaration of function `hfp_time= specsub' addon-storage.c:367: warning: nested extern declaration of `hfp_timespec= sub' addon-storage.c:378: error: syntax error before "else" addon-storage.c:383: warning: nested extern declaration of `hfp_clock_ge= ttime' addon-storage.c:384: warning: implicit declaration of function `hfp_time= specadd' addon-storage.c:384: warning: nested extern declaration of `hfp_timespec= add' addon-storage.c:275: error: label `end' used but not defined addon-storage.c: At top level: addon-storage.c:387: error: syntax error before ':' token gmake[5]: *** [addon-storage.o] Error 1 gmake[5]: Leaving directory `/usr/ports/sysutils/hal/work/hal-0.5.11rc2/= hald/freebsd/addons' gmake[4]: *** [all-recursive] Error 1 gmake[4]: Leaving directory `/usr/ports/sysutils/hal/work/hal-0.5.11rc2/= hald/freebsd' gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory `/usr/ports/sysutils/hal/work/hal-0.5.11rc2/= hald' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/usr/ports/sysutils/hal/work/hal-0.5.11rc2/= hald' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/sysutils/hal/work/hal-0.5.11rc2'= gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/sysutils/hal. *** Error code 1 Stop in /usr/ports/sysutils/hal.