Re: Latest CVS compile error on Solaris

2004-09-10 Thread Angus Leeming
Lars Gullik Bjønnes wrote: > Stephan Witt <[EMAIL PROTECTED]> > writes: > > | struct sockaddr_un { > | sa_family_t sun_family; /* AF_UNIX */ > | charsun_path[108]; /* path name (gag) */ > | }; > > right. so we should just get rid of the SUN_LEN and replace that we > s

Re: Latest CVS compile error on Solaris

2004-09-10 Thread Lars Gullik Bjønnes
Stephan Witt <[EMAIL PROTECTED]> writes: | struct sockaddr_un { | sa_family_t sun_family; /* AF_UNIX */ | charsun_path[108]; /* path name (gag) */ | }; right. so we should just get rid of the SUN_LEN and replace that we some thing else. (something involving 108 seems a

Re: Latest CVS compile error on Solaris

2004-09-09 Thread Stephan Witt
Lars Gullik Bjønnes wrote: "Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: | ../../../lyx/src/client/client.C: In function `int |support::socktools::connect(const std::string&)': | ../../../lyx/src/client/client.C:118: `SUN_LEN' undeclared (first use this |function) | ../../../lyx/src/clie

Re: Latest CVS compile error on Solaris

2004-09-09 Thread Lars Gullik Bjønnes
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: | ../../../lyx/src/client/client.C: In function `int |support::socktools::connect(const std::string&)': | ../../../lyx/src/client/client.C:118: `SUN_LEN' undeclared (first use this |function) | ../../../lyx/src/client/client.C:118: (Each und