bug-tar
[Top][All Lists]
Advanced

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

[Bug-tar] 1.15.1 compilation problem on Tru64 (with solution)


From: Thomas Koutcher
Subject: [Bug-tar] 1.15.1 compilation problem on Tru64 (with solution)
Date: Thu, 13 Jan 2005 10:54:45 +0100
User-agent: Internet Messaging Program (IMP) 3.2.5

There is a problem with file lib/argp-parse.c

Because of the line #define N_(msgid} (msgid), it is not
possible to compile tar 1.15.1 on Tru64.  The macro N_
is defined in several other files with the following variant
#define N_(msgid} msgid [i.e. without () arround msgid] which
doesn't cause any problem.

Please modify lib/argp-parse.c to use the same macro as
other files.

Thanks.




reply via email to

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