Re: Compiling problems - please help



Martin Baulig wrote:
> That constant is defined in 'limits.h'.
Yes, i checked it out with a short program and that find INT_MAX. It
seems to be
one of that thousand of #ifdef's in that file.

> If this doesn't work, you can even try (that's from the GNU libc)
> 
>    #ifndef INT_MAX
>    /* Minimum and maximum values a `signed int' can hold.  */
>    #define INT_MIN (- INT_MAX - 1)
>    #define INT_MAX 2147483647
>    #endif
>
I tryed the "hardcore version
  #define INT_MAX 2147483647
and it works. Now i am working around the next problem (one of the
gtk-constants
is not found. But i think i catch it). 
> > I am using S.U.S.E-Linux 5.1, Kernel 2.0.32. Maybe one knows this
> > problem (and a solution) ?
> 
> S.u.S.E 5.1 does not yet support the GNU libc. AFAIK the gnome project has
> been developed under redhat which does.
S.U.S.E starts shipping release 5.2. this days. Maybe life is more easy
with that.
Or should i change to red hat ?


> 
> -----------------------------------------------------------------
>    Martin Baulig - Angewandte Mathematik - Universitaet Trier

Thanks for the fast response.
Greetings from Berlin
	AHz



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]