mingw-cross-env-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Mingw-cross-env-list] nsis patch


From: Mark Brand
Subject: Re: [Mingw-cross-env-list] nsis patch
Date: Sun, 12 Aug 2012 12:53:46 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120713 Firefox/14.0.1 SeaMonkey/2.11


I needed to patch nsis-2.4.6-src/Source/util.h to add "include unistd.h"

@@ -25,6 +25,7 @@
  #ifndef _WIN32
  #  include <iconv.h>
  #  include <stdio.h>
+#  include <unistd.h>
  #endif

Thanks. Fixed in master branch with e5dca85daf9db16376abe41396ec0153ec6f51a1.


Freeman,

Would you please make sure this is proposed upstream to nsis?

Mark




reply via email to

[Prev in Thread] Current Thread [Next in Thread]