From owner-freebsd-questions@FreeBSD.ORG Tue Aug 17 03:32:32 2004 Return-Path: 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 E614316A4CE for ; Tue, 17 Aug 2004 03:32:32 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89E9843D53 for ; Tue, 17 Aug 2004 03:32:32 +0000 (GMT) (envelope-from bsdslut@gmail.com) Received: by mproxy.gmail.com with SMTP id 80so124706rnk for ; Mon, 16 Aug 2004 20:32:25 -0700 (PDT) Received: by 10.11.117.50 with SMTP id p50mr2754cwc; Mon, 16 Aug 2004 20:32:25 -0700 (PDT) Message-ID: <1a33bb9c04081620327818c948@mail.gmail.com> Date: Mon, 16 Aug 2004 23:32:25 -0400 From: FreeBSD User To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Mplayer, GTK2 and gcc33 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: FreeBSD User List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Aug 2004 03:32:33 -0000 FreeBSD fortytwo.zapto.org 4.10-STABLE FreeBSD 4.10-STABLE #0: Sun Aug 15 23:13:02 EDT 2004 root@fortytwo.zapto.org:/usr/obj/usr/src/sys/FORTYTWO i386 # $FreeBSD: ports/multimedia/mplayer/Makefile,v 1.101 2004/08/16 09:43:58 vs Exp $ usr/ports/multimedia/mplayer/Makefile .if defined(WITH_GTK2) && !defined(WITH_GTK1) && !defined(WITHOUT_GUI) .if ( ${OSVERSION} < 500000 ) USE_GCC= 3.3 .endif I'm not understanding why, WITH_GTK2 requires GCC3.3 with mplayer, when all my other GTK2 apps are fine with the base GCC-2.95.4. Is there something special about mplayer, is the GCC version upto the maintainer? Also, is having the two version of GCC on the same system going to cause any problems, or gotchas to look out for? .if defined(WITH_GTK2) && !defined(WITH_GTK1) && !defined(WITHOUT_GUI) .if ( ${OSVERSION} < 500000 ) USE_GCC= 3.3 .endif Thanks.