Date: Tue, 17 Nov 2009 09:48:52 -0500 From: Matt Wilks <matt@madhaus.cns.utoronto.ca> To: freebsd-stable@freebsd.org Subject: NSIS compile failed on FreeBSD 7.2 Message-ID: <4B02B7D4.7020502@madhaus.cns.utoronto.ca>
next in thread | raw e-mail | index | archive | help
I'm attempting to install NSIS (http://nsis.sourceforge.net/) on an amd64 FreeBSD 7.2 system and having trouble. When I run scons SKIPSTUBS=all SKIPPLUGINS=all SKIPUTILS=all SKIPMISC=all NSIS_CONFIG_CONST_DATA_PATH=no 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 A google search gives me a link to this bug http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28582 that doesn't seem to have been touched since 2006. Is there someway around this compile error? Thanks, Matt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4B02B7D4.7020502>