Re: gio-standalone build fail on Solaris



Damien,

Did you use the SFEgio.spec to build the tarball version. I did not met
the problem you said.

I worked the Alex to fix the getpwuid_r problem yesterday, fixed the
Solaris build problem, could you checkout latest code, and build again?


Halton.
On Wed, 2007-11-07 at 17:34 +0000, Damien Carbery wrote:
> 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
> 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]