Juanito
Group: Members
Posts: 1601
Joined: Sep. 2005 |
|
Posted: April 20 2008,10:28 |
|
Quote | 1. md5sum fails for me with cairo-1.2.uci |
- I downloaded cairo-1.2 and the md5 file from mydsl/testing and got this:Code Sample | $ cd /mnt/sda1/tmp $ md5sum -cv cairo-1.2.uci.md5 cairo-1.2.uci OK | - ??
Quote | One extension load is better than two for me. This may not suit you though. |
- I tend to agree, but I had a couple of reasons:
1. I needed to stop at some kind of "way point" in compiling the whole chain of dependencies leading up to gimp-2.4 since the 1GB ram on my laptop is not enough to do it in one go... 2. I had a couple of projects (conky-2 ?) that needed cairo but not gtk+
It sounds like Jason is working on updated versions of cairo/gtk+ in one extension, but in the meantime at least both extensions have the headers and pc files
..speaking of which, with newer apps it seems setting PKG_CONFIG_PATH works at least as well, if not better, than pointing to the libs/headers manually. There are still some exceptions though - gimp-2.4 picked up all of the dependencies using pkgconfig except lcms, even though lcms.pc was there...
|