Bug 80153 - xcb-util-cursor fails to build out-of-source
Summary: xcb-util-cursor fails to build out-of-source
Status: RESOLVED MOVED
Alias: None
Product: XCB
Classification: Unclassified
Component: Utils (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Uli Schlachter
QA Contact: xcb mailing list dummy
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-17 17:11 UTC by Michał Górny
Modified: 2019-02-16 19:44 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
Use $< to fix this (1.43 KB, patch)
2014-06-17 21:55 UTC, Uli Schlachter
Details | Splinter Review

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.