Re: cvs build



Hi,

Thanks for the fix Havoc. I assume you've already committed it? (bonobo
build fine for me just now). I still had to apply the automake-1.7 patch
to bonobo-activation though. Otherwise i still get lots of undefined
references.

I came as far as gnome-vfs this time. It fails because
/usr/include/openssl/kssl.h (get's included by ssl.h) wants to include
krb5.h. I've verified that krb5-devel is installed
(/usr/kerberos/include/krb5.h), but openssl doesn't look there. So
openssl can't find the header and gnome-vfs fails. Is this a rhl9 issue
or a configuration issue?

Thanks,

Jeroen

On Sat, 2003-04-12 at 01:59, Havoc Pennington wrote:
> Hi,
> 
> I think I found the problem (after going down lots of dead ends).
> Patch appended. One of those high effort-to-lines-changed 
> ratio kind of patches.
> 
> "cpp -I -D__Bonobo_COMPILATION foo.c" seems to fail silently, without
> defining -D__Bonobo_COMPILATION. Thus pragma inhibit around all of
> Bonobo.idl, thus broken Bonobo.h. However, cpp did output stuff and
> appear to work.
> 
> Havoc
> 
> Index: Makefile.am
> ===================================================================
> RCS file: /cvs/gnome/libbonobo/idl/Makefile.am,v
> retrieving revision 1.50
> diff -u -p -u -r1.50 Makefile.am
> --- Makefile.am 7 Apr 2003 09:43:03 -0000       1.50
> +++ Makefile.am 11 Apr 2003 23:55:41 -0000
> @@ -42,7 +42,6 @@ IMODULE_SOURCE =      \
>   
>  idl_flags = \
>         -I$(top_srcdir)/idl \
> -       -I $(BONOBO_ACTIVATION_IDL_DIR) \
>         -D__Bonobo_COMPILATION \
>         -D__Bonobo_Unknown_COMPILATION \
>         -D__Bonobo_GenericFactory_COMPILATION \
> 




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]