Hello everyone, I have faced the following problem compiling nut on Solaris 8. The configure script returns: checking for uint8_t replacement... configure: error: cannot find a 8 bit integer type to replace uint8_t please can anyone advice on this? How do I get this fixed? -- Chandra -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.alioth.debian.org/pipermail/nut-upsdev/attachments/20071201/bc469ebb/attachment.htm
I did some more digging and it appears to work fine on Solaris 10 checking for sys/time.h... yes checking for socklen_t... yes checking for stdint.h... (cached) no checking for uint16_t... no checking for u_int16_t... no checking for unsigned short... yes checking size of unsigned short... 2 checking for uint16_t replacement... unsigned short checking for stdint.h... (cached) no checking for uint8_t... no checking for u_int8_t... no checking for unsigned char... no ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ checking size of unsigned char... 0 checking for uint8_t replacement... configure: error: cannot find a 8 bit integer type to replace uint8_t So this is something wrong with the way you check the presence of the unsigned char on the system. I don't know much about configure tools so any help appreciated. -- Chandra -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.alioth.debian.org/pipermail/nut-upsdev/attachments/20071201/ae87d441/attachment.htm