Re: [Evolution-hackers] Trunk build error

2008-01-11 Thread Djihed Afifi
I have little experience in build systems. However, in the line below, which is being executed in ./shell Notice the first mention of /usr/lib/libglib-2.0.so I noticed that if I remove that and run that command alone, it executes without error, and it links against the actual jhbuild built glib.

Re: [Evolution-hackers] Trunk build error

2008-01-11 Thread Matthew Barnes
On Fri, 2008-01-11 at 13:18 +0100, Milan Crha wrote: > Hello, > regarding to this page: > http://library.gnome.org/devel/glib/unstable/glib-Data-Checksums.html > Support for checksums has been added in GLib 2.16 > So it requires a newer glib and maybe other libraries too, I guess. The checks

Re: [Evolution-hackers] Trunk build error

2008-01-11 Thread Djihed Afifi
Thanks Milan, glib trunk is being built by jhbuild. The issue is, I just found that it is linking to the system glib instead for evolution. The error that I get is displayed here: http://pastebin.ca/850596 If you look at that last gcc call, you'll see /usr/glib/libglib... being placed before .

Re: [Evolution-hackers] Trunk build error

2008-01-11 Thread Milan Crha
Hello, regarding to this page: http://library.gnome.org/devel/glib/unstable/glib-Data-Checksums.html Support for checksums has been added in GLib 2.16 So it requires a newer glib and maybe other libraries too, I guess. Hope that helps, Milan On Fri, 2008-01-11 at 07:47 +00