From 5f940a364d83890e28cf35c59789a2f1fa057d22 Mon Sep 17 00:00:00 2001 From: Tony Theodore Date: Fri, 10 Dec 2010 21:11:41 +1100 Subject: [PATCH] doc update for nsis 64-bit issue --- doc/index.html | 30 +++++++++++++++++++++++++----- 1 file changed, 25 insertions(+), 5 deletions(-) diff --git a/doc/index.html b/doc/index.html index 0f5d1a5a..7e9da927 100644 --- a/doc/index.html +++ b/doc/index.html @@ -628,6 +628,12 @@ USE_OSGPLUGIN(<plugin2>) 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 @@ USE_OSGPLUGIN(<plugin2>)
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 @@ USE_OSGPLUGIN(<plugin2>)

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 @@ sudo gcc_select gcc42

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