Archive: zsh: segmentation fault on SunOS


zsh: segmentation fault on SunOS
Finally compiled without errors but do not know if it was all successfull on SunOS and ran makensis.. see below

No script compile however... and clues?
--------------------------------------

% ./makensis test1.nsi

MakeNSIS v2.04 - Copyright 1999-2005 Nullsoft, Inc.

Portions Copyright (C) 1995-1998 Jean-loup Gailly and Mark Adler (zlib).
Portions Copyright (C) 1996-2002 Julian R Seward (bzip2).
Portions Copyright (C) 1999-2003 Igor Pavlov (lzma).

Contributors: nnop@newmail.ru, Ryan Geiss, Andras Varga, Drew Davidson, Peter Windridge, Dave Laundon, Robert Rainwater, Yaroslav Faybishenko, Jeff Doozan, Amir Szekely, Ximon Eighteen, et al.

Processing config:
Processing plugin dlls: "/usr/mytests/nsis/Plugins/*.dll"
zsh: segmentation fault (core dumped) ./makensis test1.nsi


Maybe you should use a debugger? Or look what nsis does just after displaying

Processing plugin dlls: "/usr/mytests/nsis/Plugins/*.dll"
Keep the script as simple as possible

Is it as big-endian system? MakeNSIS only supports little-endian systems at this time.


With this very simple script:
-----------------------------
Name "TestMe"
OutFile "testwin32.exe"
ShowInstDetails show

Section ""
MessageBox MB_OK "I want a successful SunOS on sparc posix build..."
SectionEnd
-----------------------------

no success when compiling the scriptunder Sparc Solaris.
a possible wrong makensis with gcc.

Big endian problem? see if we can first get it to work on OSX
see http://nsis.darwinports.com/

NSIS posix compliant.. ahum, work to do. It cannot be I'm the only one on the planet wanting this, is it? Help really apriciated. We WILL succeed if we set ourselfs to it.