bug-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-mailutils] Re: Moving protocol support to a separate directory.


From: djh
Subject: [bug-mailutils] Re: Moving protocol support to a separate directory.
Date: Wed, 08 Mar 2006 16:43:55 +0900
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.11) Gecko/20050728

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 <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]