From owner-freebsd-ports@FreeBSD.ORG Sat Dec 6 01:57:52 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7A5C1A4F for ; Sat, 6 Dec 2014 01:57:52 +0000 (UTC) Received: from mail-qa0-x22c.google.com (mail-qa0-x22c.google.com [IPv6:2607:f8b0:400d:c00::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 31B29A12 for ; Sat, 6 Dec 2014 01:57:52 +0000 (UTC) Received: by mail-qa0-f44.google.com with SMTP id i13so1291637qae.3 for ; Fri, 05 Dec 2014 17:57:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=m3S+nf9oCNUaDIsFwXNDcM+utkJyytTpL0xbinBm7Ic=; b=R1HdMiLeC6uNRlEL2aukXtZMHqFSI9zLUYGoVynkKmz/SKinF6lSZ+YUzJbbgowXp1 1oVv7vG6YYxmg+w/tlLRbKJmxgPCm1AGhjSYchbht6LvC2ICPnnvOSSvtUlmewujka+t 7qc9d1RfRaSJvbrRXyEtHlgNQQWopGgWR5FTUlEhWbn4CSk9dqNxDtxt0ASZXLJtxDYc 2F9GgZolS7PhQJzWqRivNT0/1nWMAdlMzenhI99i7gd4wC/oXfWKAVYa3Rxdt2dzORwC G3x+eZL/U4epT78y3vuGUpzNTB9+I6vyd4NjW1ATkkEj/V9OFULONPn74UfXYzv6uMoY ZE8A== X-Received: by 10.229.111.201 with SMTP id t9mr31172114qcp.9.1417831071372; Fri, 05 Dec 2014 17:57:51 -0800 (PST) MIME-Version: 1.0 Received: by 10.140.22.170 with HTTP; Fri, 5 Dec 2014 17:57:11 -0800 (PST) In-Reply-To: <20141204.181640.16558.0@webmail11.vgs.untd.com> References: <20141204.181640.16558.0@webmail11.vgs.untd.com> From: Henry Hu Date: Fri, 5 Dec 2014 20:57:11 -0500 Message-ID: Subject: Re: mplayer doesn't compile on 10.1 i386 To: "iceman250@juno.com" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "freebsd-ports@freebsd.org" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2014 01:57:52 -0000 On Thu, Dec 4, 2014 at 6:16 PM, iceman250@juno.com wrote: > ===> Building for mplayer-1.1.r20140824_5 > gmake[1]: Entering directory > '/usr/ports/multimedia/mplayer/work/mplayer-export-2014-08-24' > clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -DLIBICONV_PLUG > -O3 -fomit-frame-pointer -ffast-math -fstack-protector -fno-strict-aliasing > -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 > -Ilibdvdread4 -I/usr/local/include -I/usr/local/include -DLIBICONV_PLUG > -I/usr/local/include -I/usr/local/include/p11-kit-1 -I/usr/local/include > -I/usr/local/include/freetype2 -DZLIB_CONST -I/usr/local/include/gtk-2.0 > -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo > -I/usr/local/include/pixman-1 -D_THREAD_SAFE > -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/libpng15 > -I/usr/local/include/pango-1.0 -pthread -I/usr/local/include/glib-2.0 > -I/usr/local/lib/glib-2.0/include -I/usr/local/include > -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -c -o > command.o command.c > In file included from command.c:60: > ./stream/dvbin.h:50:2: error: unknown type name 'fe_spectral_inversion_t' > fe_spectral_inversion_t inv; > ^ > ./stream/dvbin.h:51:2: error: unknown type name 'fe_modulation_t' > fe_modulation_t mod; > ^ > ./stream/dvbin.h:52:2: error: unknown type name 'fe_transmit_mode_t' > fe_transmit_mode_t trans; > ^ > ./stream/dvbin.h:53:2: error: unknown type name 'fe_bandwidth_t' > fe_bandwidth_t bw; > ^ > ./stream/dvbin.h:54:1: error: unknown type name 'fe_guard_interval_t' > fe_guard_interval_t gi; > ^ > ./stream/dvbin.h:55:2: error: unknown type name 'fe_code_rate_t' > fe_code_rate_t cr, cr_lp; > ^ > ./stream/dvbin.h:56:1: error: unknown type name 'fe_hierarchy_t' > fe_hierarchy_t hier; > ^ > 7 errors generated. > These come from /usr/local/include/linux/dvb/frontend.h Do you have up-to-date v4l_compat installed? > Makefile:759: recipe for target 'command.o' failed > gmake[1]: *** [command.o] Error 1 > gmake[1]: Leaving directory > '/usr/ports/multimedia/mplayer/work/mplayer-export-2014-08-24' > *** Error code 1 > > Stop. > make: stopped in /usr/ports/multimedia/mplayer > > ____________________________________________________________ > Odd Trick Fights Diabetes > "Unique" Proven Method To Control Blood Sugar In 3 Weeks. Watch > Video. > http://thirdpartyoffers.juno.com/TGL3131/5480eb81b992c6b816e91st01vuc > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > -- Cheers, Henry