From owner-freebsd-questions@FreeBSD.ORG Fri Jul 7 22:16:13 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D017916A4E2 for ; Fri, 7 Jul 2006 22:16:13 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout1.cac.washington.edu (mxout1.cac.washington.edu [140.142.32.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45C2643D66 for ; Fri, 7 Jul 2006 22:16:12 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.139]) by mxout1.cac.washington.edu (8.13.6+UW06.06/8.13.6+UW06.03) with ESMTP id k67MGBxh015778 for ; Fri, 7 Jul 2006 15:16:11 -0700 X-Auth-Received: from [128.208.5.11] (shiina.dyn.cs.washington.edu [128.208.5.11]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.6+UW06.06/8.13.6+UW06.03) with ESMTP id k67MGBWi001777 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Fri, 7 Jul 2006 15:16:11 -0700 Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: <20060707212435.GA20524@lilly.evo.bg> References: <20060707212435.GA20524@lilly.evo.bg> X-Gpgmail-State: !signed Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <65C6089E-D301-42E4-9CE9-ADD192D339A3@u.washington.edu> Content-Transfer-Encoding: 7bit From: Garrett Cooper Date: Fri, 7 Jul 2006 15:19:50 -0700 To: FreeBSD Questions X-Mailer: Apple Mail (2.752.2) X-PMX-Version: 5.2.0.264296, Antispam-Engine: 2.4.0.264935, Antispam-Data: 2006.7.7.150432 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __HAS_X_MAILER 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0' Subject: Re: mplayer fails to build 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: Fri, 07 Jul 2006 22:16:13 -0000 On Jul 7, 2006, at 2:24 PM, Luchezar Petkov wrote: > Hey all, > multimedia/mplayer fails to build with this error message, while > compilling: > > cc -I. -g codec-cfg.c mp_msg.c -o codec-cfg -DCODECS2HTML -L/usr/ > local/lib -L/usr/local/lib -I/usr/local/include/freetype2 -I/usr/ > local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/ > glib12 -I/usr/local/include -I/usr/X11R6/include > /var/tmp//ccjt849w.o(.text+0x14): In function `mp_msg_init': > /usr/ports/multimedia/mplayer/work/MPlayer-1.0pre7try2/mp_msg.c:39: > undefined reference to `libintl_bindtextdomain' > /var/tmp//ccjt849w.o(.text+0x24):/usr/ports/multimedia/mplayer/work/ > MPlayer-1.0pre7try2/mp_msg.c:40: undefined reference to > `libintl_textdomain' > /var/tmp//ccjt849w.o(.text+0xb1): In function `mp_msg_c': > /usr/ports/multimedia/mplayer/work/MPlayer-1.0pre7try2/mp_msg.c:68: > undefined reference to `libintl_gettext' > gmake: *** [codec-cfg] Error 1 > *** Error code 2 > > Stop in /usr/ports/multimedia/mplayer. > > -- > Any ideas? > Thank you. Either libintl or the libintl gettext tie-in isn't compiled/installed yet. -Garrett