# HG changeset patch # User Tony Theodore # Date 1291975901 -39600 # Node ID 99978ef3c16aaa77b5480d20eb06754473acd39f # Parent 9265ba80f4cc3a3922e631c44ce98b7d528132aa doc update for nsis 64-bit issue diff -r 9265ba80f4cc -r 99978ef3c16a doc/index.html --- a/doc/index.html Wed Dec 08 01:36:20 2010 +0100 +++ b/doc/index.html Fri Dec 10 21:11:41 2010 +1100 @@ -628,6 +628,12 @@ openssl-devel patch perl pkgconfig scons \ yasm unzip wget xz +

+ On 64-bit Fedora, + there are + open issues with the NSIS package. +

+

FreeBSD

@@ -649,11 +655,9 @@
export PATH = /usr/local/bin:$PATH

On 64-bit FreeBSD, - there are open issues with the NSIS package. To allow the - remainder of mingw-cross-env to build, simply remove the - package: + there are + open issues with the NSIS package.

-
rm where mingw-cross-env is unpacked/src/nsis.mk

Frugalware

@@ -665,7 +669,8 @@

On 64-bit Frugalware, - there are open issues with the NSIS package. + there are + open issues with the NSIS package.

Gentoo

@@ -836,6 +841,21 @@

See something missing? Feel free to create a new package.

+

Open Issues

+

NSIS

+

+ The NSIS package contains some native tools that are + currently 32-bit only. In order to build these on a + 64-bit system, multi-lib support must enabled in the + compiler toolchain. However, not all operating systems + enable this. +

+

+ Since no other packages depend it, the remainder of + mingw-cross-env can be successfully built by simply + removing the package: +

+
rm where mingw-cross-env is unpacked/src/nsis.mk