Re: Can't compile on Debian Sid
John Rigg <[email protected]>
| Newsgroups | gmane.comp.audio.jamin.devel |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Jun 03, 2006 at 08:17:29PM +0100, John Rigg wrote: > I can't get jamin to compile on my AMD64 Debian Sid system. > The problem is that pkg-config complains about missing > .pc files in the X development libraries. I'm pretty sure I > have the correct dev packages installed, but they don't contain > the expected .pc files. It turned out to be a Debian bug. libpango1.0-dev is uninstallable in testing/unstable at the moment. This in turn stops libgtk2.0-dev from installing as it depends on it. I got a working installation of Jamin by using dpkg --unpack jamin which installs all the files in the Debian package without checking dependencies. John