Hi! Just noticed something weird in autogen.sh script in apps/e:
FC3: $ xgettext -n -C -d enlightenment -p po --copyright-holder="Enlightenment development team" --foreign-user --msgid-bugs-address="enlightenment-devel@lists.sourceforge.net" -k -k_ -kd_ --from-code=UTF-8 -o enlightenment.pot `find . -name "*.[ch]" -print` $ xgettext -V xgettext (GNU gettext-tools) 0.14.1 As you can see, all is OK. Now, RHAS3: $ xgettext -n -C -d enlightenment -p po --copyright-holder="Enlightenment development team" --foreign-user --msgid-bugs-address="enlightenment-devel@lists.sourceforge.net" -k -k_ -kd_ --from-code=UTF-8 -o enlightenment.pot `find . -name "*.[ch]" -print` xgettext: unrecognized option [EMAIL PROTECTED]' Try `xgettext --help' for more information. $ xgettext -V xgettext (GNU gettext) 0.11.4 Weird! Red Hat Network have 0.14.x rpm only for RHAS4 (and there is unsatisfied dependencies to compile gettext 0.14.x on RHAS3) My suggestion is to remove or make optional these options inside autogen.sh: --from-code=UTF-8 and --msgid-bugs-address="enlightenment-devel@lists.sourceforge.net" 100% it can live without --msgid-bugs-address but not sure about --from-code. Ideas? Thanks, Dan ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel