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=1041r2=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-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