Bug 80153

Summary: xcb-util-cursor fails to build out-of-source
Product: XCB Reporter: Michał Górny <mgorny>
Component: UtilsAssignee: Uli Schlachter <psychon>
Status: RESOLVED MOVED QA Contact: xcb mailing list dummy <xcb>
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:
Attachments: Use $< to fix this

Description Michał Górny 2014-06-17 17:11:14 UTC
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).
Comment 1 Uli Schlachter 2014-06-17 21:55:01 UTC
Created attachment 101272 [details] [review]
Use $< to fix this
Comment 2 GitLab Migration User 2019-02-16 19:44:17 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/xorg/lib/libxcb-cursor/issues/3.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.