|
|
#1 |
|
Senior Member
Join Date: Dec 2004
Location: Turkey
Posts: 447
|
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 "Just do it" |
|
|
|
|
|
#2 | |
|
Junior Member
Join Date: Jun 2005
Location: Italy
Posts: 31
|
Maybe you should use a debugger? Or look what nsis does just after displaying
Quote:
|
|
|
|
|
|
|
#3 |
|
NSIS MUI Dev
Join Date: Nov 2001
Posts: 3,717
|
Is it as big-endian system? MakeNSIS only supports little-endian systems at this time.
|
|
|
|
|
|
#4 |
|
Senior Member
Join Date: Dec 2004
Location: Turkey
Posts: 447
|
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. "Just do it" |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|