Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • X xfce4-docklike-plugin
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare
  • Issues 39
    • Issues 39
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Panel PluginsPanel Plugins
  • xfce4-docklike-plugin
  • Issues
  • #33
Closed
Open
Issue created Jan 07, 2022 by Hakan Erduman@aquaherd

basename() called but <libgen.h> not included

Seen while packaging for alpine linux.

This compiles on GNU libc since it is not posixly strict enough in regard to header files but fails on e.g. musl or other c libraries.

The patch adresses this by using g_path_get_basename from glib instead. This may also help compilation on the *BSDs. and void linux, musl variety.

0001-basename-called-but-libgen.h-not-included.patch

Edited Jan 16, 2022 by Hakan Erduman
Assignee
Assign to
Time tracking