From owner-freebsd-questions@FreeBSD.ORG Wed Apr 21 15:18:47 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3C2F2106566B for ; Wed, 21 Apr 2010 15:18:47 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id BD2188FC17 for ; Wed, 21 Apr 2010 15:18:46 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1O4bhL-00009x-UC for freebsd-questions@freebsd.org; Wed, 21 Apr 2010 17:18:43 +0200 Received: from pool-70-21-15-251.res.east.verizon.net ([70.21.15.251]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 21 Apr 2010 17:18:43 +0200 Received: from nightrecon by pool-70-21-15-251.res.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 21 Apr 2010 17:18:43 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org connect(): No such file or directory From: Michael Powell Followup-To: gmane.os.freebsd.questions Date: Wed, 21 Apr 2010 11:20:43 -0400 Lines: 54 Message-ID: References: <4BCF13C5.4030407@bah.homeip.net> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: pool-70-21-15-251.res.east.verizon.net Subject: Re: mplayer/mencoder build problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Apr 2010 15:18:47 -0000 Bernt Hansson wrote: > Hello again list! > > > I'm having problems building mplayer/mencoder. Did a csup today > 2010-04-21 but that did not help. If someone can point me to > the problem. > > cc -O2 -pipe -O -fomit-frame-pointer -fno-strict-aliasing -I./libavcodec > -I./libavformat -Wdisabled-optimization -Wno-pointer-sign > -Wdeclaration-after-statement -I. -I. -I./libavutil -O2 -pipe -O > -fomit-frame-pointer -fno-strict-aliasing -D_LARGEFILE_SOURCE > -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAVE_CONFIG_H > -I/usr/local/include/freetype2 -I.. -I../libavutil -I/usr/local/include > -I/usr/local/include -I/usr/local/include/SDL -I/usr/local/include > -D_REENTRANT -I/usr/local/include/freetype2 -I/usr/local/include > -D_THREAD_SAFE -I/usr/local/include/gtk-2.0 > -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 > -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 > -I/usr/local/include -I/usr/local/include/glib-2.0 > -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1 > -I/usr/local/include/freetype2 -I../libavcodec -I../libavformat > -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement > -I. -I.. -I../libavutil -O2 -pipe -O -fomit-frame-pointer > -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 > -D_LARGEFILE64_SOURCE -DHAVE_CONFIG_H -I/usr/local/include/freetype2 > -I... -I.../libavutil -I/usr/local/include -I/usr/local/include > -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT > -I/usr/local/include/freetype2 -I/usr/local/include -D_THREAD_SAFE > -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include > -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo > -I/usr/local/include/pango-1.0 -I/usr/local/include > -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include > -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -c -o > dvb_tune.o dvb_tune.c > dvb_tune.c:33:19: error: error.h: No such file or directory > gmake[1]: *** [dvb_tune.o] Error 1 > gmake[1]: Leaving directory > `/usr/home/user/disk2/ports/multimedia/mplayer/work/MPlayer-1.0rc2/stream' > gmake: *** [stream/stream.a] Fel 2 > *** Error code 1 > > Stop in /usr/home/user/disk2/ports/multimedia/mplayer. > *** Error code 1 > > Stop in /usr/home/user/disk2/ports/multimedia/mplayer. > _______________________________________________ See: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/145636 -Mike