diff -urN d4x-2.5.7.1.old/configure d4x-2.5.7.1/configure --- d4x-2.5.7.1.old/configure 2006-04-12 19:48:29 +0300 +++ d4x-2.5.7.1/configure 2007-11-13 18:02:26 +0200 @@ -18398,11 +18398,6 @@ cat >>confdefs.h <<\_ACEOF -#define GTK_DISABLE_DEPRECATED -_ACEOF - - -cat >>confdefs.h <<\_ACEOF #define _FILE_OFFSET_BITS 64 _ACEOF diff -urN d4x-2.5.7.1.old/configure.ac d4x-2.5.7.1/configure.ac --- d4x-2.5.7.1.old/configure.ac 2005-11-05 01:35:38 +0200 +++ d4x-2.5.7.1/configure.ac 2007-11-13 18:01:33 +0200 @@ -298,7 +298,6 @@ # Other needed defines AC_DEFINE(_REENTRANT, , [Enable reenrant code of glibc]) -AC_DEFINE(GTK_DISABLE_DEPRECATED, , [Enable warnings about deprecated functions usage]) AC_DEFINE(_FILE_OFFSET_BITS, 64, [To support files over 2GB]) # Prepare all requiered flags diff -urN d4x-2.5.7.1.old/main/face/list.cc d4x-2.5.7.1/main/face/list.cc --- d4x-2.5.7.1.old/main/face/list.cc 2006-03-20 02:29:41 +0200 +++ d4x-2.5.7.1/main/face/list.cc 2007-11-13 18:02:50 +0200 @@ -8,7 +8,6 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. */ -#define GTK_DISABLE_DEPRECATED #include #include