Re: is it possible to use fetchmail with OAuth2 tokens?
Globe Trotter via Fetchmail-users <[email protected]>
| Newsgroups | gmane.mail.fetchmail.user |
|---|---|
| Message-ID | <[email protected]> |
HI, Thanks! yacc on Fedora 29 is provided by byacc. My version of byacc is:
Name : byacc
Version : 1.9.20170709
Release : 6.fc29
Architecture : x86_64
Size : 252 k
Source : byacc-1.9.20170709-6.fc29.src.rpm
and my version of bison-devel is:
Name : bison-devel
Version : 3.0.5
Release : 1.fc29
Architecture : x86_64
Size : 40 k
Source : bison-3.0.5-1.fc29.src.rpm
Thanks again!
On Sunday, March 3, 2019, 4:07:59 AM CST, Ralph Corderoy <[email protected]> wrote:
Hi Globe,
> /bin/sh ./ylwrap rcfile_y.y y.tab.c rcfile_y.c y.tab.h `echo rcfile_y.c | sed -e s/cc$/hh/ -e s/cpp$/hpp/ -e s/cxx$/hxx/ -e s/c++$/h++/ -e s/c$/h/` y.output rcfile_y.output -- yacc -d
> yacc: e - line 85 of "/home/Downloads/fetchmail-git-78304ad9cb94fb3baa50819f2d529937f5f0052e/rcfile_y.y", syntax error
> %destructor { free ($$); } STRING
> ^
> make: *** [Makefile:1282: rcfile_y.c] Error 1
>
> What is the syntax error from? How do I fix it?
It's from yacc(1), which may be provided by bison(1) on your system.
I'm guessing `%destructor' is not understood by your yacc or bison.
--
Cheers, Ralph.
_______________________________________________
Fetchmail-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fetchmail-users