Re: Libgnome-Print and gtkhtml
Martin Kretzschmar <[email protected]>
| Newsgroups | gmane.comp.gnome.print |
|---|---|
| Message-ID | <1051384743.22734.44.camel@localhost> |
Hi Iain,
Am Sam, 2003-04-26 um 16.06 schrieb Iain:
>
> I hope this is the right list. If it is not, I apologize.
Not the right list, but if you knew that, you wouldn't have the problem,
I guess. So no problem.
>
> I have been try to compile GNUCASH, and have finally installed all the
> dependencies.
You grabbed too new versions of the libraries. From GnuCash's website:
The majority of the GnuCash 1.6.x dependencies are satisfied by
installing standard Gnome 1.4 core libraries.
The same apparently holds for GnuCash 1.8.x You told configure to use
some Gnome 2.2 libraries. They are not compatible with 1.x libs.
Here's what Debian's GnuCash requires, your versions of the libraries
shouldn't be much higher than what's in the parentheses:
bonobo (>= 1.0.22), gdk-imlib1, guile-1.6-libs, libart2 (>= 1.2.13-5),
libaudiofile0 (>= 0.2.3-4), libbonobo2 (>= 1.0.22), libc6 (>= 2.3.1-1),
libdb3 (>= 3.2.9-17), libesd0 (>= 0.2.29-1) | libesd-alsa0 (>=
0.2.29-1), libfreetype6 (>= 2.1.3-9), libgal23 (>= 0.24),
libgdk-pixbuf-gnome2 (>= 0.22.0-2.0.1), libgdk-pixbuf2 (>=
0.22.0-2.0.1), libghttp1 (>= 1.0.9-9), libglade-gnome0, libglade0,
libglib1.2 (>= 1.2.0), libgnome32 (>= 1.2.13-5), libgnomeprint15 (>=
0.29-1), libgnomesupport0 (>= 1.2.13-5), libgnomeui32 (>= 1.4.2-3),
libgtk1.2 (>= 1.2.10-4), libgtkhtml20 (>= 1.0.4), libguile-ltdl-1,
libguppi16, libgwrapguile1 (>= 1.3.4-5), libltdl3 (>= 1.4.3-1), liboaf0
(>= 0.6.10), libofx0c102, liborbit0 (>= 0.5.17), libpopt0 (>= 1.6.4),
libqthreads-12, libstdc++5 (>= 1:3.2.3-0pre6), libxml1
(>= 1:1.8.14-3), libzvt2 (>= 1.4.1.3-3), oaf (>= 0.6.10), xlibs (>>
4.1.0), zlib1g (>= 1:1.1.4), slib, guile-1.6-slib,
libfinance-quote-perl, libdate-manip-perl
So gtkhtml 3.0 is wrong, use gtkhtml 1.0.4, libgnomeprint 2.2 is wrong,
use libgnomeprint 0.29
HTH
Martin