Need help! YANTTCAUV.

Rob Prior rv7@b4.ca
Sat, 04 Jan 2003 13:39:35 -0800


Yay!  Solved one of my own problems... 8-)

Rob Prior wrote:
> gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/gnc-module 
> -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/gtk-1.2 
> -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include 
> -I/usr/include/gnome-1.0 -DNEED_GNOMESUPPORT_H 
> -I/usr/lib/gnome-libs/include -I/usr/include/orbit-1.0 -g -O2 -Wall 
> -Wunused -Wmissing-prototypes -Wmissing-declarations 
> -Werror-implicit-function-declaration -c gnc-http.c    -fPIC -o 
> .libs/gnc-http.o
> gnc-http.c:38:19: ghttp.h: No such file or directory
> 
> Looks like it can't find ghttp.h for some reason.  I'm sure I installed 
> it, i'll have to go see where it went.

Indeed, while I did install libghttp, I was missing libghttp-devel. 
Compilation is running smoothly again.

-RB4