From owner-freebsd-mozilla@FreeBSD.ORG Sun Sep 14 08:33:26 2003 Return-Path: Delivered-To: freebsd-mozilla@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 738B316A4BF for ; Sun, 14 Sep 2003 08:33:26 -0700 (PDT) Received: from accms33.physik.rwth-aachen.de (accms33.physik.RWTH-Aachen.DE [137.226.46.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CD1643FCB for ; Sun, 14 Sep 2003 08:33:25 -0700 (PDT) (envelope-from kuku@accms33.physik.rwth-aachen.de) Received: (from kuku@localhost) by accms33.physik.rwth-aachen.de (8.11.6/8.9.3) id h8EFXNl18993 for mozilla@freebsd.org; Sun, 14 Sep 2003 17:33:23 +0200 Date: Sun, 14 Sep 2003 17:33:23 +0200 From: Christoph Kukulies Message-Id: <200309141533.h8EFXNl18993@accms33.physik.rwth-aachen.de> To: mozilla@freebsd.org Subject: C++ errors in latest builds X-BeenThere: freebsd-mozilla@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mozilla browser issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2003 15:33:26 -0000 Anyone having built mozilla recently? I'm getting a lot off errors of the following kind: use of `extern' on explicit instantiations /usr/include/c++/3.3/bits/locale_facets.tcc:2655: error: ISO C++ forbids the use of `extern' on explicit instantiations /usr/include/c++/3.3/bits/locale_facets.tcc:2658: error: ISO C++ forbids the use of `extern' on explicit instantiations /usr/include/c++/3.3/bits/locale_facets.tcc:2659: error: ISO C++ forbids the use of `extern' on explicit instantiations /usr/include/c++/3.3/bits/locale_facets.tcc:2660: error: ISO C++ forbids the use of `extern' on explicit instantiations /usr/include/c++/3.3/bits/locale_facets.tcc:2661: error: ISO C++ forbids the use of `extern' on explicit instantiations /usr/include/c++/3.3/bits/locale_facets.tcc:2662: error: ISO C++ forbids the use of `extern' on explicit instantiations /usr/include/c++/3.3/bits/locale_facets.tcc:2663: error: ISO C++ forbids the use of `extern' on explicit instantiations /usr/include/c++/3.3/bits/locale_facets.tcc:2664: error: ISO C++ forbids the use of `extern' on explicit instantiations -- Chris Christoph P. U. Kukulies kukulies (at) rwth-aachen.de From owner-freebsd-mozilla@FreeBSD.ORG Mon Sep 15 13:34:12 2003 Return-Path: Delivered-To: freebsd-mozilla@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 965C116A4BF for ; Mon, 15 Sep 2003 13:34:12 -0700 (PDT) Received: from dale.dwdata.com (dale.dwdata.com [216.33.93.234]) by mx1.FreeBSD.org (Postfix) with SMTP id 8585443FBD for ; Mon, 15 Sep 2003 13:34:11 -0700 (PDT) (envelope-from drench-l-mozilla@dren.ch) Received: (qmail 85937 invoked from network); 15 Sep 2003 20:34:46 -0000 Received: from matt.i-2.com (10.1.0.110) by ambiguity.i-2.com with SMTP; 15 Sep 2003 20:34:46 -0000 Received: (qmail 12199 invoked from network); 15 Sep 2003 20:34:10 -0000 Received: from laptop.drench.dwdata.com (10.1.0.186) by matt.i-2.com with SMTP; 15 Sep 2003 20:34:10 -0000 Received: (qmail 2368 invoked by uid 1004); 15 Sep 2003 20:34:31 -0000 Date: Mon, 15 Sep 2003 15:34:31 -0500 From: Dan Rench To: Christoph Kukulies Message-ID: <20030915203431.GA1895@dren.ch> References: <200309141533.h8EFXNl18993@accms33.physik.rwth-aachen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200309141533.h8EFXNl18993@accms33.physik.rwth-aachen.de> User-Agent: Mutt/1.5.4i cc: mozilla@freebsd.org Subject: Re: C++ errors in latest builds X-BeenThere: freebsd-mozilla@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mozilla browser issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2003 20:34:12 -0000 On Sun, Sep 14, 2003 at 05:33:23PM +0200, Christoph Kukulies wrote: > Anyone having built mozilla recently? I'm getting a lot off errors of the > following kind: > [...] What version of FreeBSD are you using, and how recently did you pull your Mozilla tree? I've had no trouble building Mozilla 1.5 beta (~2 weeks ago) and Firebird 0.6.1 under 5.1-RELEASE. Mozilla 1.5 beta would not build for me under 4.7-RELEASE (C++ errors, which I would guess have to do with the different versions of GCC), though Firebird compiled and runs fine on this same box.