Re: [Evolution-hackers] Building against gtk3



Il giorno mar, 14/12/2010 alle 04.47 -0700, Vibha Yadav ha scritto:
> Evolution is now compilable against gtk3. Please checkout the gtk3 branch for
> + gtkhtml
> + evolution-data-server
> + evolution
> 
> Also checkout the tracker bug for gtk3 compatibility issues.
> https://bugzilla.gnome.org/show_bug.cgi?id=636677

Hi,
I have gnome-shell built from git source and I'm trying to build
evolution-data-server against gtk3 with the following configuration:
$
PKG_CONFIG_PATH=/home/stefano/gnome-shell/install/share/pkgconfig/:/home/stefano/gnome-shell/install/lib64/pkgconfig/ ./autogen.sh --prefix=/opt/evo --enable-gtk3 --without-weather

I added --without-weather beacause autogen.sh couldn't find LIBGWEATHEAR
or something like that. Then, after

$ make

I obtain:

[...]
Making all in camel
make[2]: Entering directory
`/home/stefano/Source/evo-src/evolution-data-server/camel'
perl ./gentables.pl > camel-mime-tables.c
(  --prefix=camel_marshal camel-marshal.list --header >
camel-marshal.h.tmp \
	&& mv camel-marshal.h.tmp camel-marshal.h ) || ( rm -f
camel-marshal.h.tmp && exit 1 )
/bin/sh: --prefix=camel_marshal: command not found
make[2]: *** [camel-marshal.h] Error 1
make[2]: Leaving directory
`/home/stefano/Source/evo-src/evolution-data-server/camel'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/home/stefano/Source/evo-src/evolution-data-server'
make: *** [all] Error 2


Am I missing something?




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