Hello,

With current state of things it's impossible to compile 2.5.17 CVS
branch with --debug-msgs configure option. I investigated & created a
patch which fixes this problem.

Best wishes

-- 
Serge Koksharov, Free Software user & supporter
GPG public key ID: 0x3D330896 (pgp.mit.edu)
Key fingerprint: 5BC4 0475 CB03 6A31 0076  82C2 C240 72F0 3D33 0896
diff -Naur fvwmCVS-orig/modules/ChangeLog fvwmCVS-fixed/modules/ChangeLog
--- fvwmCVS-orig/modules/ChangeLog      2006-07-12 02:13:01.000000000 +0400
+++ fvwmCVS-fixed/modules/ChangeLog     2006-07-12 02:14:08.000000000 +0400
@@ -1,3 +1,8 @@
+2006-07-12  Serge Koksharov  <gentoosiast dog yandex dot ru>
+
+       * modules/FvwmPager/FvwmPager.c:
+       Compilation fix when --enable-debug-msgs configure option set.
+
 2006-07-11  Viktor Griph  <[EMAIL PROTECTED]>
 
        * FvwmCommand/FvwmCommand.1.in:
diff -Naur fvwmCVS-orig/modules/FvwmPager/FvwmPager.c 
fvwmCVS-fixed/modules/FvwmPager/FvwmPager.c
--- fvwmCVS-orig/modules/FvwmPager/FvwmPager.c  2006-07-12 02:13:00.000000000 
+0400
+++ fvwmCVS-fixed/modules/FvwmPager/FvwmPager.c 2006-07-12 02:14:08.000000000 
+0400
@@ -439,7 +439,7 @@
 #ifdef FVWM_DEBUG_MSGS
   if ( isTerminated )
   {
-    fprintf(stderr, "%s: Received signal: exiting...\n", module->name);
+    fprintf(stderr, "%s: Received signal: exiting...\n", MyName);
   }
 #endif
 

Reply via email to