Re: Midnight Commander not compiles on Debian Squeeze

2015-10-20 Thread Andrey Tataranovich
On Mon, 19 Oct 2015 21:25:26 +0200 "Yury V. Zaytsev" wrote: > If you can come up a one-liner patch to make it compatible with old > glib, we can think of applying it; I have nothing against supporting > older glib per se, unless it comes with too much of a maintenance > cost...

Re: Midnight Commander not compiles on Debian Squeeze

2015-10-20 Thread Mooffie
On 10/20/15, Andrey Tataranovich wrote: > Glib version check patch attached. You also need to update README, INSTALL, HACKING. ___ mc-devel mailing list https://mail.gnome.org/mailman/listinfo/mc-devel

Re: Midnight Commander not compiles on Debian Squeeze

2015-10-20 Thread Andrew Borodin
On Tue, 20 Oct 2015 19:54:45 +0200 "Yury V. Zaytsev" wrote: > On Tue, 2015-10-20 at 14:48 +0300, Mooffie wrote: > > > > You also need to update README, INSTALL, HACKING. > > Thanks! I would have forgotten about it. What about forgotten 11 PKG_CHECK_MODULES(GMODULE, [gmodule-no-export-2.0

Re: Midnight Commander not compiles on Debian Squeeze

2015-10-20 Thread Yury V. Zaytsev
On Tue, 2015-10-20 at 14:48 +0300, Mooffie wrote: > > You also need to update README, INSTALL, HACKING. Thanks! I would have forgotten about it. -- Sincerely yours, Yury V. Zaytsev ___ mc-devel mailing list

Re: Midnight Commander not compiles on Debian Squeeze

2015-10-20 Thread Yury V. Zaytsev
On Tue, 2015-10-20 at 14:13 +0300, Andrey Tataranovich wrote: > Glib version check patch attached. Thank you for the patch! Just hit master. -- Sincerely yours, Yury V. Zaytsev ___ mc-devel mailing list

Midnight Commander not compiles on Debian Squeeze

2015-10-19 Thread Andrey Tataranovich
Hello, While compiling e0c16d739926f194c72459f41124b161849e88a3 from master branch I've got following error on Debian Squeeze host: /bin/bash ../libtool --tag=CC --mode=link gcc -std=gnu99 -fdiagnostics-show-option -Wbad-function-cast -Wcomment -Wdeclaration-after-statement -Wfloat-equal

Re: Midnight Commander not compiles on Debian Squeeze

2015-10-19 Thread Egmont Koblinger
Hi Andrey, This was introduced by a recent patch created by me that fixes a segfault (a critical bug in 4.8.14). libc6's version is irrelevant, glib matters here. I think so far mc required a glib that's not older than about 7 years if I remember correctly. This change makes it require glib-2.26

Re: Midnight Commander not compiles on Debian Squeeze

2015-10-19 Thread Egmont Koblinger
Hi :) I'm drunk now but i think i included the version number in the prev mail. See the doc of g-regex-get-compole-flags to get it :) Sent from mobile On Oct 19, 2015 9:25 PM, "Yury V. Zaytsev" wrote: > On Mon, 2015-10-19 at 20:30 +0300, Andrey Tataranovich wrote: > > > > Glib

Re: Midnight Commander not compiles on Debian Squeeze

2015-10-19 Thread Yury V. Zaytsev
On Mon, 2015-10-19 at 20:30 +0300, Andrey Tataranovich wrote: > > Glib version check should be introduced in this case. My opinion - if > configure completes without error, then compilation should go without > error too. Otherwise it is a FTBFS bug. Hi Andrey, If you can come up a one-liner

Re: Midnight Commander not compiles on Debian Squeeze

2015-10-19 Thread Andrey Tataranovich
Hello Egmont, First of all - thanks for your efforts in MC development. On Mon, 19 Oct 2015 15:56:40 +0200 Egmont Koblinger wrote: > This was introduced by a recent patch created by me that fixes a > segfault (a critical bug in 4.8.14). libc6's version is irrelevant, > glib