compile hurdle 1.8.10

John Griessen john_g at cibolo.com
Sun Jan 9 12:02:01 EST 2005


Hi,

I'm compiling 1.8.10 on a debian machine and I have most dependencies met except 
this...   gtkhtml

My system now seems to have many many versions of this library after installing 
to try t satisfy checking for gtkhtml >= 1.1
configure:13516: checking for gtkhtml < 1.1
there is a warning related to this situation.

the last configure error
is checking for ghttp_request_new in -lghttp

Anyone familiar with this requirement?

John G


checking for pkg-config... /usr/bin/pkg-config
checking for gtkhtml >= 1.1... Package gtkhtml-1.1 was not found in the 
pkg-config search path.
Perhaps you should add the directory containing `gtkhtml-1.1.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtkhtml-1.1' found
Package gtkhtml-1.1 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtkhtml-1.1.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtkhtml-1.1' found
checking for gtkhtml < 1.1... yes
checking for gtk_html_new in -lgtkhtml... yes
Unknown library `ghttp'
Unknown library `ghttp'
checking for ghttp_request_new in -lghttp... no
configure: error: Cannot find ghttp. See the README and config.log for more info.
john at toolbench:/moredata/src-sys-parts-tools/gnucash-1.8.10$ make
make: *** No targets specified and no makefile found.  Stop.



the log file says:

configure:12939: checking for gdk-pixbuf-config
configure:12974: checking for GDK_PIXBUF - version >= 0.2.5
configure:13056: gcc -o conftest -g -O2 -Wall -Wunused 
-I/usr/include/gdk-pixbuf-1.0 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 
-I/usr/lib/glib/include   conftest.c -lpopt -lm  -lm -L/usr/lib -lgdk_pixbuf 
-L/usr/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmodule -lglib -ldl -lXi 
-lXext -lX11 -lm 1>&5
configure:13142: checking for gnome-config
configure:13179: checking for GNOME-PRINT - version >= 0.21
configure:13261: checking for libglade-config
configure:13295: checking for libglade
configure:13334: checking for main in -lgal
configure:13349: gcc -o conftest -g -O2 -Wall -Wunused    conftest.c -lgal 
-rdynamic -L/usr/lib -L/usr/X11R6/lib -lgal -lgnomeprint -lfreetype 
-lglade-gnome -lglade -lxml -lz -lgnomeui -lart_lgpl -lgdk_imlib -lSM -lICE 
-lgnome -lgnomesupport -lesd -laudiofile -ldb-3 -lgdk_pixbuf -lgtk -lgdk 
-lgmodule -lglib -ldl -lXi -lXext -lX11 -lm -lgnomecanvaspixbuf -lpopt -lm  -lm 1>&5
configure:13378: checking for pkg-config
configure:13450: checking for gtkhtml >= 1.1
configure:13516: checking for gtkhtml < 1.1
configure:13535: checking for gtk_html_new in -lgtkhtml
configure:13554: gcc -o conftest -g -O2 -Wall -Wunused    conftest.c -lgtkhtml 
-rdynamic -L/usr/lib -L/usr/X11R6/lib -lgtkhtml -lgal -lgnomeprint -lfreetype 
-lglade-gnome -lglade -lxml -lz -lgnomeui -lart_lgpl -lgdk_imlib -lSM -lICE 
-lgnome -lgnomesupport -lesd -laudiofile -ldb-3 -lgdk_pixbuf -lgtk -lgdk 
-lgmodule -lglib -ldl -lXi -lXext -lX11 -lm -lgnomecanvaspixbuf -lpopt -lm  -lm 1>&5
/usr/bin/ld: warning: libgal.so.19, needed by /usr/lib/libgtkhtml.so, may 
conflict with libgal.so.23
configure:13594: checking for ghttp_request_new in -lghttp
configure:13613: gcc -o conftest -g -O2 -Wall -Wunused    conftest.c -lghttp 
-lpopt -lm  -lm 1>&5
/usr/bin/ld: cannot find -lghttp
collect2: ld returned 1 exit status
configure: failed program was:
#line 13602 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
char ghttp_request_new();

int main() {
ghttp_request_new()
; return 0; }


More information about the gnucash-user mailing list