[cairo-bugs] [Bug 58934] New: --disable-interpreter not working (other code not protected)

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Jan 1 22:20:00 PST 2013


https://bugs.freedesktop.org/show_bug.cgi?id=58934

          Priority: medium
            Bug ID: 58934
          Assignee: chris at chris-wilson.co.uk
           Summary: --disable-interpreter not working (other code not
                    protected)
        QA Contact: cairo-bugs at cairographics.org
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: dmacks at netspace.org
          Hardware: Other
            Status: NEW
           Version: 1.12.8
         Component: general
           Product: cairo

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).

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cairographics.org/archives/cairo-bugs/attachments/20130102/a7701644/attachment.html>


More information about the cairo-bugs mailing list