Chetan, Could you check the contents of the include/nut-stdint.h file, to see why there are compilation warnings on the HP-UX buildbot? Best regards, Arjen -- Please keep list traffic on the list (off-list replies will be rejected)
Chetan, have you been able to look at Arjen's request? please provide him help to fix HPUX support. @Arjen: if you want to test some possible fixes, you can commit on the HPUX branch, so that Chetan can test it without the need for buildbot slaves. cheers, Arnaud 2011/3/18 Arjen de Korte <nut+devel at de-korte.org>> Chetan, > > Could you check the contents of the include/nut-stdint.h file, to see why > there are compilation warnings on the HP-UX buildbot? > > Best regards, Arjen >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.alioth.debian.org/pipermail/nut-upsdev/attachments/20110322/9b2b6a32/attachment.htm>
Citeren Arnaud Quette <aquette.dev op gmail.com>:> @Arjen: if you want to test some possible fixes, you can commit on the HPUX > branch, so that Chetan can test it without the need for buildbot slaves.The problem has already been fixed in the trunk, by removal of the AX_CREATE_STDINT_H macro and relying on either <inttypes.h> or <stdint.h> to provide the fixed length types. Rationale behind this is that we already require (a minimal set of) POSIX compliance for several other things. POSIX requires that <inttypes.h> exists, so it makes no sense to roll our own here. In the current state, all buildbots seem to be happy and compile without warnings. Best regards, Arjen -- Please keep list traffic on the list (off-list replies will be rejected)