Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • common common
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GStreamer
  • commoncommon
  • Issues
  • #6
Closed
Open
Created Jul 12, 2020 by Michael Forney@mforney

gst-glib-gen.mak broken with GNU make 4.3

The offending line is

enum_headers=$(foreach h,$(glib_enum_headers),\n\#include \"$(h)\")

On GNU make 4.2, the escaped \# is necessary to avoid a syntax error. On GNU make 4.3, the backslash is not necessary, and it's presence causes stray backslashes in the generated *-enumtypes.c, resulting in syntax errors when compiling.

The incompatibility is documented (along with a suggested workaround) at http://git.savannah.gnu.org/cgit/make.git/tree/NEWS?h=4.3#n18.

Assignee
Assign to
Time tracking