test1-55 failes on Solaris

2009-09-25 Thread Dagobert Michelsen
Hi, I am currently trying to build libpopt 1.15 on Solaris 8 with Sun Studio 11. After successfull compilation I have a failing test: Running test test1 - 55. Test "test1 --usage" failed with: "Usage: test1 [-I?] [-c|-- cb2=STRING] [--arg1] [-2|--arg2=ARG] [-3|--arg3=ANARG] [-onedash]

Failing last two tests on popt 1.15 (includes patch)

2009-10-29 Thread Dagobert Michelsen
owing patch fixes this: From 47be5f0af0829a29d86ad7025648a0309b49ea21 Mon Sep 17 00:00:00 2001 From: Dagobert Michelsen Date: Thu, 29 Oct 2009 09:04:42 +0100 Subject: [PATCH] Fix failing tests --- testit.sh |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/testit.sh b/testit.sh index

libpopt 1.16 does not compile when stdint.h is not available (patch included)

2011-02-16 Thread Dagobert Michelsen
Hi, I just tried to compile libpopt 1.16 on Solaris 9 with Sun Studio 12 and noticed that stdint.h is unconditionally included even when configure did not detect its presence. The attach patch uses inttypes.h instead if available and allows clean compilation. Best regards -- Dago 0002-Fix-