You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MC fail to build with futures like it:
"--enable-vfs-cpio --enable-vfs-tar --enable-vfs-sfs --enable-vfs-sftp --enable-vfs-extfs --disable-vfs-ftp --disable-vfs-smb --disable-vfs-fish --disable-vfs-undelfs"
The source of problem: no define ENABLE_VFS_NET with this params.
One point, that must be fixed: one of last lines m4.include/mc-vfs.m4 must be chaged to "if test x"$enable_vfs_ftp" = x"yes" -o x"$enable_vfs_sftp" = x"yes" -o x"$enable_vfs_fish" = x"yes"; then"
But there is no enough, somewhere else must be added this define for C compiler.
P.S. This problem confirmed in 4.8.26, 4.8.27 and 4.8.28 and looks like it is exist in trunk too.
The text was updated successfully, but these errors were encountered:
Important
This issue was migrated from Trac:
Bishop
(bishop-mc@….org)MC fail to build with futures like it:
"--enable-vfs-cpio --enable-vfs-tar --enable-vfs-sfs --enable-vfs-sftp --enable-vfs-extfs --disable-vfs-ftp --disable-vfs-smb --disable-vfs-fish --disable-vfs-undelfs"
The source of problem: no define ENABLE_VFS_NET with this params.
One point, that must be fixed: one of last lines m4.include/mc-vfs.m4 must be chaged to "if test x"$enable_vfs_ftp" = x"yes" -o x"$enable_vfs_sftp" = x"yes" -o x"$enable_vfs_fish" = x"yes"; then"
But there is no enough, somewhere else must be added this define for C compiler.
P.S. This problem confirmed in 4.8.26, 4.8.27 and 4.8.28 and looks like it is exist in trunk too.
The text was updated successfully, but these errors were encountered: