Skip to content

xsel.c:372:14: error: 'fork' is deprecated: Use posix_spawn or fork #42

@ryandesign

Description

@ryandesign

xsel 1.2.0 does not build on macOS Monterey. The error is:

xsel.c:372:14: error: 'fork' is deprecated: Use posix_spawn or fork [-Werror,-Wdeprecated-declarations]
  if ((pid = fork()) == -1) {
             ^

This was reported to MacPorts here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions