On Wed, 2007-03-14 at 21:36 +0100, corentin.labbe wrote:
> ./asm-sparc64/types.h:typedef unsigned int u32;

This looks as promising as anything else.  Could you try adding:

#include <asm-sparc64/types.h>

into

libfreeipmi/src/ipmi-inband.h like this 

#elif defined(HAVE_ASM_IO_H)
/* PPC */
+ # include <asm-sparc64/types.h>
# include <asm/io.h>
#endif

and see if it compiles?  

Also, do you have a asm/types.h file?  Does it load asm-sparc/types.h or
asm-sparce64/types.h depending on what architecture you are on?

Al

-- 
Albert Chu
[EMAIL PROTECTED]
925-422-5311
Computer Scientist
High Performance Systems Division
Lawrence Livermore National Laboratory


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

Reply via email to