On Tue, 09 May, 2000, Bill Gribble <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] writes:
> > configure: warning: Cannot find Xpm library -- gnome build disabled . . .
> > configure: warning: Cannotfind libgtkxmhtml -- gnome build disabled . . .
> > configure: warning: Cannotfind libxml -- gnome build disabled . . .
>
> To compile programs using the features of a library, you need the -dev
> versions of the library's packages installed. The packages
> corresponding to the error messages above are 'xpm4g-dev',
> 'libgtkxmhtml-dev', and 'libxml-dev'.
I'm also using Debian (woody) and have exactly the same problem. However, I
do indeed have the -dev packages listed above installed.
I found that if I do a ./configure and then manually edit the resultant
top-level Makefile to change the gnome target from 'gnome.disabled' to
'FLAVOR=gnome build-flavor', and then add -lgtkxmhtml to the LIBS line of
src/gnome/Makefile, everything is fine.
I haven't had the time to try to track down the cause of the problem.
--
David Porter