GNOME Bugzilla – Bug 511938
error during compile
Last modified: 2008-01-25 20:05:15 UTC
Please describe the problem: gdm compile dies during make. This is on Slackware-12.0 with updates. Steps to reproduce: 1. tar -xjvf gdm-2.20.3.tar.bz2 2. cd gdm-2.20.3 3. ./configure 4. make Actual results: The compile dies with: verify-shadow.o: In function `gdm_verify_setup_user': ... verify-shadow.c:435: undefined reference to `gdm_debug' Expected results: It compiles cleanly. Does this happen every time? Yes. Other information: Adding "#include gdm-log.h" to daemon/verify.h seems to allow it to compile. diff -Naur gdm-2.20.3/daemon/verify.h gdm-2.20.3.new/daemon/verify.h --- gdm-2.20.3/daemon/verify.h 2008-01-07 13:39:38.000000000 -0600 +++ gdm-2.20.3.new/daemon/verify.h 2008-01-24 18:14:35.601338407 -0600 @@ -21,6 +21,7 @@ #include "gdm.h" #include "display.h" +#include "gdm-log.h" /* for gdm_debug */ /* If username is NULL, we ask, if local is FALSE, don't start * the timed login timer */
Created attachment 103691 [details] [review] Add the gdm_debug.h include
*** This bug has been marked as a duplicate of 508275 ***