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

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

Attempt to build grep-2.5 fails under IRIX-6.5.11f


From: Dan Kokron
Subject: Attempt to build grep-2.5 fails under IRIX-6.5.11f
Date: Tue, 22 Oct 2002 17:22:46 -0400

I attempted to build grep-2.5 under IRIX-6.5.11f + MIPSpro-7.3.1.2m (also MIPSpro-7.2.1.2m), but the compile failed with the following messages.  A google search did not give much help.  Is this a known issue?  Where might I find a solution?

Thanks
Dan

generated by GNU Autoconf 2.53.  Invocation command line was

  $ ./configure

## --------- ##
## Platform. ##
## --------- ##

hostname = tropic
uname -m = IP27
uname -r = 6.5
uname -s = IRIX64
uname -v = 01101245

/usr/bin/uname -p = mips
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /opt/scsl/scsl/usr/bin
PATH: /opt/mpt/mpt/usr/array/PVM/bin/SGIMP64
PATH: /opt/mpt/mpt/usr/array/PVM/lib/SGIMP64
PATH: /opt/mpt/mpt/usr/bin
PATH: /opt/MIPSpro/bin
PATH: /opt/MIPSpro/7.3.1.2m/usr/bin
PATH: /usr/sbin
PATH: /usr/bsd
PATH: /sbin
PATH: /usr/bin
PATH: /usr/bin/X11
PATH: /ford1/local/bin
PATH: /usr/local/bin
PATH: /PBS/bin
PATH: /PBS/sbin
PATH: /usr/etc/
PATH: /ford1/local/gnu/bin
PATH: /home/dkokron/util
PATH: .
 

        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I../lib -DLOCALEDIR=\"/usr/local/s
hare/locale\"     -g -c `test -f dfa.c || echo './'`dfa.c
"dfa.c", line 971: warning(1185): enumerated type mixed with another type
          return lasttok = CSET + charclass_index(ccl);
                         ^

"dfa.c", line 984: warning(1185): enumerated type mixed with another type
          return lasttok = CSET + charclass_index(ccl);
                         ^

"dfa.c", line 1055: error(1028): _expression_ must have a constant value
                        char expr[6] = { '[', c, '-', c2, ']', '\0' };
                                              ^

"dfa.c", line 1055: error(1028): _expression_ must have a constant value
                        char expr[6] = { '[', c, '-', c2, ']', '\0' };
                                                      ^

"dfa.c", line 1059: error(1028): _expression_ must have a constant value
                            char buf[2] = { c, '\0' };
                                            ^

"dfa.c", line 1084: warning(1185): enumerated type mixed with another type
          return lasttok = CSET + charclass_index(ccl);
                         ^

"dfa.c", line 1093: warning(1185): enumerated type mixed with another type
              return lasttok = CSET + charclass_index(ccl);
                             ^

"dfa.c", line 1095: warning(1185): enumerated type mixed with another type
          return c;
                 ^

"dfa.c", line 1243: warning(1185): enumerated type mixed with another type
        addtok (CSET + charclass_index (ccl));
                ^

"dfa.c", line 1388: warning(1185): enumerated type mixed with another type
    addtok(END - d->nregexps);
           ^

3 errors detected in the compilation of "dfa.c".

--
Dan Kokron
Data Assimilation Office
Goddard Space Flight Center
Greenbelt, MD 20771
address@hidden
Phone: (301) 614-5192
Fax:   (301) 614-5304
 


reply via email to

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