nmh-workers
[Top] [All Lists]

Re: [Nmh-workers] problem compiling nmh 1.6 on linux gentoo

2015-11-29 09:56:29
Well, that did not work, it kept regenerating the file all over again, so I
emptied the directory and untarred the file and it worked.  I think my
mistake was doing a make clean, but you still might want to fix a bug.

Thanks.


-----Original Message-----
From: Robert Elz [mailto:kre(_at_)munnari(_dot_)OZ(_dot_)AU] 
Sent: Sunday, November 29, 2015 10:33 AM
To: John Covici <covici(_at_)ccs(_dot_)covici(_dot_)com>
Cc: nmh-workers(_at_)nongnu(_dot_)org
Subject: Re: [Nmh-workers] problem compiling nmh 1.6 on linux gentoo

    Date:        Sun, 29 Nov 2015 10:12:48 -0500
    From:        "John Covici" <covici(_at_)ccs(_dot_)covici(_dot_)com>
    Message-ID:  <001c01d12ab8$68a1ac70$39e50550$@ccs.covici.com>

  | Hi.  I am having serious problems compiling nmh 1.6 -- probably some
change
  | in libraries or some such.

  | I hope I don't have to go back to 1.3!
  | 
  | Thanks in advance for any suggestions.

That's just a C++ style comment that shouldn't really be in C code
(but some C compilers treat just like a C comment)

Just edit sbr/dtimep.c and change

        num_to_alloc = 1; // After all that talk, this was set to 1
anyways...

to either just

        num_to_alloc = 1;

or
        num_to_alloc = 1; /* After all that talk, this was set to 1
anyways...*/

whichever you prefer.   If any other // comments are there to be found,
fix those in a similar way...

kre



_______________________________________________
Nmh-workers mailing list
Nmh-workers(_at_)nongnu(_dot_)org
https://lists.nongnu.org/mailman/listinfo/nmh-workers

<Prev in Thread] Current Thread [Next in Thread>