Re: [Evolution-hackers] Warning: careful rebuilding with my makefile!!

2008-01-18 Thread Paul Smith
On Fri, 2008-01-18 at 01:05 +0100, Andre Klapper wrote:
> just ran into the same issue, a clean checkout of libsoup fixed this.

That's not good enough if you're trying to install glib somewhere other
than the system default location.  If you do this you have to convince
autoconf to look for the glib m4 macros in that location as well or you
get this error.

See:
http://mail.gnome.org/archives/libsoup-list/2008-January/msg5.html

My makefile handles this now, though.

Cheers!
___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] Warning: careful rebuilding with my makefile!!

2008-01-17 Thread Andre Klapper
[answering this to have a solution in the mail archives]

Am Dienstag, den 15.01.2008, 17:53 -0500 schrieb Paul Smith:
> gcc -g -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes 
> -Wnested-externs -Wpointer-arith -D_REENTRANT -o .libs/context-test 
> context-test.o test-utils.o  ../libsoup/.libs/libsoup-2.4.so  -Wl,--rpath 
> -Wl,/opt/evo/lib
> ../libsoup/.libs/libsoup-2.4.so: undefined reference to 
> `g_cancellable_is_cancelled'

just ran into the same issue, a clean checkout of libsoup fixed this.
also see http://bugzilla.gnome.org/show_bug.cgi?id=510216 .
also, there is now an additional check for glib >= 2.15 in libsoup
trunk:
http://svn.gnome.org/viewvc/libsoup/trunk/configure.in?r1=1041&r2=1044 

andre
-- 
 mailto:[EMAIL PROTECTED] | failed
 http://www.iomc.de/  | http://blogs.gnome.org/aklapper


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] Warning: careful rebuilding with my makefile!!

2008-01-16 Thread Matthew Barnes
On Tue, 2008-01-15 at 23:15 -0500, Matthew Barnes wrote:
> Regarding libsoup 2.4, there's some significant API changes from 2.2 and
> so it's not compatible with any current Evolution release.  As to when
> we'll be migrating to it, to my knowledge the team has not yet discussed
> it but our policy is to develop against the latest stable GNOME platform
> (i.e. Evo 2.21.5 must build on GNOME 2.20).  So if libsoup 2.4 gets in
> GNOME 2.24 (it's too late for GNOME 2.22 since we're already in an API
> freeze), my guess is we won't be moving to it until Evolution 2.25/2.26
> at the earliest.  But I'm not yet sure what the GNOME release team has
> in mind.

I stand corrected.  Found out we're fast-tracking this sucker into both
GNOME 2.22 and Evolution 2.22, so a bit of an exception to our policy.

Matthew Barnes

___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] Warning: careful rebuilding with my makefile!!

2008-01-15 Thread Matthew Barnes
On Tue, 2008-01-15 at 19:33 -0500, Reid Thompson wrote:
> gentoo also does not yet offer 2.15 GLIB either ( stable or ~ ).  Which kinda 
> puts me in a bind, since it appears that the last successful build I got has 
> an 
> issue with logging into exchange OWA.  I guess I'll be failing over to mutt 
> && 
> tbird for a few days -- trying to decide if I wanna introduce GLIB 2.15 or 
> not. 
>   Anyone have any heads up issues re GLIB 2.15?

GLib 2.15 has the new GIO module, which is still getting fleshed out and
should be considered unstable until GLib 2.16 is released.  But as long
as you're not compiling anything that uses the new API, you should be
fine using GLib 2.15.

Regarding libsoup 2.4, there's some significant API changes from 2.2 and
so it's not compatible with any current Evolution release.  As to when
we'll be migrating to it, to my knowledge the team has not yet discussed
it but our policy is to develop against the latest stable GNOME platform
(i.e. Evo 2.21.5 must build on GNOME 2.20).  So if libsoup 2.4 gets in
GNOME 2.24 (it's too late for GNOME 2.22 since we're already in an API
freeze), my guess is we won't be moving to it until Evolution 2.25/2.26
at the earliest.  But I'm not yet sure what the GNOME release team has
in mind.

Matthew Barnes

___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] Warning: careful rebuilding with my makefile!!

2008-01-15 Thread Reid Thompson
Paul Smith wrote:
> Hi all;
> 
> This morning just after the 2.21.5 release of Evo was announced, the 2.4
> branch of libsoup was merged to the trunk.
> 
> This version is not that easy to build: it requires a newer version of
> GLIB than is available in Ubunut Gutsy, at least (2.15 or better, while
> Gutsy contains 2.14.1)  Plus, someone reported to me that even after
> getting a new-enough GLIB, they still couldn't finish building libsoup:
> 
> gcc -g -Wall -Wstrict-prototypes -Wmissing-declarations 
> -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -o 
> .libs/context-test context-test.o test-utils.o  
> ../libsoup/.libs/libsoup-2.4.so  -Wl,--rpath -Wl,/opt/evo/lib
> ../libsoup/.libs/libsoup-2.4.so: undefined reference to 
> `g_cancellable_is_cancelled'
> 
> So, maybe you need something even more new than suggested by the
> configure.in file!  I haven't tried this myself so I can't say for sure.
> 
> (thanks to Gareth Doutch for the heads-up!)
> 

gentoo also does not yet offer 2.15 GLIB either ( stable or ~ ).  Which kinda 
puts me in a bind, since it appears that the last successful build I got has an 
issue with logging into exchange OWA.  I guess I'll be failing over to mutt && 
tbird for a few days -- trying to decide if I wanna introduce GLIB 2.15 or not. 
  Anyone have any heads up issues re GLIB 2.15?
___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers