From owner-freebsd-ports@FreeBSD.ORG Mon Nov 17 08:20:59 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 3D16816A4CE; Mon, 17 Nov 2003 08:20:59 -0800 (PST) Received: from ran.psg.com (ip166.usw253.dsl-acs2.sea.iinet.com [209.20.253.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC80F43F85; Mon, 17 Nov 2003 08:20:57 -0800 (PST) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=ran.psg.com) by ran.psg.com with esmtp (Exim 4.22) id 1ALm7V-0003sC-EN; Mon, 17 Nov 2003 08:20:57 -0800 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Mon, 17 Nov 2003 08:20:56 -0800 To: Pav Lucistnik References: <1069080796.5880.24.camel@hood.oook.cz> Message-Id: cc: ports@FreeBSD.org Subject: Re: vlc compile 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: Mon, 17 Nov 2003 16:20:59 -0000 >> 4.9 stable as of yesterday > > Builds fine for me on my stable and on Bento. > >> cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -DSYS_FREEBSD4_9 -I../../include `top_builddir="../.." ../../vlc-config --cflags plugin rawvideo` -Wsign-compare -Wall -O -pipe -march=pentiumpro -finline-limit-30000 -pipe -c -o librawvideo_plugin_a-rawvideo.o `test -f 'rawvideo.c' || echo './'`rawvideo.c >> In file included from rawvideo.c:28: >> /usr/local/include/vlc/vout.h:37: video.h: No such file or directory >> In file included from /usr/local/include/vlc/vout.h:38, > ^^^^^^^^^^^^^^^^^^^ > > This looks suspicious, maybe you have older version installed and it's > including header files from old version? Try to deinstall old vlc, than > do make clean and retry compile. worked! randy