[opensuse-m17n] utf-8 mail processing
In order to convert all my mail to UTF-8, I have been using the 2UTF package. However I haven't succeded in compiling this package on 10.2 or 10.1, and I have just been lucky to be able to use an old binary so far. This is how compilation breaks on SuSE 10.2: cc -O2 -W -Wconversions -Wbad-function-cast '-DALIASES="/var/lib/2UTF.aliases"' '-DPATH2="/usr/local/share/i18n/charmaps/"' '-DCONFIG_PATHNAMES="/usr/local/etc/2UTF.config\0/usr/local/etc/2UTF.config\0/usr/etc/2UTF.config\0/etc/2UTF.config\0\0"' '-DVERSION="1.22"' -I/usr/local/include -c -o 2UTF.o 2UTF.c cc1: error: unrecognized command line option "-Wconversions" The 2UTF itself is quite old and possibly stalled nowadays Summary: Translates char-sets and decodes MIME. Name: 2UTF Version: 1.22 Release: 0 Copyright: BSD style URL: http://unicode.richard.eu.org/me/rch/ll.html#2UTF BuildRoot: /tmp/2UTF-root Group: Utilities/Text Source: metalab.unc.edu:/pub/Linux/utils/text/2UTF-1.22.tar.gz %description Filter for char-set translation to and from Unicode. Can use iconv, get char-set definitions from ftp.unicode.org tables or WG15 locales char-maps. Can decode nested multi-part MIME messages and invoke external filters. Can display char-maps and current console font. but I find it essential for mail processing nowadays. -- Hartmut Pilch 裴寒牧 ピルヒ・ハルトムート http://a2e.de/phm -- To unsubscribe, e-mail: opensuse-m17n+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-m17n+help@opensuse.org
On Thu, Dec 21, 2006 at 11:19:25AM +0100, PILCH Hartmut wrote:
This is how compilation breaks on SuSE 10.2:
cc -O2 -W -Wconversions -Wbad-function-cast '-DALIASES="/var/lib/2UTF.aliases"' '-DPATH2="/usr/local/share/i18n/charmaps/"' '-DCONFIG_PATHNAMES="/usr/local/etc/2UTF.config\0/usr/local/etc/2UTF.config\0/usr/etc/2UTF.config\0/etc/2UTF.config\0\0"' '-DVERSION="1.22"' -I/usr/local/include -c -o 2UTF.o 2UTF.c cc1: error: unrecognized command line option "-Wconversions"
man gcc... "-Wconversion" (no plural) -- Martin Vidner, YaST developer http://en.opensuse.org/User:Mvidner Kuracke oddeleni v restauraci je jako fekalni oddeleni v bazenu -- To unsubscribe, e-mail: opensuse-m17n+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-m17n+help@opensuse.org
cc -O2 -W -Wconversions -Wbad-function-cast '-DALIASES="/var/lib/2UTF.aliases"' '-DPATH2="/usr/local/share/i18n/charmaps/"' '-DCONFIG_PATHNAMES="/usr/local/etc/2UTF.config\0/usr/local/etc/2UTF.config\0/usr/etc/2UTF.config\0/etc/2UTF.config\0\0"' '-DVERSION="1.22"' -I/usr/local/include -c -o 2UTF.o 2UTF.c cc1: error: unrecognized command line option "-Wconversions"
man gcc... "-Wconversion" (no plural)
Indeed, that removes the error message, but then I get so many more that I have to give up on 2UTF for the time being. -- To unsubscribe, e-mail: opensuse-m17n+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-m17n+help@opensuse.org
participants (2)
-
Martin Vidner
-
PILCH Hartmut