** Changed in: lightdm-gtk-greeter
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of LightDM
Gtk+ Greeter Development Team, which is the registrant for LightDM GTK+
Greeter.
https://bugs.launchpad.net/bugs/999438

Title:
  LC_ALL needs locale.h

Status in LightDM GTK+ Greeter:
  Fix Released

Bug description:
  1.1.5 tarball

  Making all in src
    CC     lightdm_gtk_greeter-lightdm-gtk-greeter.o
  lightdm-gtk-greeter.c: In function 'main':
  lightdm-gtk-greeter.c:685: warning: implicit declaration of function 
'setlocale'
  lightdm-gtk-greeter.c:685: warning: nested extern declaration of 'setlocale'
  lightdm-gtk-greeter.c:685: error: 'LC_ALL' undeclared (first use in this 
function)
  lightdm-gtk-greeter.c:685: error: (Each undeclared identifier is reported 
only once
  lightdm-gtk-greeter.c:685: error: for each function it appears in.)
  *** Error code 1

  Stop.
  make: stopped in 
/usr/pkgsrc/new/lightdm-gtk-greeter/work/lightdm-gtk-greeter-1.1.5/src

  I am using this patch:

  --- src/lightdm-gtk-greeter.c.orig    2012-05-14 21:36:33.000000000 -0500
  +++ src/lightdm-gtk-greeter.c 2012-05-14 21:36:55.000000000 -0500
  @@ -10,6 +10,7 @@
    */
   
   #include <stdlib.h>
  +#include <locale.h>
   #include <gtk/gtk.h>
   #include <glib/gi18n.h>
   #include <cairo-xlib.h>

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm-gtk-greeter/+bug/999438/+subscriptions

-- 
Mailing list: https://launchpad.net/~lightdm-gtk-greeter-team
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~lightdm-gtk-greeter-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to