From owner-freebsd-current@FreeBSD.ORG Sat Nov 22 20:32:41 2003 Return-Path: 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 062AD16A4CE; Sat, 22 Nov 2003 20:32:41 -0800 (PST) Received: from ms-smtp-03-eri0.southeast.rr.com (ms-smtp-03-lbl.southeast.rr.com [24.25.9.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id C379A43FDD; Sat, 22 Nov 2003 20:32:39 -0800 (PST) (envelope-from jason@ec.rr.com) Received: from ec.rr.com (cpe-024-211-231-149.ec.rr.com [24.211.231.149]) hAN4WcFm007333; Sat, 22 Nov 2003 23:32:38 -0500 (EST) Message-ID: <3FC03867.7090207@ec.rr.com> Date: Sat, 22 Nov 2003 23:32:39 -0500 From: Jason User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031205 Thunderbird/0.3 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd questions , freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: xmms compile problems X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2003 04:32:41 -0000 This is the last snip of output. What I did was get the patch from http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/57198 to fix the problem I have with the new ata driver not recongizing some deprecated ioctl. Anyone have any suggestions? I am running current. Thanks, Jason cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xmms -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -D_THREAD_SAFE -I/usr/local/include -I/usr/X11R6/include -I../../intl -I../.. -I/usr/local/include -O -pipe -march=athlon-xp -Wall -Wpointer-arith -finline-functions -ffast-math -fomit-frame-pointer -c cdaudio.c -fPIC -DPIC -o cdaudio.lo cdaudio.c:865: error: syntax error before '-' token cdaudio.c:95: warning: `seek' used but never defined cdaudio.c:96: warning: `get_time' used but never defined cdaudio.c:97: warning: `get_song_info' used but never defined cdaudio.c:98: warning: `get_volume' used but never defined cdaudio.c:99: warning: `set_volume' used but never defined cdaudio.c:806: warning: `play_ioctl' defined but not used cdaudio.c:819: warning: `get_current_frame' defined but not used cdaudio.c:840: warning: `drive_get_volume' defined but not used cdaudio.c:852: warning: `drive_set_volume' defined but not used cdaudio.c:864:1: unterminated #ifdef cdaudio.c:800:1: unterminated #ifdef gmake[3]: *** [cdaudio.lo] Error 1 gmake[3]: Leaving directory `/usr/ports/multimedia/xmms/work/xmms-1.2.8/Input/cdaudio' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/multimedia/xmms/work/xmms-1.2.8/Input' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/multimedia/xmms/work/xmms-1.2.8' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop in /usr/ports/multimedia/xmms. *** Error code 1 Stop in /usr/ports/multimedia/xmms. barton#