Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Nov 2009 16:31:03 +0100
From:      Dimitry Andric <dimitry@andric.com>
To:        Matt Wilks <matt@madhaus.cns.utoronto.ca>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: NSIS compile failed on FreeBSD 7.2
Message-ID:  <4B02C1B7.2030708@andric.com>
In-Reply-To: <4B02B7D4.7020502@madhaus.cns.utoronto.ca>
References:  <4B02B7D4.7020502@madhaus.cns.utoronto.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <new>

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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4B02C1B7.2030708>