When building cairo on cygwin (32bit/XP) it fails because it finds a libpixman that is only "static" not "dynamic". I built libpixman from latest source w/o any special options, (same for freetype/pkg-config/libxml,/fontconfig) Any idea on how to fix this? 1.4.14 works great (but of course it's not using libpixman)
Install a properly built libpixman?
And how would that be accomplished? It's built from cairo's official sources... Any hint on which options to pass to the configure? Thanks, C. bugzilla-daemon@freedesktop.org wrote: > http://bugs.freedesktop.org/show_bug.cgi?id=14375 > > > Behdad Esfahbod <freedesktop@behdad.org> changed: > > What |Removed |Added > ---------------------------------------------------------------------------- > Status|NEW |RESOLVED > Resolution| |NOTABUG > > > > > --- Comment #1 from Behdad Esfahbod <freedesktop@behdad.org> 2008-02-04 15:22:51 PST --- > Install a properly built libpixman? > > >
pixman is a separate module now. You need to download and install it separately. Download it from: http://cairographics.org/releases/
Hello, I did this already on cygwin and I submitted a bug report there to let them know the shared/dynamic library does not build under cygwin, only the static one. Thanks for the feedback it helped. C. bugzilla-daemon@freedesktop.org wrote: > http://bugs.freedesktop.org/show_bug.cgi?id=14375 > > > > > > --- Comment #3 from Behdad Esfahbod <freedesktop@behdad.org> 2008-02-05 07:59:11 PST --- > pixman is a separate module now. You need to download and install it > separately. Download it from: http://cairographics.org/releases/ > > >
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.