From owner-freebsd-current Fri Oct 11 9:28:30 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0C1137B401 for ; Fri, 11 Oct 2002 09:28:29 -0700 (PDT) Received: from MX3.estpak.ee (ld1.estpak.ee [194.126.101.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2884443E91 for ; Fri, 11 Oct 2002 09:28:27 -0700 (PDT) (envelope-from kalts@estpak.ee) Received: from tiiu.internal (adsl12306.estpak.ee [213.219.95.232]) by MX3.estpak.ee (Postfix) with ESMTP id A1DC2880A5; Fri, 11 Oct 2002 19:28:24 +0300 (EEST) Received: from tiiu.internal (localhost [127.0.0.1]) by tiiu.internal (8.12.6/8.12.6) with ESMTP id g9BGSOnh003414; Fri, 11 Oct 2002 19:28:24 +0300 (EEST) (envelope-from vallo@tiiu.internal) Received: (from vallo@localhost) by tiiu.internal (8.12.6/8.12.6/Submit) id g9BGSOUg003413; Fri, 11 Oct 2002 19:28:24 +0300 (EEST) Date: Fri, 11 Oct 2002 19:28:24 +0300 From: Vallo Kallaste To: freebsd-current@freebsd.org Cc: esk@ira.uka.de Subject: xmms compilation failure Message-ID: <20021011162824.GB2988@tiiu.internal> Reply-To: kalts@estpak.ee Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.1i-ja.1 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi xmms fails to compile because of either: missing include in xmms-1.2.7/libxmms/util.c some error in our headers Simply adding before works for me. rm -f .libs/util.lo cc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -D_THREAD_SAFE -I/usr/local/include -I/usr/X11R6/include -I../intl -I/usr/local/include -O -pipe -march=pentiumpro -Wall -Wpointer-arith -finline-functions -ffast-math -fomit-frame-pointer -Wall -Wpointer-arith -c util.c -fPIC -DPIC -o .libs/util.lo In file included from util.c:14: /usr/include/sys/sysctl.h:604: syntax error before "u_int" /usr/include/sys/sysctl.h:605: syntax error before "size_t" /usr/include/sys/sysctl.h:606: syntax error before "size_t" gmake[2]: *** [util.lo] Error 1 gmake[2]: Leaving directory `/usr/local/src/portbuild/usr/ports/audio/xmms/work/xmms-1.2.7/libxmms' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/local/src/portbuild/usr/ports/audio/xmms/work/xmms-1.2.7' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop in /usr/ports/audio/xmms. -- Vallo Kallaste kalts@estpak.ee To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message