GFile issue: undefined reference to `g_file_new_for_path'

2008-05-04 Thread Soulivanh Anothay
Hello everybody, I have just manually installed the newer version of GLib 2.16.3 , I have checked the installation by issuing this command: pkg-config --modversion glib-2.0 and it returned: 2.16.3 . This should confirmed me that the previous installation of GLib 2.16.3 was successful. However,

Re: GFile issue: undefined reference to `g_file_new_for_path'

2008-05-04 Thread A. Walton
On Sun, May 4, 2008 at 7:15 AM, Soulivanh Anothay [EMAIL PROTECTED] wrote: Hello everybody, I have just manually installed the newer version of GLib 2.16.3 , I have checked the installation by issuing this command: pkg-config --modversion glib-2.0 and it returned: 2.16.3 . This should

Representing XML in Tree Stores

2008-05-04 Thread dhk
What is the best way to represent complex xml in a tree store? It seems like it should be easy, but when looping the models with gtk_tree_model_foreach() some problems arise: especially when there are multiple views on different notebook tabs. The approach I am using is one Tree Store for

Re: valgrind helloworld example returns errors

2008-05-04 Thread Stefan Kost
hi, Steven Kauffmann schrieb: Hello all, A few weeks ago I started with the gtk tutorial. I tried some of the examples and everything is working fine, but valgrind reports some errors (first hello world example)[*]. If those little examples already returns errors, further programs I'm

Re: GFile issue: undefined reference to `g_file_new_for_path'

2008-05-04 Thread Brian J. Tarricone
On Sun, 4 May 2008 07:34:30 -0400 A. Walton wrote: On Sun, May 4, 2008 at 7:15 AM, Soulivanh Anothay [EMAIL PROTECTED] wrote: Hello everybody, I have just manually installed the newer version of GLib 2.16.3 , I have checked the installation by issuing this command: pkg-config