Package Details: nsis 3.09-1

Git Clone URL: https://aur.archlinux.org/nsis.git (read-only, click to copy)
Package Base: nsis
Description: A professional open source system to create Windows installers
Upstream URL: http://nsis.sourceforge.net
Licenses: custom:zlib
Submitter: None
Maintainer: xantares
Last Packager: xantares
Votes: 44
Popularity: 0.62
First Submitted: 2006-10-28 14:40 (UTC)
Last Updated: 2023-07-14 19:23 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

grandchild commented on 2016-11-02 23:16 (UTC) (edited on 2016-11-02 23:17 (UTC) by grandchild)

I'm getting: Checking for C library gdi32... no Checking for C library user32... no Checking for C library pthread... yes Checking for C library iconv... no Checking for C library shlwapi... no Checking for C library z... yes Checking for C library iconv... no Checking for C library z... yes Checking for C library zdll... no Checking for C library z... no zlib (win32) is missing! ... dependencies are installed. I also made a trace if that helps in any way (filtered though, because the full trace is 12mb): https://gist.github.com/grandchild/c2bfdc41436487e7fa2cf66c5ac8239b Ah, and I'm on 64bit Arch

lukasw commented on 2016-03-29 05:58 (UTC)

I'm experiencing segfaults with this build. The following patch fixes it (taken form https://bugzilla.redhat.com/show_bug.cgi?id=948074#c20): --- ResourceEditor.h.64bit 2009-02-01 09:44:30.000000000 -0500 +++ ResourceEditor.h 2014-07-23 17:12:20.000000000 -0400 @@ -180,7 +180,7 @@ void Destroy(); - DWORD m_dwWrittenAt; + long m_dwWrittenAt; private: IMAGE_RESOURCE_DIRECTORY m_rdDir; @@ -204,7 +204,7 @@ CResourceDataEntry* GetDataEntry(); - DWORD m_dwWrittenAt; + long m_dwWrittenAt; private: bool m_bHasName; @@ -232,7 +232,7 @@ DWORD GetCodePage(); DWORD GetOffset(); - DWORD m_dwWrittenAt; + long m_dwWrittenAt; private: BYTE* m_pbData; @xantares could you include this patch?

xantares commented on 2015-04-27 10:11 (UTC)

@emhs, patched!

emhs commented on 2015-04-26 02:47 (UTC)

According to Earnestly (who helped out when I was first experiencing this), this is the specific error: http://ix.io/hUn

emhs commented on 2015-04-26 02:42 (UTC)

On my machine, nsis fails to build. Here's the makepkg output: http://sprunge.us/bKSV

xantares commented on 2015-03-04 15:31 (UTC)

no, it's part of base-devel: https://www.archlinux.org/groups/i686/base-devel/

mbeniamino commented on 2015-03-04 14:52 (UTC)

I think "patch" is missing from the building dependencies.

xantares commented on 2015-01-28 07:54 (UTC)

sorry, fixed.

<deleted-account> commented on 2015-01-27 22:28 (UTC)

Doesn't work with CMake because the program returns an invalid version string, it should be: scons VERSION=$pkgver

stilvoid commented on 2015-01-23 10:34 (UTC)

Yep, point taken - I just haven't had time to deal with this! Disowning so xantares can pick it up. Thanks :)