bug-a2ps
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

HPUX compile problems


From: Bernd Krumböck
Subject: HPUX compile problems
Date: Mon, 03 Jul 2006 10:56:07 +0200
User-agent: Mozilla Thunderbird 1.0.6 (X11/20050716)

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 $@ address@hidden
        sed -n '1,/^##m4-files-begin/p' $< > address@hidden
        ( (echo EXTRA_DIST = README Makefile.am.in | tr '\012' @); \
          (echo *.m4|tr ' ' @) ) \
          |sed 's/@$$/%/;s/@/ \\@/g' |tr @% '\012\012' \
          >> address@hidden
        sed -n '/^##m4-files-end/,$$p' $< >> address@hidden
        chmod a-w address@hidden
        mv address@hidden $@



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: address@hidden
WWW: www.rewe-group.at

*** 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>
*** 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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]