[cairo-bugs] [Bug 19284] New: configure produces incorrect include path for pixman

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Dec 25 09:41:34 PST 2008


http://bugs.freedesktop.org/show_bug.cgi?id=19284

           Summary: configure produces incorrect include path for pixman
           Product: cairo
           Version: 1.8.5
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: general
        AssignedTo: cworth at cworth.org
        ReportedBy: ppetrovic at acm.org
         QAContact: cairo-bugs at cairographics.org


I am not sure if this behavior you consider wrong, but I did the following:

- downloaded latest pixman to /usr/local/
- uncompressed, configured, built it there (i.e. /usr/local/pixman-0.13.2)
- then downloaded latest cairo to /usr/local
- uncompressed, configured

but Makefile has an incorrectly built pixman include and library path:

CAIRO_CFLAGS =  -I$(top_builddir)//usr/local/pixman-0.13.2/pixman ...
CAIRO_LIBS =  $(top_builddir)//usr/local/pixman-0.13.2/libpixman-1-so.a  ...

while these probably should have been like this:

CAIRO_CFLAGS =  -I/usr/local/pixman-0.13.2/pixman ...
CAIRO_LIBS =  /usr/local/lib/libpixman-1.a

(same for other src/Makefile)

Have a nice day.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the cairo-bugs mailing list