From owner-freebsd-ports@FreeBSD.ORG Tue Oct 21 19:46:01 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E54161065676 for ; Tue, 21 Oct 2008 19:46:01 +0000 (UTC) (envelope-from ml@netfence.it) Received: from parrot.aev.net (parrot.aev.net [212.31.247.179]) by mx1.freebsd.org (Postfix) with ESMTP id 5A8098FC1F for ; Tue, 21 Oct 2008 19:46:01 +0000 (UTC) (envelope-from ml@netfence.it) Received: from soth.ventu (adsl-ull-194-13.51-151.net24.it [151.51.13.194]) (authenticated bits=128) by parrot.aev.net (8.14.2/8.14.2) with ESMTP id m9LJVfCw094768 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Tue, 21 Oct 2008 21:31:47 +0200 (CEST) (envelope-from ml@netfence.it) Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.14.2/8.14.2) with ESMTP id m9LJYeiC063852 for ; Tue, 21 Oct 2008 21:34:40 +0200 (CEST) (envelope-from ml@netfence.it) Message-ID: <48FE2E60.4020707@netfence.it> Date: Tue, 21 Oct 2008 21:32:48 +0200 From: Andrea Venturoli User-Agent: Thunderbird 2.0.0.17 (X11/20080928) MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.64 on 212.31.247.179 Subject: Error compiling libxine 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: Tue, 21 Oct 2008 19:46:02 -0000 Hello. This is what I get trying to compile libxine on 6.3/i386. ... cc -DHAVE_CONFIG_H -I. -I../../../include -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../../../lib -I/usr/local/include -I/us r/local/include -I/usr/local/include -fomit-frame-pointer -D_REENTRANT -D_FILE_OFFSET_BITS=64 - DXINE_COMPILE -Wformat=2 -Wno-format-zero-length -Wmissing-format-attribute -Werror-implicit-fu nction-declaration -Wstrict-aliasing=2 -mtune=i386 -O3 -pipe -fomit-frame-pointer -falign-funct ions=4 -falign-loops=4 -falign-jumps=4 -fexpensive-optimizations -fschedule-insns2 -ffast-math -finline-functions -Wall -Wpointer-arith -Wnested-externs -Wcast-align -Wchar-subscripts -Wmiss ing-declarations -Wmissing-prototypes -O2 -fno-strict-aliasing -pipe -march=athlon-xp -fno-forc e-addr -I/usr/local/include -I/usr/local/include/dvdread -DNDEBUG -MT xineplug_post_planar_la-p p.lo -MD -MP -MF .deps/xineplug_post_planar_la-pp.Tpo -c pp.c -fPIC -DPIC -o .libs/xineplug_po st_planar_la-pp.o In file included from ../../../src/xine-engine/xine_internal.h:33, from pp.c:27: ../../../include/xine.h:2230: warning: `xine_tvsystem' is deprecated (declared at ../../../incl ude/xine.h:2221) In file included from ../../../src/input/input_plugin.h:29, from ../../../src/xine-engine/xine_internal.h:35, from pp.c:27: ../../../src/xine-engine/buffer.h:679: warning: return type defaults to `int' pp.c:33:27: postprocess.h: No such file or directory pp.c:59: error: `PP_QUALITY_MAX' undeclared here (not in a function) pp.c:59: error: initializer element is not constant pp.c:59: error: (near initialization for `temp_p[0].range_max') pp.c:59: error: initializer element is not constant pp.c:59: error: (near initialization for `temp_p[0]') pp.c:61: error: initializer element is not constant pp.c:61: error: (near initialization for `temp_p[1]') pp.c:63: error: initializer element is not constant pp.c:63: error: (near initialization for `temp_p[2]') ... Any hint? bye & Thanks av.