NSIS compile failed on FreeBSD 7.2

Dimitry Andric dimitry at andric.com
Tue Nov 17 15:30:57 UTC 2009


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.


More information about the freebsd-stable mailing list