This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
David Michel wrote: > well it is there at line 54-55 > > /* Number of bits in a `char'. */ > # define CHAR_BIT 8 > Line 54-55 of what? As I said, CHAR_BIT should be defined in /usr/include/limits.h. If it isn't there is something seriously wrong with the system you're trying to build on. Andrew.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |