Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gstreamer gstreamer
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 681
    • Issues 681
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 356
    • Merge requests 356
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GStreamer
  • gstreamergstreamer
  • Issues
  • #422

Closed
Open
Created Aug 08, 2019 by Michael John@zfoo

Error building gstreamer01 - error in priv_gst_parse_yyparse

Hello, I'm trying to cross-compile gstreamer01 (gstreamer-0.10.36) for my embedded device and ran into the build error below.

grammar.tab.c: In function 'priv_gst_parse_yyparse':
grammar.tab.c:71:25: error: too few arguments to function 'priv_gst_parse_yylex'
 #define yylex           priv_gst_parse_yylex
                         ^~~~~~~~~~~~~~~~~~~~
grammar.tab.c:1826:16: note: in expansion of macro 'yylex'
   if (yychar == YYEMPTY)
                ^~~~~
./grammar.y:39:5: note: declared here
 int priv_gst_parse_yylex (void * yylval_param , yyscan_t yyscanner);
     ^~~~~~~~~~~~~~~~~~~~
make[4]: *** [Makefile:507: libgstparse_la-grammar.tab.lo] Error 1

Using GCC 8.3.

Assignee
Assign to
Time tracking