Go Back   Winamp Forums > Developer Center > NSIS Discussion

Reply
Thread Tools Search this Thread Display Modes
Old 28th June 2005, 13:40   #1
onad
Senior Member
 
onad's Avatar
 
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"
onad is offline   Reply With Quote
Old 28th June 2005, 14:35   #2
ElvenProgrammer
Junior Member
 
ElvenProgrammer's Avatar
 
Join Date: Jun 2005
Location: Italy
Posts: 31
Maybe you should use a debugger? Or look what nsis does just after displaying
Quote:
Processing plugin dlls: "/usr/mytests/nsis/Plugins/*.dll"
Keep the script as simple as possible
ElvenProgrammer is offline   Reply With Quote
Old 28th June 2005, 16:26   #3
Joost Verburg
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.
Joost Verburg is offline   Reply With Quote
Old 29th June 2005, 09:48   #4
onad
Senior Member
 
onad's Avatar
 
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"
onad is offline   Reply With Quote
Reply
Go Back   Winamp Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump