hey

i've reworked a bit the patch for gettext on mac (setlocale is a wrapper around libintl_setlocale for example).

Please review it (i can't test it) and apply it.

Dave, can you try it too ?

Vincent
Index: src/lib/elm_priv.h

===================================================================

--- src/lib/elm_priv.h	(révision 62432)

+++ src/lib/elm_priv.h	(copie de travail)

@@ -31,6 +31,12 @@

 # define E_(string) dgettext(PACKAGE, string)
 #else
 # define bindtextdomain(domain,dir)
+# ifndef libintl_bindtextdomain
+#  define libintl_bindtextdomain(domain,dir)
+# endif
+# ifndef libintl_setlocale
+#  define libintl_setlocale(c, l)
+# endif
 # define E_(string) (string)
 #endif
 
------------------------------------------------------------------------------
FREE DOWNLOAD - uberSVN with Social Coding for Subversion.
Subversion made easy with a complete admin console. Easy 
to use, easy to manage, easy to install, easy to extend. 
Get a Free download of the new open ALM Subversion platform now.
http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to