Thanks, that helped.

Then after adding
1.) #include <argp-namefrob.h> to mh.h

I got the error:
#    - Produced error no "dirname.h"

So I (from gnulib's web site)
2.) Downloaded "dirname.h" and "dirname.c" into mailutils-20060302/lib


Still had error in mh_getopt and mh_error
3.)    Added  #include <argp-namefrob.h> in mh_getopt.c   and
4.)    Added  #include <mh.h> into mh_error.c

After this it built successfully.

Regards,
 Darel
Sergey Poznyakoff wrote:

djh <[EMAIL PROTECTED]> wrote:
mh_argp.c: In function `mh_argp_parse': `program_invocation_name'
mh_argp.c:112: error: `program_invocation_short_name'


Try adding #include <argp-namefrob.h> to mh.h

Regards,
Sergey


_______________________________________________
Bug-mailutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-mailutils

Reply via email to