Re: [Evolution-hackers] Can't build evolution-data-server master on ubuntu maverick



Am Dienstag, den 07.09.2010, 07:06 -0400 schrieb Matthew Barnes:
> On Sat, 2010-09-04 at 09:12 +0200, Thomas Mittelstaedt wrote:
> > More errors trying to compile gtkhtml:
> 
> Use ./configure --disable-deprecated-warning-flags to work around the
> GdkGC errors.  GTK+ deprecated GdkGC very late in the GNOME development
> cycle and we're not going to deal with it this close to a stable
> release.
> 
> Passing this option won't be necessary once the version becomes 2.32.
> It's enabled by default for unstable versions, disabled by default for
> stable versions.
> 
> _______________________________________________
> evolution-hackers mailing list
> evolution-hackers gnome org
> To change your list options or unsubscribe, visit ...
> http://mail.gnome.org/mailman/listinfo/evolution-hackers

Thank you, that worked to build gtkhtml. Some oddity about autogen.sh,
though:

I usually executed autogen.sh from <base_dir>/obj/gtkhtml via

PKG_CONFIG_PATH=/opt/evo/lib/pkgconfig/  CC='ccache gcc' CFLAGS=-g
bash  ./autogen.sh  --prefix='/opt/evo'
--disable-deprecated-warning-flags 

But autogen.sh would not do its job, i.e. regenerating the configure
script. So, it called the existing ../../gtkhtml/configure which was
old. I had to go to the source directory, execute autogen.sh from 
there and interrupt it after it called configure, since this is supposed
be done from the object directory.
 
-- 
thomas




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