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:[email protected]>
[email protected]


_______________________________________________
Freeipmi-users mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/freeipmi-users

Reply via email to