If that's indeed the case, then the port Makefile needs to be modified
to reject building on any architectures other than i386. This should
suffice:
ONLY_FOR_ARCHS= i386
If you could file a PR on this matter, the FreeBSD Project folks would
likely appreciate it. :-)
There isn't actually a Fr
On Fri, Nov 20, 2009 at 11:46:13AM -0800, Jeremy Chadwick wrote:
> If that's indeed the case, then the port Makefile needs to be modified
> to reject building on any architectures other than i386. This should
> suffice:
>
> ONLY_FOR_ARCHS= i386
There's a (fine?) distinction between the usa
On Fri, Nov 20, 2009 at 01:39:48PM -0500, Matt Wilks wrote:
> Just a note of closure. Apparently NSIS doesn't compile on 64-bit
> architectures. Compiled fine on an i386 7.2 install (same machine),
> once the proper library paths were provided.
>
> Matt Wilks wrote:
> >I'm attempting to install
Just a note of closure. Apparently NSIS doesn't compile on 64-bit
architectures. Compiled fine on an i386 7.2 install (same machine),
once the proper library paths were provided.
Matt Wilks wrote:
I'm attempting to install NSIS (http://nsis.sourceforge.net/) on an
amd64 FreeBSD 7.2 system an
Jeremy Chadwick wrote:
> On Tue, Nov 17, 2009 at 05:18:02PM +0100, Mikael Bak wrote:
>> Matt Wilks wrote:
>>> I'm attempting to install NSIS (http://nsis.sourceforge.net/) on an
>>> amd64 FreeBSD 7.2 system and having trouble. When I run
>>>
>> [snip]
>>
>> >From the project's home page:
>> "NSIS
On Tue, Nov 17, 2009 at 05:18:02PM +0100, Mikael Bak wrote:
> Matt Wilks wrote:
> > I'm attempting to install NSIS (http://nsis.sourceforge.net/) on an
> > amd64 FreeBSD 7.2 system and having trouble. When I run
> >
> [snip]
>
> >From the project's home page:
> "NSIS (Nullsoft Scriptable Install
Matt Wilks wrote:
> I'm attempting to install NSIS (http://nsis.sourceforge.net/) on an
> amd64 FreeBSD 7.2 system and having trouble. When I run
>
[snip]
>From the project's home page:
"NSIS (Nullsoft Scriptable Install System) is a professional open source
system to create Windows installers."
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
compi
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: