From owner-freebsd-questions Sun Apr 21 14:13:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail8.carolina.rr.com (fe8.southeast.rr.com [24.93.67.55]) by hub.freebsd.org (Postfix) with ESMTP id 2765437B404 for ; Sun, 21 Apr 2002 14:13:45 -0700 (PDT) Received: from [192.168.100.13] ([66.57.159.198]) by mail8.carolina.rr.com with Microsoft SMTPSVC(5.5.1877.687.68); Sun, 21 Apr 2002 17:12:55 -0400 Subject: Compiling xine...anyone else had this problem? From: "Jim C." Reply-To: jconner@enterit.com To: freebsd-questions@freebsd.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.3 Date: 21 Apr 2002 18:35:46 -0300 Message-Id: <1019424947.1742.2.camel@snafu.concon.homeip.net> Mime-Version: 1.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I just updated my ports collection. I had this same problem before updating my ports collection too. :) Any idea what may be causing this? It looks to me like the library isn't building but I don't know enough C to fix this up to compile. - Jim -- snip -- cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I../../src -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -I../../src/xine-utils -I/usr/local/include -pipe -fomit-frame-pointer -malign-functions=4 -malign-loops=4 -malign-jumps=4 -malign-functions=4 -mwide-multiply -mpreferred-stack-boundary=2 -fexpensive-optimizations -fschedule-insns2 -fno-strict-aliasing -ffast-math -finline-functions -O -pipe -D_THREAD_SAFE -Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -I/usr/local/include -I/usr/local/include/artsc -c xine_decoder.c -DPIC -o xine_decoder.lo xine_decoder.c: In function `a52dec_init': xine_decoder.c:161: warning: assignment from incompatible pointer type xine_decoder.c:165: warning: implicit declaration of function `a52_samples' xine_decoder.c:165: warning: assignment makes pointer from integer without a cast xine_decoder.c: In function `a52dec_decode_frame': xine_decoder.c:343: too few arguments to function `a52_block' gmake[3]: *** [xine_decoder.lo] Error 1 gmake[3]: Leaving directory `/usr/ports/graphics/libxine/work/xine-lib-0.9.8/src/liba52' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/graphics/libxine/work/xine-lib-0.9.8/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/graphics/libxine/work/xine-lib-0.9.8' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop in /usr/ports/graphics/libxine. *** Error code 1 Stop in /usr/ports/graphics/xine. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message