I have the gio-standalone 0.1.1 tarball and the latest source from svn.
As I encountered errors I copied in the svn source.

In gio/glocalfileinfo.c:
Line 984 is missing a semi-colon at the end.
-pwbufp = getpwuid (uid)
+pwbufp = getpwuid (uid);

Once this is fixed there are a few other errors.
"glocalfileinfo.c", line 1055: incomplete struct/union/enum group: gbuf
"glocalfileinfo.c", line 1071: warning: implicit function declaration: 
getgrgid
"glocalfileinfo.c", line 1071: warning: improper pointer/integer 
combination: op "="
"glocalfileinfo.c", line 1075: undefined struct/union member: gr_name
"glocalfileinfo.c", line 1076: improper member use: gr_name
"glocalfileinfo.c", line 1076: cannot dereference non-pointer type
"glocalfileinfo.c", line 1077: improper member use: gr_name
"glocalfileinfo.c", line 1077: warning: improper pointer/integer 
combination: arg #1

I'll look into these further tomorrow, but overnight emails with 
suggestions are welcome.

Damien

-- 
Damien Carbery, GNOME Release Engineer
Ext: x (70) 19218
_______________________________________________
gnome-vfs-list mailing list
gnome-vfs-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-vfs-list

Reply via email to