Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • L libxcb-cursor
  • 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
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • xorg
  • lib
  • libxcb-cursor
  • Issues
  • #3

Closed
Open
Created Jun 17, 2014 by Bugzilla Migration User@bugzilla-migration

xcb-util-cursor fails to build out-of-source

Submitted by Michał Górny

Assigned to Uli Schlachter @psychon

Link to original bug (#80153)

Description

When trying to build git HEAD of xcb-util-cursor out-of-source, I get the following failure:

if gperf --includes --struct-type --language=ANSI-C --switch=1 shape_to_id.gperf >shape_to_id.ct; then
mv shape_to_id.ct shape_to_id.c;
elif gperf --version >/dev/null 2>&1; then
rm shape_to_id.ct;
exit 1;
elif test -f shape_to_id.c; then
rm shape_to_id.ct;
touch shape_to_id.c;
else
rm shape_to_id.ct;
exit 1;
fi Cannot open input file 'shape_to_id.gperf'

...which means someone forgot to reference $(srcdir).

Assignee
Assign to
Time tracking