[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Diffutils and Tru64/Alpha/CompaqC
From: |
Foldi Tamas |
Subject: |
Diffutils and Tru64/Alpha/CompaqC |
Date: |
Thu, 15 Nov 2001 10:47:41 +0100 |
User-agent: |
Mutt/1.3.15i |
On Tru64 5.1a with Compaq C V6.4-009 we have some problems with compiling
diffutils-2.7.
cc -c -DHAVE_CONFIG_H -I. -I. -g fnmatch.c
cc: Error: fnmatch.c, line 67: In this statement, "FNM_CASEFOLD" is not
declared. (undeclared)
c = FOLD (c);
----------^
cc: Error: fnmatch.c, line 74: In this statement, "FNM_FILE_NAME" is not
declared. (undeclared)
else if ((flags & FNM_FILE_NAME) && *n == '/')
----------------------------^
cc: Error: fnmatch.c, line 202: In this statement,
"FNM_LEADING_DIR" is not declared. (undeclared)
if ((flags & FNM_LEADING_DIR) && *n == '/')
---------------^
*** Exit 1
Stop.
Please use #ifndef FNM_*/#define FNM_*/#endif if possible.
Best regards,
Tamas Foldi
--
:wq!
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Diffutils and Tru64/Alpha/CompaqC,
Foldi Tamas <=