Re: How to configure bison so that config.h does not have HAVE_STDINT_H defined

2008-01-22 Thread lfinsto1
> Well, I can't go into details about the system on which this problem is > occurring, but I have it from someone who knows for certain that the > version > of the operating system on which this problem is occurring does not > include > stdint.h. So, again, how is configure finding this non-existe

Re: How to configure bison so that config.h does not have HAVE_STDINT_H defined

2008-01-22 Thread oconnor . maryann
-- Original message -- From: [EMAIL PROTECTED] > > > Well, this is correct if this header file is available. > > > > > > > That's the thing, it's not available. Or at least, it's not where the > > other > > standard headers

Re: How to configure bison so that config.h does not have HAVE_STDINT_H defined

2008-01-22 Thread lfinsto1
> > Well, this is correct if this header file is available. > > > > That's the thing, it's not available. Or at least, it's not where the > other > standard headers are located. This may be the problem. > And from the log and such, I can't figure > out why > configure thinks that it is a

Re: How to configure bison so that config.h does not have HAVE_STDINT_H defined

2008-01-21 Thread oconnor . maryann
-- Original message -- From: [EMAIL PROTECTED] > > I have a platform on which I am trying to build bison 2.1 for which I > would like HAVE_STDINT_H not defined. Running the configure script > generates a config.h which has the following lines

Re: How to configure bison so that config.h does not have HAVE_STDINT_H defined

2008-01-21 Thread lfinsto1
> I have a platform on which I am trying to build bison 2.1 for which I would like HAVE_STDINT_H not defined. Running the configure script generates a config.h which has the following lines: > > /* Define to 1 if you have the header file. */ > #define HAVE_STDINT_H 1 Well, this is correct if thi

How to configure bison so that config.h does not have HAVE_STDINT_H defined

2008-01-21 Thread oconnor . maryann
Hi, I have a platform on which I am trying to build bison 2.1 for which I would like HAVE_STDINT_H not defined. Running the configure script generates a config.h which has the following lines: /* Define to 1 if you have the header file. */ #define HAVE_STDINT_H 1 Is there any way to not have