From owner-freebsd-multimedia@FreeBSD.ORG Thu Feb 28 08:50:02 2008 Return-Path: Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CD8771065672 for ; Thu, 28 Feb 2008 08:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BA0538FC15 for ; Thu, 28 Feb 2008 08:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1S8o2vl014404 for ; Thu, 28 Feb 2008 08:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1S8o2xk014403; Thu, 28 Feb 2008 08:50:02 GMT (envelope-from gnats) Date: Thu, 28 Feb 2008 08:50:02 GMT Message-Id: <200802280850.m1S8o2xk014403@freefall.freebsd.org> To: freebsd-multimedia@FreeBSD.org From: Marcin Cieslak Cc: Subject: Re: ports/114573: multimedia/vlc-devel doesn't compile when the QT4 option is selected X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Marcin Cieslak List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2008 08:50:02 -0000 The following reply was made to PR ports/114573; it has been noted by GNATS. From: Marcin Cieslak To: Michael Johnson Cc: bug-followup@freebsd.org, sbenabas@gmail.com Subject: Re: ports/114573: multimedia/vlc-devel doesn't compile when the QT4 option is selected Date: Thu, 28 Feb 2008 09:44:52 +0100 Michael Johnson wrote: > What about qvlc? Same thing, probably because: % ls -l /usr/local/bin/qvlc lrwxrwxrwx 1 root wheel 3 27 lut 14:46 /usr/local/bin/qvlc -> vlc Debug output looks also strange: % LANG=C qvlc (...) [00000001] main libvlc debug: translation test: code is "C" (...) % LANG=de_DE.UTF-8 qvlc (...) [00000001] main libvlc debug: translation test: code is "en." (...) % LANG=fr_FR.UTF-8 qvlc (...) [00000001] main libvlc debug: translation test: code is "i." (...) % LANG=pl_PL.UTF-8 qvlc (...) [00000001] main libvlc debug: translation test: code is "jtów" (...) There is no such word "jtów" in Polish. Although there is a word "wójt" (has nothing to do with code). Endianness/Unicode encoding problem? Running on amd64. -- << Marcin Cieslak // saper@system.pl >>