nmh-workers
[Top][All Lists]
Advanced

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

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


From: Ken Hornstein
Subject: Re: [Nmh-workers] problem compiling nmh 1.6 on linux gentoo
Date: Sun, 29 Nov 2015 10:32:27 -0500

>sbr/dtimep.c: In function ???yyensure_buffer_stack???:
>sbr/dtimep.c:2296:21: error: expected expression before ???/??? token
>   num_to_alloc = 1; // After all that talk, this was set to 1 anyways...

Huh ... did you compile directly from the 1.6 tarball?  I ask because that
line does not appear in the distributed sbr/dtimep.c.

sbr/dtimep.c is generated by lex/flex from sbr/dtimep.l, but the
distribution ships with a pre-generated dtimep.c so you shouldn't need
to run lex/flex unless something unusual is happening.  Judging by the
above error, your dtimep.c contains a C99-style comment line (//) and
your compiler doesn't support that, but I don't really know how that could
have happened unless you rebuilt the distribution.

--Ken



reply via email to

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