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

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 some thing

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

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 >

Latest CVS compile error on Solaris

2004-09-09 Thread Kayvan A. Sylvan
More lyxclient compile problems: [...] Configuration Host type: sparc-sun-solaris2.8 Special build flags:warnings assertions jpeg-image-loader compression C Compiler: gcc C Compiler flags: -g -O2 C++ Compiler:

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

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) |

Latest CVS compile error on Solaris

2004-09-09 Thread Kayvan A. Sylvan
More lyxclient compile problems: [...] Configuration Host type: sparc-sun-solaris2.8 Special build flags:warnings assertions jpeg-image-loader compression C Compiler: gcc C Compiler flags: -g -O2 C++ Compiler:

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

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) |