building with cygwin

2016-03-01 Thread Nicolas Rybkin
Hi, did anyone try to compile stuff with cygwin?
./configure gives:
configure: error: S-Lang library version 2.0 or newer not found
I have cygslang-2.dll in /bin. I really can't learn from configure script how 
it tests slang presence, there's "test x"$ac_slang_lib_path"" and something 
like and I don't know what this "test" does.
Also can anyone tell me how to use cygport?
cygport slang-2.2.2-2.cygport download
gives:
*** ERROR: diff is required to run cygport
what diff?
___
mc-devel mailing list
https://mail.gnome.org/mailman/listinfo/mc-devel


MC failed to build from 'make dist' tarball

2016-03-01 Thread Andrey Tataranovich
Hello,

Please accept a small patch which fixes compilation error when MC
compiled from tarball prepared by 'make dist'.

https://github.com/MidnightCommander/mc/pull/90

Compilation output attached.

-- 
WBR, Andrey Tataranovich
Making all in src
make[2]: Entering directory `/tmp/test/mc-tmp/mc-4.8.15-146-gf69b08b/src'
Making all in filemanager
make[3]: Entering directory 
`/tmp/test/mc-tmp/mc-4.8.15-146-gf69b08b/src/filemanager'
  CC achown.lo
  CC boxes.lo
  CC chmod.lo
  CC chown.lo
  CC cmd.lo
  CC command.lo
command.c:49:35: fatal error: src/subshell/subshell.h: No such file or directory
compilation terminated.
make[3]: *** [command.lo] Error 1
make[3]: Leaving directory 
`/tmp/test/mc-tmp/mc-4.8.15-146-gf69b08b/src/filemanager'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/test/mc-tmp/mc-4.8.15-146-gf69b08b/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/test/mc-tmp/mc-4.8.15-146-gf69b08b'
make: *** [all] Error 2
___
mc-devel mailing list
https://mail.gnome.org/mailman/listinfo/mc-devel