[Evolution-hackers] Callback to display messages

2008-01-03 Thread Djihed Afifi
Hi, I'm trying to fix evolution's RTL bugs, such as: http://bugzilla.gnome.org/show_bug.cgi?id=309432 Which is a pretty serious bug for RTL users. Basically, GtkHTML has no notion of text direction, so hard coded message displaying in html in em-format-html.c mean that they get displayed

[Evolution-hackers] Trunk build error

2008-01-10 Thread Djihed Afifi
Hi, In order to test some patches with evolution trunk, I am trying to build using jhbuild. I issue jhbuild build evolution. All is built normally up to evolution, which fails with the attached error message... I googled around and around didn't know why this is happening. Any ideas are

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.