From owner-freebsd-multimedia@FreeBSD.ORG Sat May 26 03:51:33 2007 Return-Path: X-Original-To: freebsd-multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6AB2216A400 for ; Sat, 26 May 2007 03:51:33 +0000 (UTC) (envelope-from parv@pair.com) Received: from mta1.adelphia.net (mta1.adelphia.net [68.168.78.175]) by mx1.freebsd.org (Postfix) with ESMTP id 27F2113C45D for ; Sat, 26 May 2007 03:51:32 +0000 (UTC) (envelope-from parv@pair.com) Received: from default.chvlva.adelphia.net ([24.126.17.68]) by mta9.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20070526032446.BFOO26012.mta9.adelphia.net@default.chvlva.adelphia.net>; Fri, 25 May 2007 23:24:46 -0400 Received: by default.chvlva.adelphia.net (Postfix, from userid 1000) id E9253B51E; Fri, 25 May 2007 23:25:23 -0400 (EDT) Date: Fri, 25 May 2007 23:25:23 -0400 From: Parv To: Michael Johnson Message-ID: <20070526032523.GA4138@holestein.holy.cow> References: <200705252150.l4PLoE3x016849@freefall.freebsd.org> <16FEF729-C210-4AAA-909E-BFF6903DE955@ahze.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <16FEF729-C210-4AAA-909E-BFF6903DE955@ahze.net> Cc: freebsd-multimedia@FreeBSD.org Subject: Re: ports/112845: multimedia/vlc-devel - build fails when Qt UI is chosen X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 May 2007 03:51:33 -0000 in message <16FEF729-C210-4AAA-909E-BFF6903DE955@ahze.net>, wrote Michael Johnson thusly... > > > On May 25, 2007, at 9:50 PM, Parv wrote: > > > in message <200705220420.l4M4K30I058924@freefall.freebsd.org>, > > wrote f-gnats thusly... > >> > >> http://www.freebsd.org/cgi/query-pr.cgi?pr=112845 > > > > Apparently the PR was closed & marked "fixed" without any email > > to me, either personally, or on any of -bugs & -ports lists, or > > any indication of such in recent cvs commit message. Anyway ... > > > > qt4-* components have been reinstalled (following change to Xorg > > 7.x from 6.9) ... > > > > qt4-corelib-4.2.3_2 > > qt4-gui-4.2.3_2 > > qt4-moc-4.2.3_1 > > qt4-rcc-4.2.3 > > qt4-uic-4.2.3_1 > > > > > > The problem persists with the same (similar) error after the > > following update to vlc-devel/Makefile ... > > > > # $FreeBSD: ports/multimedia/vlc-devel/Makefile,v 1.180 2007/05/25 17:08:35 > > ahze Exp $ > > # $MCom: ports/multimedia/vlc-devel/Makefile,v 1.21 2006/10/01 18:16:43 ahze > > Exp $ > > # $Id: Makefile 6 2006-09-27 14:05:34Z buhnux $ > > > > > > ... and error message ... > > > > In file included from components/complete_preferences.cpp:44: > > ../../../include/vlc_config_cat.h: In function `char* > > config_CategoryNameGet(int)': > > ../../../include/vlc_config_cat.h:305: error: invalid conversion from `const > > char*' to `char*' > > ../../../include/vlc_config_cat.h: In function `char* > > config_CategoryHelpGet(int)': > > ../../../include/vlc_config_cat.h:319: error: invalid conversion from `const > > char*' to `char*' > > gmake[6]: *** [components/libqt4_plugin_la-complete_preferences.lo] Error 1 > > gmake[6]: Leaving directory > > `/work/ports/misc/ports/multimedia/vlc-devel/work/vlc-0.9.0-svn/modules/gui/qt4' > > gmake[5]: *** [all-modules] Error 1 > > > > Do you have old vlc installed? During time of build, vlc-devel was installed which was built with wx UI. Should I test build without any vlc installed? - Parv --