nmh-workers
[Top] [All Lists]

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

2015-11-29 09:38:42
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

_______________________________________________
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>