From owner-freebsd-ports@FreeBSD.ORG Sun Dec 18 23:13:33 2005 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org 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 72E2B16A420 for ; Sun, 18 Dec 2005 23:13:33 +0000 (GMT) (envelope-from lawrance@FreeBSD.org) Received: from mailout2.pacific.net.au (mailout2.pacific.net.au [61.8.0.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 700C443D5A for ; Sun, 18 Dec 2005 23:13:32 +0000 (GMT) (envelope-from lawrance@FreeBSD.org) Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.0.86]) by mailout2.pacific.net.au (8.13.4/8.13.4/Debian-3) with ESMTP id jBINDUwU026218; Mon, 19 Dec 2005 10:13:30 +1100 Received: from [192.168.0.7] (ppp24EB.dyn.pacific.net.au [61.8.36.235]) by mailproxy1.pacific.net.au (8.13.4/8.13.4/Debian-3) with ESMTP id jBINDRZh017091; Mon, 19 Dec 2005 10:13:28 +1100 In-Reply-To: <20051218191844.46673.qmail@web61022.mail.yahoo.com> References: <20051218191844.46673.qmail@web61022.mail.yahoo.com> Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <2CBE5D7F-136E-477E-BF2A-E8D16EA6291D@FreeBSD.org> Content-Transfer-Encoding: 7bit From: Sam Lawrance Date: Mon, 19 Dec 2005 10:13:29 +1100 To: "E. J. Cerejo" X-Mailer: Apple Mail (2.746.2) Cc: freebsd-ports@FreeBSD.org Subject: Re: libxine fails to compile X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 23:13:33 -0000 On 19/12/2005, at 6:18 AM, E. J. Cerejo wrote: > Running FreeBSD 6 Stable. > > This is what I get when compiling it: > > > 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../../../lib -I../../../ > src/libffmpeg/libavutil -I/usr/local/include -I/usr/X11R6/include - > I/usr/local/include -D_THREAD_SAFE -DSIMPLE_IDCT -DHAVE_AV_CONFIG_H > -DRUNTIME_CPUDETECT -DUSE_FASTMEMCPY -DCONFIG_RISKY - > DCONFIG_DECODERS -DXINE_MPEG_ENCODER -DCONFIG_ZLIB -DCONFIG_GPL - > mtune=i386 -O3 -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 -fno-inline-functions -Wall -Wnested-externs -Wcast- > align -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes > -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE - > DENABLE_IPV6 -O -pipe -fno-force-addr -I/usr/local/include -I/usr/ > local/include/dvdread -I/usr/X11R6/incl > ude -MT > h263.lo -MD -MP -MF .deps/h263.Tpo -c h263.c -fPIC -DPIC -o .libs/ > h263.o > h263.c: In function `mpeg4_decode_partition_a': > h263.c:69: sorry, unimplemented: inlining failed in call to > 'mpeg4_decode_dc': function body not available > h263.c:3445: sorry, unimplemented: called from here > h263.c: At top level: > h263.c:73: warning: 'mpeg4_get_block_length' declared `static' but > never defined Do you have CFLAGS set in make.conf or elsewhere? Can you unset them and try again with defaults? Cheers Sam