|
|
|
|
||||||
| comp.mail.sendmail Configuring and using the BSD sendmail agent. |
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
Hi,
trying to build milter-regex ( http://www.benzedrine.cx/milter-regex.html ) on a Debian sarge system (bison 1.875d, gcc 3.3.5, sendmail 8.13.4). -------------- #make -f Makefile.linux gcc -g -c milter-regex.c gcc -g -c eval.c gcc -g -c strlcpy.c yacc -d parse.y gcc -g -c y.tab.c parse.y:91: error: conflicting types for `YYSTYPE' parse.y:73: error: previous declaration of `YYSTYPE' parse.y: In Funktion yyparse: parse.y:93: error: request for member `v' in something not a structure or union [...] parse.y:420: error: request for member `v' in something not a structure or union parse.y: In Funktion parse_ruleset: parse.y:477: error: `yyrcsid' undeclared (first use in this function) parse.y:477: error: (Each undeclared identifier is reported only once parse.y:477: error: for each function it appears in.) make: *** [y.tab.o] Fehler 1 -------------- Any would be great, Marcus |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
Am Mon, 30 Oct 2006 00:18:30 +0100 schrieb Marcus Sobchack:
> trying to build milter-regex ( http://www.benzedrine.cx/milter-regex.html > ) on a Debian sarge system (bison 1.875d, gcc 3.3.5, sendmail 8.13.4). I used byacc instead of bison and deleted the following lines #ifdef __linux__ (void)&yyrcsid; /* warning about yyrcsid declared but unused */ #endif in parse.py. Daniel thanks for ing! Marcus |
|
![]() |
| Outils de la discussion | |
|
|