From owner-freebsd-ports@FreeBSD.ORG Wed Dec 31 06:29:09 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 184A416A4CE for ; Wed, 31 Dec 2003 06:29:09 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1F5043D1F for ; Wed, 31 Dec 2003 06:29:07 -0800 (PST) (envelope-from davidxu@freebsd.org) Received: from freebsd.org (davidxu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.10/8.12.10) with ESMTP id hBVET6FR033503 for ; Wed, 31 Dec 2003 06:29:07 -0800 (PST) (envelope-from davidxu@freebsd.org) Message-ID: <3FF2DFD3.9010200@freebsd.org> Date: Wed, 31 Dec 2003 22:40:19 +0800 From: David Xu User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031208 Thunderbird/0.3 X-Accept-Language: en-us, en MIME-Version: 1.0 To: ports@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Can not compile libxine X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Dec 2003 14:29:09 -0000 When I run "make" in gxine, I got following error messages: gmake[3]: Entering directory `/usr/ports/multimedia/libxine/work/xine-lib-1-rc2/src/libflac' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/usr/ports/multimedia/libxine/work/xine-lib-1-rc2/src/libflac' Making all in post gmake[3]: Entering directory `/usr/ports/multimedia/libxine/work/xine-lib-1-rc2/src/post' Making all in planar gmake[4]: Entering directory `/usr/ports/multimedia/libxine/work/xine-lib-1-rc2/src/post/planar' gmake[4]: Nothing to be done for `all'. gmake[4]: Leaving directory `/usr/ports/multimedia/libxine/work/xine-lib-1-rc2/src/post/planar' Making all in goom gmake[4]: Entering directory `/usr/ports/multimedia/libxine/work/xine-lib-1-rc2/src/post/goom' source='zoom_filter_xmmx.c' object='zoom_filter_xmmx.lo' libtool=yes \ depfile='.deps/zoom_filter_xmmx.Plo' tmpdepfile='.deps/zoom_filter_xmmx.TPlo' \ depmode=gcc3 /bin/sh ../../../depcomp \ /bin/sh ../../../libtool-nofpic --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -I../../../include -I../../../include -I../../../src -I../../../src/xine-engine -I../../../src/xine-engine -I../../../src/xine-utils -I../../../src/input -I../../../src/input -I/usr/local/include -I/usr/local/include/dvdread -I/usr/X11R6/include `echo -pipe -fomit-frame-pointer -falign-functions=4 -falign-loops=4 -falign-jumps=4 -mpreferred-stack-boundary=2 -fexpensive-optimizations -fschedule-insns2 -fno-strict-aliasing -ffast-math -finline-functions -Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -Wpointer-arith -Wnested-externs -Wcast-align -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -D_THREAD_SAFE -O -pipe -march=pentium4 -I/usr/local/include | sed -e 's/-fomit-frame-pointer//g'` -c -o zoom_filter_xmmx.lo `test -f 'zoom_filter_xmmx.c' || echo './'`zoom_filter_xmmx.c zoom_filter_xmmx.c:23: warning: no previous prototype for `zoom_filter_xmmx_supported' zoom_filter_xmmx.c:31: warning: no previous prototype for `zoom_filter_xmmx' zoom_filter_xmmx.c: In function `zoom_filter_xmmx': zoom_filter_xmmx.c:40: warning: unused variable `interpix' {standard input}: Assembler messages: {standard input}:80: Error: suffix or operands invalid for `add' gmake[4]: *** [zoom_filter_xmmx.lo] Error 1 gmake[4]: Leaving directory `/usr/ports/multimedia/libxine/work/xine-lib-1-rc2/src/post/goom' gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory `/usr/ports/multimedia/libxine/work/xine-lib-1-rc2/src/post' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/multimedia/libxine/work/xine-lib-1-rc2/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/multimedia/libxine/work/xine-lib-1-rc2' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/multimedia/libxine. *** Error code 1 Stop in /usr/ports/multimedia/gxine. --- David Xu