On Fri, 2001-10-05 at 23:42, Zbigniew Chyla wrote:
> On Fri, 2001-10-05 at 16:51:59, Ettore Perazzoli wrote:
> 
> >   That's also the right solution.  I have committed this patch to CVS a
> > few minutes ago.
> 
> Could you also take a look at gtkhtml? It seems to be a bit more
> complicated:
> 
> ...
> Running automake --gnu  ...
> components/html-editor/Makefile.am: CLEANFILES must be set with =' before
> using +='
> configure.in:25: LDFLAGS was set with +=' and is now set with ='
> src/Makefile.am:210: testgtkhtml_CFLAGS multiply defined in condition TRUE
> 
>   testgtkhtml_CFLAGS (User, where = 210) =
>   {
>     TRUE => $(GLIBWWW_CFLAGS)
>   }
> **Error**: automake failed.
> 
> 
> After changing two lines...
> 
> diff -u -r1.53 Makefile.am
> --- components/html-editor/Makefile.am  2001/10/04 23:09:01 1.53
> +++ components/html-editor/Makefile.am  2001/10/05 21:24:34
> @@ -171,7 +171,7 @@
>  idldir = $(datadir)/gtkhtml
>  idl_DATA = $(IDLS)
>  
> -CLEANFILES += $(IDL_GENERATED) $(SPELL_IDL_GENERATED)
> +CLEANFILES = $(IDL_GENERATED) $(SPELL_IDL_GENERATED) 
>  BUILT_SOURCE = $(IDL_GENERATED) $(SPELL_IDL_GENERATED)
>  
>  dist-hook:
> diff -u -r1.111 Makefile.am
> --- src/Makefile.am 2001/09/21 17:28:16 1.111
> +++ src/Makefile.am 2001/10/05 21:24:35
> @@ -220,7 +220,6 @@
>  
>  gtest_SOURCES = \
>     test.c
> -testgtkhtml_CFLAGS =
>  gtest_LDADD =                \
>     libgtkhtml.la             \
>     $(GNOMEUI_LIBS)           \
> 
> 
> ... I still get:
> 
> ...
> Running automake --gnu  ...
> configure.in:25: LDFLAGS was set with +=' and is now set with ='
> **Error**: automake failed.
> 
yes, I also had this one. Here's a patch for what I did to fix it on my
system. This time, Ettore, I won't believe this is the real solution,
except for the 'if GLIBWWW ... endif' stuff I added.

cheers
-- 
Rodrigo Moya <[EMAIL PROTECTED]> - <[EMAIL PROTECTED]>
http://www.gnome-db.org/ - http://www.ximian.com/


_______________________________________________
evolution-hackers maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution-hackers

Reply via email to