From owner-freebsd-gnome@FreeBSD.ORG Wed Apr 14 09:01:08 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6631816A4D5 for ; Wed, 14 Apr 2004 09:01:08 -0700 (PDT) Received: from postal2.es.net (postal2.es.net [198.128.3.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EBCA43D58 for ; Wed, 14 Apr 2004 09:01:08 -0700 (PDT) (envelope-from oberman@es.net) Received: from ptavv.es.net ([198.128.4.29]) by postal2.es.net (Postal Node 2) with ESMTP (SSL) id IBA74465; Wed, 14 Apr 2004 09:01:07 -0700 Received: from ptavv (localhost [127.0.0.1]) by ptavv.es.net (Tachyon Server) with ESMTP id A54965D08; Wed, 14 Apr 2004 09:01:07 -0700 (PDT) To: "Lee Harr" In-reply-to: Your message of "Wed, 14 Apr 2004 14:40:22 -0000." Date: Wed, 14 Apr 2004 09:01:07 -0700 From: "Kevin Oberman" Message-Id: <20040414160107.A54965D08@ptavv.es.net> cc: gnome@FreeBSD.org Subject: Re: inkscape needs gcc > 3.0 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Apr 2004 16:01:08 -0000 > From: "Lee Harr" > Date: Wed, 14 Apr 2004 14:40:22 +0000 > Sender: owner-freebsd-gnome@freebsd.org > > Hi; > > Is it very difficult to make a port build with a non-default compiler? > > I reported a crash bug for inkscape-0.38.1 at the inkscape site and > they say it is too difficult to support the old gcc due to advances > in C++ support in the 3.* versions. > Just add "USE_GCC= 3.2" to the Makefile. Then be patient as building the new compiler as a port will take a while. It is also possible that you might need to add: CC= gcc32 CXX= g++32 but this really should not be required. Or update to V5 where gcc3.2. :-) -- R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634