Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 369386 Details for
Bug 432718
media-video/avinfo-1.0_alpha15_p1: fails to build : ass.tab.c:1286:16: error: too few arguments to function ‘yylex’
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to make things work with >=sys-devel/bison-2.6
bison-2.6.diff (text/plain), 515 bytes, created by
Martin Walch
on 2014-02-02 20:12:40 UTC
(
hide
)
Description:
patch to make things work with >=sys-devel/bison-2.6
Filename:
MIME Type:
Creator:
Martin Walch
Created:
2014-02-02 20:12:40 UTC
Size:
515 bytes
patch
obsolete
>--- src/ass.y.orig 2014-02-02 20:51:30.651513376 +0100 >+++ src/ass.y 2014-02-02 20:51:43.999677936 +0100 >@@ -21,12 +21,13 @@ > *************************************************************************/ > %{ > >+#define YYLEX_PARAM lexer_ctl >+#define YYPARSE_PARAM lexer_ctl >+ > #include "avinfo.h" > #include "ass.h" > #include "ass.tab.h" > >-#define YYLEX_PARAM lexer_ctl >-#define YYPARSE_PARAM lexer_ctl > #define line (((lexerctl_t*)lexer_ctl)->line) > #define pos (((lexerctl_t*)lexer_ctl)->c) >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 432718
: 369386