Re: `struct utsname' has no member named `domainname'

Chris Seawood <[email protected]> Thu, 11 Apr 2002 21:36:21 -0700
Newsgroups gmane.comp.mozilla.builds
Organization Peace and Love, Inc.
Message-ID <[email protected]>
Hicham Amaoui wrote:

> I got this error:
> nsUserInfoUnix.cpp: In method `nsresult nsUserInfo::GetDomain (char
> **)':
> nsUserInfoUnix.cpp:144: `struct utsname' has no member named
> `domainname'

There's a configure check to see if 'struct utsname' provides domainname 
or __domainname.  Apparently, it misdetected it for your system.  Open a 
bug and provide the output of a from scratch configure run as well as 
config.log.

- cls