Done.  No change....... still complains with the same error.



-----Original Message-----
From:   Jan Harkes [mailto:[EMAIL PROTECTED]]
Sent:   Thu 1/31/2002 4:13 PM
To:     [EMAIL PROTECTED]
Cc:     
Subject:        Re: Solaris Build Problems
On Thu, Jan 31, 2002 at 04:07:21PM -0800, Ben  Rockwood wrote:
> gcc -fno-exceptions -MD -DHAVE_CONFIG_H -I. -I/home/benr/coda/coda-5.3.17/include 
>-I/home/benr/coda/coda-5.3.17 -g -O2 -c pioctl.c
> In file included from pioctl.h:37,
>                  from pioctl.c:33:
> /home/benr/coda/coda-5.3.17/include/coda.h:130: conflicting types for `int8_t'
> /usr/include/sys/int_types.h:62: previous declaration of `int8_t'

Try to remove line 120 from lib-src/kernel-includes/coda.h.

  /* Solaris Definitions */
  #if defined(sun)
  #include <sys/types.h>
  #include <sys/time.h>
  typedef unsigned long long u_quad_t;
- #undef __BIT_TYPES_DEFINED__
  #endif

Jan





Reply via email to