Bug 58934 - --disable-interpreter not working (other code not protected)
Summary: --disable-interpreter not working (other code not protected)
Status: RESOLVED MOVED
Alias: None
Product: cairo
Classification: Unclassified
Component: general (show other bugs)
Version: 1.12.8
Hardware: Other All
: medium normal
Assignee: Chris Wilson
QA Contact: cairo-bugs mailing list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-02 06:20 UTC by Daniel Macks
Modified: 2018-08-25 13:49 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Daniel Macks 2013-01-02 06:20:00 UTC
Building cairo-1.12.8 on OS X 10.6 with

  --disable-gobject --disable-interpreter

to get just libcairo not the other libs, I see reported:

  cairo-script-interpreter:   no (disabled, use --enable-interpreter to enable)
  [...]
  +++ It is strongly recommended that you do NOT disable the
  +++ cairo-script-interpreter feature.

Okay, I accept that it is not recommended, but it's an option and I want to us it. But libcairo-script-interpreter.la is a dependency of some other things that are still built, so the lib that I --disable'ed still winds up getting built. For it to work as advertised, it needs to trigger disabling of perf/cairo-analyse-trace and perf/cairo-perf-trace (those are noinst_PROGRAMS in perf/Makefile.am, so there is nothing lost in the ultimate installable libcairo product) and also test/cairo-test-trace and test/any2ppm (again these do not appear to get installed).
Comment 1 GitLab Migration User 2018-08-25 13:49:59 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/cairo/cairo/issues/218.


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.