Hi,
On Wed, Jun 06, 2007 at 03:18:28PM +0100, Jonathan McDowell wrote:
> referencer is unfortunately uninstallable in unstable; it depends on
> libpoppler0c2 but this library is no longer available, having been
> replaced by libpoppler1.
>
> Unfortunately a simple rebuild is not sufficient; there has been an API
> change apparently:
>
> http://lists.debian.org/debian-release/2007/05/msg00082.html
>
> I'm uncertain if 1.0.3 or 1.0.4 fix this problem, but 1.0.2 definitely
> doesn't build under unstable at present.
Did you try to build it against poppler-0.5? referencer-1.0.2 actually
pretends to require it in its configure.ac, I patched it out to build it
against 0.4.5 (which worked):
--- referencer-1.0.2.orig/configure.in
+++ referencer-1.0.2/configure.in
@@ -33,7 +33,7 @@
libglademm-2.4 >= 2.6.0
gconfmm-2.6 >= 2.14.0
gnome-vfsmm-2.6 >= 2.14.0
- poppler >= 0.5.0
+ poppler >= 0.4.5
])
If it doesn't work, what's the build error?
The problem with building referencer currently is an outdated gnome-mm
making trouble...
cheers,
Michael
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]