This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: patch for build mc-4.8.7 cygwin 64 bit


On 3/22/2013 9:46 PM, adam kisiel wrote:
--- origsrc/mc-4.8.7/src/filemanager/mountlist.c    2012-12-27
09:13:20.000000000 +0100
+++ src/mc-4.8.7/src/filemanager/mountlist.c    2013-03-22


thanks, but last stable is 4.8.1.7
just built for 32 bit with


--- origsrc/mc-4.8.1.7/src/filemanager/mountlist.c 2012-12-28 09:47:48.000000000 +0100 +++ src/mc-4.8.1.7/src/filemanager/mountlist.c 2013-03-22 23:33:24.430506900 +0100
@@ -227,8 +227,7 @@
 #ifdef MOUNTED_GETMNTENT1
 #define ME_DUMMY(Fs_name, Fs_type, Fs_ent)      \
   (ME_DUMMY_0 (Fs_name, Fs_type)                \
-   || (strcmp (Fs_type, "none") == 0            \
-       && !hasmntopt (Fs_ent, "bind")))
+   || (strcmp (Fs_type, "none") == 0 ))
 #else
 #define ME_DUMMY(Fs_name, Fs_type)              \
   (ME_DUMMY_0 (Fs_name, Fs_type) || strcmp (Fs_type, "none") == 0)
@@ -240,7 +239,7 @@
 /* All cygwin mount points include `:' or start with `//'; so it
    requires a native Windows call to determine remote disks.  */
 static int
-me_remote (char const *fs_name, char const *fs_type _GL_UNUSED)
+me_remote (char const *fs_name, char const *fs_type )
 {
     if (fs_name[0] && fs_name[1] == ':')
     {

I will build for 64bit in short term



build on testing distro all depend in

ftp://cygwin.com/pub/cygwin/64bit

I use two days no errors.
  binary and source package is
  on my side
    http://code.google.com/p/cyg64distro/downloads/list
    building in cygport
    only:
       install coreutils-8.15-2
     no    coreutils-8.21-1 !! is broken "configure error"

thanks,
I was just trying to understand what broke my system


    sorry for my english. "google translate"
        big thanks to:
         Corinna, Yaakov
         and all  the cygwin team

      cygwin 64-bit is faster

Regards
Marco


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]