On Sat, 15 Dec 2007 08:28:17 +0100
Kim Woelders <[EMAIL PROTECTED]> wrote:
| Yasufumi Haga wrote:
| ...
| >
| > I'm afraid I didn't forget to do autogen.sh. Now I run it again after "make
clean distclean",
| > and "grep"ed localedir and bindir for "src/Makefile". It resulted in:
| >
| ...
| > [EMAIL PROTECTED] e]$ grep localedir src/Makefile
| > -D LOCALEDIR=\"$(localedir)\" \
|
| Hmm... I have
| $ grep localedir src/Makefile
| localedir = ${datarootdir}/locale
| -D LOCALEDIR=\"$(localedir)\" \
|
| >
| > By the way, I tried doing grep "localedir" for "src/Makefile" in 0.16.8.10
released version,
| > It shows nothing. "src/Makefile" in the released version doesn't seem to
have "localedir"
| > variable in it.
| >
| Yeah, that was changed during the autofoo cleanups.
|
| Could you try changing the LOCALEDIR definition in src/Makefile.am to
| LOCALEDIR=\"$(datadir)/locale\" and see if that solves the problem?
Following your advice, I modified "src/Makefile.am" like this:
--- Makefile.am.org 2007-12-15 18:02:34.000000000 +0900
+++ Makefile.am 2007-12-15 18:10:08.000000000 +0900
@@ -120,7 +120,7 @@
$(IMLIB2_CFLAGS) \
$(X_CFLAGS) \
$(DBUS_CFLAGS) \
- -D LOCALEDIR=\"$(localedir)\" \
+ -D LOCALEDIR=\"$(datadir)/locale\" \
-D ENLIGHTENMENT_BIN=\"$(bindir)\" \
-D ENLIGHTENMENT_LIB=\"$(pkglibdir)\" \
-D ENLIGHTENMENT_ROOT=\"$(pkgdatadir)\"
and built and installed it again. This time all went fine and the messages of
the menus,
dialogs, etc... are shown in Japanese. My problem seems to get solved.
By the way, is it possible that older versions of autofoo tools have something
to do with
this problem? Those tools of the Linux distribution that I'm using are a little
bit old, I guss:
$ automake --version
automake (GNU automake) 1.9.6
$ autoconf --version
autoconf (GNU Autoconf) 2.59
$ libtool --version
ltmain.sh (GNU libtool) 1.5.22 (1.1220.2.365 2005/12/18 22:14:06)
Thanks a lot for your big help, Kim.
Regards.
--Yasufumi
-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
enlightenment-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users