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.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[email protected]"