Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • pike pike
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 121
    • Issues 121
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • pikelang
  • pikepike
  • Issues
  • #1505
Closed
Open
Created Apr 09, 2001 by Peter Bortas@zinoOwner

Compilation of language.c in dists will fail if a different version of bison is installed.

Imported from http://bugzilla.roxen.com/bugzilla/show_bug.cgi?id=1505

Reported by @grubba

A pregenerated language.c is supplied in Pike dists. In language.yacc there's a prototype for __yy_memcpy(), which uses a configured value to get the proper type for the last argument. If bison has ben installed on the target platform this configured type may be different from the one in language.c. The file will then fail to compile.

Workaround: Delete the supplied language.c, and let it be regenerated.

Assignee
Assign to
Time tracking