[Pidgin] #13671: Building installer fails due to MakeNSIS parameter misinterpretation as script filename?
Pidgin
trac at pidgin.im
Wed May 25 18:11:49 EDT 2011
#13671: Building installer fails due to MakeNSIS parameter misinterpretation as
script filename?
-------------------------------------------------------------------+--------
Reporter: jasmine.aura | Owner: datallah
Type: defect | Status: new
Milestone: | Component: winpidgin (gtk)
Version: 2.7.11 | Resolution:
Keywords: Installer Build MakeNSIS parameters script MinGW MSYS |
-------------------------------------------------------------------+--------
Comment(by dustin):
Apparently the arguments are first evaluated by the shell.
Therefore, when {{{makensis.exe}}} is called from the (Bourne-like) MinGW
shell, options must be in Unix-style, starting with "-" instead of "/".
I think there should be a case distinction in
{{{libpurple/win32/global.mak}}} (see attached patch), or this should be
mentioned in the wiki.
(I cannot say for sure if the patch is correct, because I've never run the
installer from a non-Unix shell.)
--
Ticket URL: <http://developer.pidgin.im/ticket/13671#comment:3>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list