From owner-freebsd-stable@FreeBSD.ORG Tue Nov 17 15:30:57 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 689581065698 for ; Tue, 17 Nov 2009 15:30:57 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id 3021A8FC16 for ; Tue, 17 Nov 2009 15:30:57 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:880:4db9:db8e:9555] (unknown [IPv6:2001:7b8:3a7:0:880:4db9:db8e:9555]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 60CCB5C43; Tue, 17 Nov 2009 16:30:56 +0100 (CET) Message-ID: <4B02C1B7.2030708@andric.com> Date: Tue, 17 Nov 2009 16:31:03 +0100 From: Dimitry Andric User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.1.5) Gecko/20091115 Shredder/3.0.1pre MIME-Version: 1.0 To: Matt Wilks References: <4B02B7D4.7020502@madhaus.cns.utoronto.ca> In-Reply-To: <4B02B7D4.7020502@madhaus.cns.utoronto.ca> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: NSIS compile failed on FreeBSD 7.2 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 15:30:57 -0000 On 2009-11-17 15:48, Matt Wilks wrote: > in the source directory for NSIS, I get a bunch of errors that look like: > > /usr/include/c++/4.2/new:95: error: 'operator new' takes type 'size_t' > ('unsigned int') as first parameter Does a .cpp file consisting of just the following: #include compile on your system? If so, it is most likely something in the NSIS headers that screws up either the definition of operator new, size_t, or some other vital thing.