bug-gnu-utils
[Top][All Lists]
Advanced

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

tar-1.13 -- make check - fails on HP-11


From: Reid Madsen
Subject: tar-1.13 -- make check - fails on HP-11
Date: Mon, 2 Jun 2003 12:48:05 -0500 (CDT)

Tar Maintainers,

I'm able to build tar-1.13 on HP-11.00/HP-11.11 with no
problem. However the 'make check' step fails due to compilation
errors in genfile.c.  The following enumeration values in that
file conflict with HP headers files:

    enum pattern
    {
      DEFAULT,
      ZEROS
    };

To fix the conflict I changed the enumeration to be:

    enum pattern
    {
      TAR_DEFAULT,
      TAR_ZEROS
    };

I've tested this on Solaris 2.[689], HP-11.1[10].

Hope this helps.

Reid

-- 
Reid Madsen                       address@hidden                      
Senior Member, Tech. Staff        469-357-8389 direct
I2 Technologies                   214-912-5152 mobile






reply via email to

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