Dave Trollope <[EMAIL PROTECTED]> writes:
> Hi Dan,
> 
> bits doesn't exist in cygwin. Does it exist on solaris? I can check at work
> tomorrow. Is the dir bits Linux specific?

Hi Dave,

Nope, its not Linux specific, I see the definitions on Solaris, HPUX,
and AIX.

> Cheers
> Dave
> 
> Dan Espen wrote:
> 
> > Dave Trollope <[EMAIL PROTECTED]> writes:
> > > Hi All,
> > >
> > > I'm trying to compile the latest code, and am getting an EILSEQ
> > > undefined in Ficons.c. This was in ewmh_names.c in the 3/17 snapshot.
> > >
> > > I'm using cygwin, and don't see this define in sys/errno.h. Can someone
> > > explain what this error code represents?
> >
> > This is in bits/errno.h on Linux:
> >
> > #if !defined _ERRNO_H && defined __need_Emath
> > /* This is ugly but the kernel header is not clean enough.  We must
> >    define only the values EDOM and ERANGE in case __need_Emath is
> >    defined.  The value is the same for all Linux ports.  */
> > # define EDOM   33      /* Math argument out of domain of function.  */
> > # define EILSEQ 84      /* Illegal byte sequence.  */
> > # define ERANGE 34      /* Math result not representable.  */
> > #endif /* !_ERRNO_H && __need_Emath */
> >
> > > Perhaps configure can check for
> > > this in /usr/include/sys/errno and set a flag to include it if it
> > > exists, or perhaps there is a more common error code that can be
> > > checked?
> >
> > --
> > Dan Espen                           E-mail: [EMAIL PROTECTED]

-- 
Dan Espen                           E-mail: [EMAIL PROTECTED]
444 Hoes Lane  Room RRC 1C-214      Phone: (732) 699-5570
Piscataway, NJ 08854
--
Visit the official FVWM web page at <URL:http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm-workers" in the
body of a message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]

Reply via email to