Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • L libxfce4windowing
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare revisions
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • XfceXfce
  • libxfce4windowing
  • Merge requests
  • !17

configure.ac.in: fix missing XDT_I18N call

  • Review changes

  • Download
  • Patches
  • Plain diff
Closed Enrico Weigelt requested to merge metux/libxfce4windowing:submit/fix_1_msgfmt into main Feb 28, 2023
  • Overview 3
  • Commits 1
  • Pipelines 2
  • Changes 1

glib's gettext machinery wasn't set up correctly, on make run getting the error:

/usr/bin/msgfmt: error while opening "@MSGFMT_OPTS@" for reading: No such file or directory

In xfce projects, this is solved by calling the XDT_I18N macro.

Closes: metux/libxfce4windowing#1 (closed) Signed-off-by: Enrico Weigelt, metux IT consult info@metux.net

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: submit/fix_1_msgfmt