freeipmi-users
[Top][All Lists]
Advanced

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

Re: [Freeipmi-users] debian compile problem...


From: Al Chu
Subject: Re: [Freeipmi-users] debian compile problem...
Date: Tue, 07 Apr 2009 10:19:42 -0700

Hey Michael,

ARGHH!  This is my bad:

2008-12-04  Diego "Flameeyes" Petten <address@hidden>

        * ipmi-oem/, ipmi-raw/: Fix portability for glibc 2.8.  Remove
use
        of ARG_MAX and replace with sysconf call to _SC_ARG_MAX.

I apparently left some over.  I'll release a new FreeIPMI later today.

Al

On Tue, 2009-04-07 at 09:05 -0400, address@hidden wrote:
> I got a couple compile errors compiling 0.7.7 on debian.  Specifically, I
> got an error for ARG_MAX not being defined.
> 
> I did a little googling on it and added this to the top of a couple of c
> files (ipmi-oem-argp.c and ipmi-raw-argp.c):
> 
> #ifndef ARG_MAX
> 
> #define ARG_MAX  _SC_ARG_MAX
> 
> #endif
> 
>  
> 
> 
> 
> Is there gonna be a better fix for this in the future?
> 
>  
> 
> 
> 
> Respectfully Yours,
> Michael Vitale
> 
>  <mailto:address@hidden>
> address@hidden
> 
> 
> _______________________________________________
> Freeipmi-users mailing list
> address@hidden
> http:// lists.gnu.org/mailman/listinfo/freeipmi-users
> 
-- 
Albert Chu
address@hidden
Computer Scientist
High Performance Systems Division
Lawrence Livermore National Laboratory





reply via email to

[Prev in Thread] Current Thread [Next in Thread]