HPUX compile problems
Bernd Krumböck <[email protected]> Mon, 03 Jul 2006 10:56:07 +0200
| Newsgroups | gmane.comp.printing.a2ps.bugs |
|---|---|
| Organization | Eurobilla |
| Message-ID | <[email protected]> |
Dear ladies and gentlemans!
Please apply the attached patches to the latest a2ps version (4.13b).
platforms: HPUX 11.11 (PA-RISC) and HPUX 11.23 (Itanium2)
I also have problems with follwoing section in file m4/Makefile:
Makefile.am: Makefile.am.in
rm -f $@ $@t
sed -n '1,/^##m4-files-begin/p' $< > $@t
( (echo EXTRA_DIST = README Makefile.am.in | tr '\012' @); \
(echo *.m4|tr ' ' @) ) \
|sed 's/@$$/%/;s/@/ \\@/g' |tr @% '\012\012' \
>> $@t
sed -n '/^##m4-files-end/,$$p' $< >> $@t
chmod a-w $@t
mv $@t $@
I can compile when I skip this target/directory.
--
Mit freundlichen GrÃŒÃen
*Bernd Krumböck*
REWE Group Austria
EDV Systemtechnik & Produktion
System & Datenbankadministration
Eurobilla AG
IZ-NÃ SÃŒd, Objekt 16, StraÃe 3, 2355 Wr.Neudorf
Telefon: +43 (0) 2236 600 4074
Telefax: +43 (0) 2236 600 3900
E-Mail: [email protected] <mailto:[email protected]>
WWW: www.rewe-group.at <http://www.rewe-group.at>
_______________________________________________
bug-a2ps mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-a2ps
a2ps-4.13b-config-hpux-ia64.patch
(text/plain, 471 B)
*** auxdir/config.guess.old Mon May 8 17:54:13 2006
--- auxdir/config.guess Mon May 8 17:55:02 2006
***************
*** 465,470 ****
--- 465,474 ----
HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
echo ${HP_ARCH}-hp-hpux${HPUX_REV}
exit 0 ;;
+ ia64:HP-UX:*:*)
+ HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
+ echo ia64-hp-hpux${HPUX_REV}
+ exit 0 ;;
3050*:HI-UX:*:*)
sed 's/^ //' << EOF >$dummy.c
#include <unistd.h>
a2ps-4.13b-quotearg-bek-hpux.patch
(text/plain, 345 B)
*** lib/quotearg.c.old Mon May 8 17:58:31 2006 --- lib/quotearg.c Mon May 8 17:59:17 2006 *************** *** 59,64 **** --- 59,67 ---- #endif #if HAVE_MBRTOWC && HAVE_WCHAR_H + # if defined(hpux) || defined(__hpux) || defined(__hpux__) + # include <sys/_mbstate_t.h> + # endif # include <wchar.h> #else # define iswprint(wc) 1