Re: [Mailman-Users] Compile Problem: msgmerge: command not found.

2004-10-06 Thread Tokio Kikuchi
Hi,
Aaron The Young wrote:
Hey all,
I'm running Solaris 2.8 and python 2.3.3 and my configure of mailman 
2.1.5 goes swell, but when I attempt to
compile, I get the following during my compile:

make[1]: Entering directory `/nn/local/src/mailman-2.1.5/messages'
Merging new template file with existing translations
msgmerge -U ca/LC_MESSAGES/mailman.po mailman.pot
make[1]: msgmerge: Command not found
Solaris 8 has no msgmerge. You have to install GNU gettext.
Or, you can download latest messages/Makefile.in from CVS
(Release_2_1-maint branch) and restart installation from
'configure'.
You can get the latest CVS for the Release_2_1-maint by
$ cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/mailman \
  co -r Release_2_1-maint mailman
--
Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp
http://weather.is.kochi-u.ac.jp/
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


[Mailman-Users] Compile Problem: msgmerge: command not found.

2004-10-06 Thread Aaron The Young
Hey all,
I'm running Solaris 2.8 and python 2.3.3 and my configure of mailman 2.1.5 
goes swell, but when I attempt to
compile, I get the following during my compile:

gcc -I. -DMAIL_GROUP="\"mailman\"" -g -O2 -g -O2 -DPACKAGE_NAME=\"\" 
-DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" 
-DPACKAGE_BUGREPORT=\"\" -DHAVE_STRERROR=1 -DHAVE_SETREGID=1 
-DHAVE_SYSLOG=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYSLOG_H=1 -DGETGROUPS_T=gid_t 
-DHAVE_VSNPRINTF=1   common.o vsnprintf.o -o mailman ./mail-wrapper.c

make[1]: Leaving directory `/nn/local/src/mailman-2.1.5/src'
make[1]: Entering directory `/nn/local/src/mailman-2.1.5/templates'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/nn/local/src/mailman-2.1.5/templates'
make[1]: Entering directory `/nn/local/src/mailman-2.1.5/messages'
Merging new template file with existing translations
msgmerge -U ca/LC_MESSAGES/mailman.po mailman.pot
make[1]: msgmerge: Command not found
Seems like something is missing or hasn't been made correctly along the way.
Why is msgmerge missing?  Any clues?
Aaron
  ~
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


[Mailman-Users] Compile problem: msgmerge: command not found

2004-10-06 Thread Aaron Young
Hey all,
I'm running Solaris 2.8 and python 2.3.3 and my configure of mailman 
2.1.5 goes swell, but when I attempt to
compile, I get the following:

gcc -I. -DMAIL_GROUP="\"mailman\"" -g -O2 -g -O2 -DPACKAGE_NAME=\"\" 
-DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" 
-DPACKAGE_BUGREPORT=\"\" -DHAVE_STRERROR=1 -DHAVE_SETREGID=1 
-DHAVE_SYSLOG=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_SYSLOG_H=1 -DGETGROUPS_T=gid_t 
-DHAVE_VSNPRINTF=1   common.o vsnprintf.o -o mailman ./mail-wrapper.c
make[1]: Leaving directory `/nn/local/src/mailman-2.1.5/src'
make[1]: Entering directory `/nn/local/src/mailman-2.1.5/templates'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/nn/local/src/mailman-2.1.5/templates'
make[1]: Entering directory `/nn/local/src/mailman-2.1.5/messages'
Merging new template file with existing translations
msgmerge -U ca/LC_MESSAGES/mailman.po mailman.pot
make[1]: msgmerge: Command not found

Seems like something is missing hasn't been made correctly along the 
way.
Why msgmerge missing?

Aaron
  ~
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/