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

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

Problem compiling gawk 3.1.1 on Solaris 8 (Sparc) with gcc 3.2


From: Jonas Olsson
Subject: Problem compiling gawk 3.1.1 on Solaris 8 (Sparc) with gcc 3.2
Date: Mon, 14 Oct 2002 13:56:16 +0200 (MEST)

Hello,

I have some problems compiling gawk 3.1.1 on a Solaris 8 (Sparc) system
using gcc 3.2 as compiler. The configure and build process comes along
nicely until it tries to compile regex.c. Then I get the error messages
below.

I have attached two text files:

* regex-error.txt: contains the error messages from the build process
* config.log: log messages from the configure process

The contents of the regex-error.txt file are included at the end of this
mail as well.

First some system info:

gcc -v
------
Reading specs from
/sw/pkg/gcc/sparc-sol8/3.2/lib/gcc-lib/sparc-sun-solaris2.8/3.2/specs
Configured with: ../../../gcc-3.2/configure
--prefix=/sw/pkg/gcc/sparc-sol8/3.2 --with-local-prefix=/sw/local
--enable-threads --disable-nls
Thread model: posix
gcc version 3.2

uname -a
--------
SunOS kosh 5.8 Generic_108528-16 sun4u sparc



  /Jonas Olsson
   Linköping University
   Sweden



Error messages from build process
---------------------------------

make 'CFLAGS=-O' 'LDFLAGS=-L/sw/local/lib -R/sw/local/lib' all-recursive
make[1]: Entering directory `/sw/pkg/gawk/src/gawk-3.1.1/sparc-sol8'
Making all in intl
make[2]: Entering directory `/sw/pkg/gawk/src/gawk-3.1.1/sparc-sol8/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/sw/pkg/gawk/src/gawk-3.1.1/sparc-sol8/intl'
Making all in .
make[2]: Entering directory `/sw/pkg/gawk/src/gawk-3.1.1/sparc-sol8'
source='../regex.c' object='regex.o' libtool=no \
depfile='.deps/regex.Po' tmpdepfile='.deps/regex.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DDEFPATH="\".:/sw/pkg/gawk/sparc-sol8/3.1.1/share/awk\"" -DHAVE_CONFIG_H 
-DGAWK -DLOCALEDIR="\"/sw/pkg/gawk/sparc-sol8/3.1.1/share/locale\"" -I. -I.. 
-I. -I../intl  -I/sw/local/include  -O -c `test -f ../regex.c || echo 
'../'`../regex.c
cc1: warning: changing search order for system directory "/sw/local/include"
cc1: warning:   as it has already been specified as a non-system directory
In file included from ../regex.c:650:
../regex.c:1469: syntax error before '{' token
../regex.c:1472: parse error before '}' token
../regex.c:1474: parse error before "wcs_"
../regex.c:1474: warning: data definition has no type or storage class
../regex.c:1478: parse error before "wcs_"
../regex.c:1478: warning: no semicolon at end of struct or union
../regex.c:1481: parse error before '}' token
../regex.c:1481: warning: data definition has no type or storage class
../regex.c:1802: parse error before "wcs_"
../regex.c:1802: warning: no semicolon at end of struct or union
../regex.c:1813: parse error before '}' token
../regex.c:1813: warning: data definition has no type or storage class
../regex.c:1844: parse error before "reg_unset_dummy"
../regex.c:1844: warning: data definition has no type or storage class
../regex.c:1849: parse error before "store_op1"
../regex.c:1849: warning: data definition has no type or storage class
../regex.c:1850: parse error before "store_op2"
../regex.c:1851: warning: data definition has no type or storage class
../regex.c:1852: parse error before "insert_op1"
../regex.c:1853: warning: data definition has no type or storage class
../regex.c:1854: parse error before "insert_op2"
../regex.c:1855: warning: data definition has no type or storage class
../regex.c:1856: parse error before "at_begline_loc_p"
../regex.c:1857: warning: data definition has no type or storage class
../regex.c:1858: parse error before "at_endline_loc_p"
../regex.c:1859: warning: data definition has no type or storage class
../regex.c:2288: parse error before "regex_compile"
../regex.c: In function `regex_compile':
../regex.c:2479: `wcs_' undeclared (first use in this function)
../regex.c:2479: (Each undeclared identifier is reported only once
../regex.c:2479: for each function it appears in.)
../regex.c:2479: parse error before "at_begline_loc_p"
../regex.c:2480: `old_buffer' undeclared (first use in this function)
../regex.c:2481: parse error before "else"
../regex.c:2487: case label not within a switch statement
../regex.c:2494: parse error before "at_endline_loc_p"
../regex.c:2484: break statement not within loop or switch
../regex.c: At top level:
../regex.c:2495: parse error before "while"
../regex.c:2530: parse error before "for"
../regex.c:2538: `p' undeclared here (not in a function)
../regex.c:2538: warning: data definition has no type or storage class
../regex.c:2538: parse error before "if"
../regex.c:2548: `p' undeclared here (not in a function)
../regex.c:2548: warning: data definition has no type or storage class
../regex.c:2548: parse error before "if"
../regex.c:2556: redefinition of `c'
../regex.c:2538: `c' previously defined here
../regex.c:2556: initializer element is not constant
../regex.c:2556: warning: data definition has no type or storage class
../regex.c:2557: parse error before '}' token
../regex.c:2588: parse error before "if"
../regex.c:2588: `bufp' undeclared here (not in a function)
../regex.c:2588: warning: data definition has no type or storage class
../regex.c:2588: parse error before "if"
../regex.c:2588: parse error before '=' token
../regex.c:2588: parse error before '+=' token
../regex.c:2588: parse error before '+=' token
../regex.c:2601: warning: data definition has no type or storage class
../regex.c:2602: parse error before '}' token
../regex.c:2616: parse error before "if"
../regex.c:2616: redefinition of `wchar_count'
../regex.c:2588: `wchar_count' previously defined here
../regex.c:2616: `bufp' undeclared here (not in a function)
../regex.c:2616: warning: data definition has no type or storage class
../regex.c:2616: parse error before "if"
../regex.c:2616: parse error before '=' token
../regex.c:2616: parse error before '+=' token
../regex.c:2616: parse error before '+=' token
../regex.c:2619: parse error before '?' token
../regex.c:2620: warning: data definition has no type or storage class
../regex.c:2621: parse error before '+=' token
../regex.c:2630: parse error before "if"
../regex.c:2630: redefinition of `wchar_count'
../regex.c:2616: `wchar_count' previously defined here
../regex.c:2630: `bufp' undeclared here (not in a function)
../regex.c:2630: warning: data definition has no type or storage class
../regex.c:2630: parse error before "if"
../regex.c:2630: parse error before '=' token
../regex.c:2630: parse error before '+=' token
../regex.c:2630: parse error before '+=' token
../regex.c:2632: parse error before '(' token
../regex.c:2641: parse error before "if"
../regex.c:2641: redefinition of `wchar_count'
../regex.c:2630: `wchar_count' previously defined here
../regex.c:2641: `bufp' undeclared here (not in a function)
../regex.c:2641: warning: data definition has no type or storage class
../regex.c:2641: parse error before "if"
../regex.c:2641: parse error before '=' token
../regex.c:2641: parse error before '+=' token
../regex.c:2641: parse error before '+=' token
../regex.c:2641: parse error before '++' token
../regex.c:2653: parse error before "if"
../regex.c:2702: parse error before "if"
../regex.c:2702: redefinition of `wchar_count'
../regex.c:2641: `wchar_count' previously defined here
../regex.c:2702: `bufp' undeclared here (not in a function)
../regex.c:2702: warning: data definition has no type or storage class
../regex.c:2702: parse error before "if"
../regex.c:2702: parse error before '=' token
../regex.c:2702: parse error before '+=' token
../regex.c:2702: parse error before '+=' token
../regex.c:2707: `b' undeclared here (not in a function)
../regex.c:2707: warning: data definition has no type or storage class
../regex.c:2711: parse error before "do"
../regex.c:2711: parse error before "if"
../regex.c:2711: redefinition of `wchar_count'
../regex.c:2702: `wchar_count' previously defined here
../regex.c:2711: `bufp' undeclared here (not in a function)
../regex.c:2711: warning: data definition has no type or storage class
../regex.c:2711: parse error before "if"
../regex.c:2711: parse error before '=' token
../regex.c:2711: parse error before '+=' token
../regex.c:2711: parse error before '+=' token
../regex.c:2711: parse error before '++' token
../regex.c:2718: parse error before "if"
../regex.c:2718: redefinition of `wchar_count'
../regex.c:2711: `wchar_count' previously defined here
../regex.c:2718: `bufp' undeclared here (not in a function)
../regex.c:2718: warning: data definition has no type or storage class
../regex.c:2718: parse error before "if"
../regex.c:2718: parse error before '=' token
../regex.c:2718: parse error before '+=' token
../regex.c:2718: parse error before '+=' token
../regex.c:2718: parse error before '++' token
../regex.c:2718: parse error before '++' token
../regex.c:2718: parse error before '++' token
../regex.c:2719: parse error before "if"
../regex.c:2719: redefinition of `wchar_count'
../regex.c:2718: `wchar_count' previously defined here
../regex.c:2719: `bufp' undeclared here (not in a function)
../regex.c:2719: warning: data definition has no type or storage class
../regex.c:2719: parse error before "if"
../regex.c:2719: parse error before '=' token
../regex.c:2719: parse error before '+=' token
../regex.c:2719: parse error before '+=' token
../regex.c:2719: parse error before '++' token
../regex.c:2719: parse error before '++' token
../regex.c:2722: `p' undeclared here (not in a function)
../regex.c:2722: warning: data definition has no type or storage class
../regex.c:2725: parse error before "if"
../regex.c:2728: parse error before "if"
../regex.c:2728: redefinition of `wchar_count'
../regex.c:2719: `wchar_count' previously defined here
../regex.c:2728: `bufp' undeclared here (not in a function)
../regex.c:2728: warning: data definition has no type or storage class
../regex.c:2728: parse error before "if"
../regex.c:2728: parse error before '=' token
../regex.c:2728: parse error before '+=' token
../regex.c:2728: parse error before '+=' token
../regex.c:2728: parse error before '++' token
../regex.c:2729: parse error before '++' token
../regex.c:2737: redefinition of `c'
../regex.c:2556: `c' previously defined here
../regex.c:2737: `p' undeclared here (not in a function)
../regex.c:2737: warning: data definition has no type or storage class
../regex.c:2737: parse error before "if"
../regex.c:2744: redefinition of `c1'
../regex.c:2548: `c1' previously defined here
../regex.c:2744: `p' undeclared here (not in a function)
../regex.c:2744: warning: data definition has no type or storage class
../regex.c:2744: parse error before "if"
../regex.c:2745: parse error before "if"
../regex.c:2745: redefinition of `wchar_count'
../regex.c:2728: `wchar_count' previously defined here
../regex.c:2745: `bufp' undeclared here (not in a function)
../regex.c:2745: warning: data definition has no type or storage class
../regex.c:2745: parse error before "if"
../regex.c:2745: parse error before '=' token
../regex.c:2745: parse error before '+=' token
../regex.c:2745: parse error before '+=' token
../regex.c:2745: parse error before '++' token
../regex.c:2746: parse error before '++' token
../regex.c:2747: conflicting types for `range_start'
../regex.c:2649: previous declaration of `range_start'
../regex.c:2747: initializer element is not constant
../regex.c:2747: warning: data definition has no type or storage class
../regex.c:2748: parse error before "continue"
../regex.c:2773: parse error before "if"
../regex.c:2773: redefinition of `wchar_count'
../regex.c:2745: `wchar_count' previously defined here
../regex.c:2773: `bufp' undeclared here (not in a function)
../regex.c:2773: warning: data definition has no type or storage class
../regex.c:2773: parse error before "if"
../regex.c:2773: parse error before '=' token
../regex.c:2773: parse error before '+=' token
../regex.c:2773: parse error before '+=' token
../regex.c:2776: `p' undeclared here (not in a function)
../regex.c:2776: `pend' undeclared here (not in a function)
../regex.c:2776: `translate' undeclared here (not in a function)
../regex.c:2777: `syntax' undeclared here (not in a function)
../regex.c:2777: `b' undeclared here (not in a function)
../regex.c:2777: warning: passing arg 7 of `wcs_compile_range' makes pointer 
from integer without a cast
../regex.c:2777: initializer element is not constant
../regex.c:2777: warning: data definition has no type or storage class
../regex.c:2778: parse error before "if"
../regex.c:2779: redefinition of `range_start'
../regex.c:2747: `range_start' previously defined here
../regex.c:2779: warning: data definition has no type or storage class
../regex.c:2780: parse error before '}' token
../regex.c:2786: redefinition of `c1'
../regex.c:2744: `c1' previously defined here
../regex.c:2786: `p' undeclared here (not in a function)
../regex.c:2786: warning: data definition has no type or storage class
../regex.c:2786: parse error before "if"
../regex.c:2788: parse error before "if"
../regex.c:2788: redefinition of `wchar_count'
../regex.c:2773: `wchar_count' previously defined here
../regex.c:2788: `bufp' undeclared here (not in a function)
../regex.c:2788: warning: data definition has no type or storage class
../regex.c:2788: parse error before "if"
../regex.c:2788: parse error before '=' token
../regex.c:2788: parse error before '+=' token
../regex.c:2788: parse error before '+=' token
../regex.c:2791: redefinition of `ret'
../regex.c:2776: `ret' previously defined here
../regex.c:2791: `p' undeclared here (not in a function)
../regex.c:2791: `pend' undeclared here (not in a function)
../regex.c:2791: `translate' undeclared here (not in a function)
../regex.c:2791: `syntax' undeclared here (not in a function)
../regex.c:2791: `b' undeclared here (not in a function)
../regex.c:2792: warning: passing arg 7 of `wcs_compile_range' makes pointer 
from integer without a cast
../regex.c:2792: initializer element is not constant
../regex.c:2792: warning: data definition has no type or storage class
../regex.c:2793: parse error before "if"
../regex.c:2794: redefinition of `range_start'
../regex.c:2779: `range_start' previously defined here
../regex.c:2794: warning: data definition has no type or storage class
../regex.c:2795: parse error before '}' token
../regex.c:2803: redefinition of `c'
../regex.c:2737: `c' previously defined here
../regex.c:2803: `p' undeclared here (not in a function)
../regex.c:2803: warning: data definition has no type or storage class
../regex.c:2803: parse error before "if"
../regex.c:2804: redefinition of `c1'
../regex.c:2786: `c1' previously defined here
../regex.c:2804: warning: data definition has no type or storage class
../regex.c:2807: parse error before "if"
../regex.c:2811: redefinition of `c'
../regex.c:2803: `c' previously defined here
../regex.c:2811: `p' undeclared here (not in a function)
../regex.c:2811: warning: data definition has no type or storage class
../regex.c:2811: parse error before "if"
../regex.c:2820: variable-size type declared outside of any function
../regex.c:2820: variable-sized object may not be initialized
../regex.c:2820: warning: data definition has no type or storage class
../regex.c:2825: parse error before "if"
../regex.c:2831: warning: passing arg 1 of `wctype' from incompatible pointer 
type
../regex.c:2831: initializer element is not constant
../regex.c:2831: warning: data definition has no type or storage class
../regex.c:2832: parse error before "if"
../regex.c:2837: redefinition of `c'
../regex.c:2811: `c' previously defined here
../regex.c:2837: `p' undeclared here (not in a function)
../regex.c:2837: warning: data definition has no type or storage class
../regex.c:2837: parse error before "if"
../regex.c:2842: parse error before "if"
../regex.c:2842: redefinition of `wchar_count'
../regex.c:2788: `wchar_count' previously defined here
../regex.c:2842: `bufp' undeclared here (not in a function)
../regex.c:2842: warning: data definition has no type or storage class
../regex.c:2842: parse error before "if"
../regex.c:2842: parse error before '=' token
../regex.c:2842: parse error before '+=' token
../regex.c:2842: parse error before '+=' token
../regex.c:2847: parse error before '(' token
../regex.c:2850: conflicting types for `alignedp'
../regex.c:2828: previous declaration of `alignedp'
../regex.c:2850: subscripted value is neither array nor pointer
../regex.c:2852: warning: data definition has no type or storage class
../regex.c:2854: parse error before "wctype_t"
../regex.c:2856: parse error before '+=' token
../regex.c:2858: warning: data definition has no type or storage class
../regex.c:2859: parse error before '}' token
../regex.c:2865: parse error before "if"
../regex.c:2865: redefinition of `wchar_count'
../regex.c:2842: `wchar_count' previously defined here
../regex.c:2865: `bufp' undeclared here (not in a function)
../regex.c:2865: warning: data definition has no type or storage class
../regex.c:2865: parse error before "if"
../regex.c:2865: parse error before '=' token
../regex.c:2865: parse error before '+=' token
../regex.c:2865: parse error before '+=' token
../regex.c:2865: parse error before '++' token
../regex.c:2866: parse error before "if"
../regex.c:2866: redefinition of `wchar_count'
../regex.c:2865: `wchar_count' previously defined here
../regex.c:2866: `bufp' undeclared here (not in a function)
../regex.c:2866: warning: data definition has no type or storage class
../regex.c:2866: parse error before "if"
../regex.c:2866: parse error before '=' token
../regex.c:2866: parse error before '+=' token
../regex.c:2866: parse error before '+=' token
../regex.c:2866: parse error before '++' token
../regex.c:2867: parse error before '+=' token
../regex.c:2868: redefinition of `range_start'
../regex.c:2794: `range_start' previously defined here
../regex.c:2868: warning: data definition has no type or storage class
../regex.c:2869: redefinition of `had_char_class'
../regex.c:2858: `had_char_class' previously defined here
../regex.c:2869: warning: data definition has no type or storage class
../regex.c:2870: parse error before '}' token
../regex.c:2876: `p' undeclared here (not in a function)
../regex.c:2877: parse error before "do"
../regex.c:2877: redefinition of `c'
../regex.c:2837: `c' previously defined here
../regex.c:2877: `p' undeclared here (not in a function)
../regex.c:2877: warning: data definition has no type or storage class
../regex.c:2877: parse error before "if"
../regex.c:2878: redefinition of `c1'
../regex.c:2804: `c1' previously defined here
../regex.c:2878: warning: data definition has no type or storage class
../regex.c:2881: parse error before "if"
../regex.c:2885: redefinition of `c'
../regex.c:2877: `c' previously defined here
../regex.c:2885: `p' undeclared here (not in a function)
../regex.c:2885: warning: data definition has no type or storage class
../regex.c:2885: parse error before "if"
../regex.c:2894: variable-size type declared outside of any function
../regex.c:2894: variable-sized object may not be initialized
../regex.c:2894: warning: data definition has no type or storage class
../regex.c:2896: parse error before "if"
../regex.c:2908: initializer element is not constant
../regex.c:2910: parse error before "if"
../regex.c:2915: redefinition of `c'
../regex.c:2885: `c' previously defined here
../regex.c:2915: `p' undeclared here (not in a function)
../regex.c:2915: warning: data definition has no type or storage class
../regex.c:2915: parse error before "if"
../regex.c:2919: parse error before "if"
../regex.c:2919: redefinition of `wchar_count'
../regex.c:2866: `wchar_count' previously defined here
../regex.c:2919: `bufp' undeclared here (not in a function)
../regex.c:2919: warning: data definition has no type or storage class
../regex.c:2919: parse error before "if"
../regex.c:2919: parse error before '=' token
../regex.c:2919: parse error before '+=' token
../regex.c:2919: parse error before '+=' token
../regex.c:2930: parse error before '+' token
../regex.c:2930: conflicting types for `insert_space'
../regex.c:1868: previous declaration of `insert_space'
../regex.c:2930: warning: data definition has no type or storage class
../regex.c:2937: parse error before '+=' token
../regex.c:2938: redefinition of `had_char_class'
../regex.c:2869: `had_char_class' previously defined here
../regex.c:2938: warning: data definition has no type or storage class
../regex.c:2939: parse error before '}' token
../regex.c:2947: parse error before '+' token
../regex.c:2947: warning: data definition has no type or storage class
../regex.c:2957: redefinition of `range_start'
../regex.c:2868: `range_start' previously defined here
../regex.c:2957: subscripted value is neither array nor pointer
../regex.c:2957: subscripted value is neither array nor pointer
../regex.c:2957: warning: data definition has no type or storage class
../regex.c:2959: parse error before '+=' token
../regex.c:2960: redefinition of `had_char_class'
../regex.c:2938: `had_char_class' previously defined here
../regex.c:2960: warning: data definition has no type or storage class
../regex.c:2961: parse error before '}' token
../regex.c:2968: parse error before "if"
../regex.c:2968: redefinition of `wchar_count'
../regex.c:2919: `wchar_count' previously defined here
../regex.c:2968: `bufp' undeclared here (not in a function)
../regex.c:2968: warning: data definition has no type or storage class
../regex.c:2968: parse error before "if"
../regex.c:2968: parse error before '=' token
../regex.c:2968: parse error before '+=' token
../regex.c:2968: parse error before '+=' token
../regex.c:2968: parse error before '++' token
../regex.c:2969: parse error before "if"
../regex.c:2969: redefinition of `wchar_count'
../regex.c:2968: `wchar_count' previously defined here
../regex.c:2969: `bufp' undeclared here (not in a function)
../regex.c:2969: warning: data definition has no type or storage class
../regex.c:2969: parse error before "if"
../regex.c:2969: parse error before '=' token
../regex.c:2969: parse error before '+=' token
../regex.c:2969: parse error before '+=' token
../regex.c:2969: parse error before '++' token
../regex.c:2970: parse error before '+=' token
../regex.c:2971: redefinition of `range_start'
../regex.c:2957: `range_start' previously defined here
../regex.c:2971: initializer element is not constant
../regex.c:2971: warning: data definition has no type or storage class
../regex.c:2972: redefinition of `had_char_class'
../regex.c:2960: `had_char_class' previously defined here
../regex.c:2972: warning: data definition has no type or storage class
../regex.c:2973: parse error before '}' token
../regex.c:2978: parse error before "if"
../regex.c:2978: redefinition of `wchar_count'
../regex.c:2969: `wchar_count' previously defined here
../regex.c:2978: `bufp' undeclared here (not in a function)
../regex.c:2978: warning: data definition has no type or storage class
../regex.c:2978: parse error before "if"
../regex.c:2978: parse error before '=' token
../regex.c:2978: parse error before '+=' token
../regex.c:2978: parse error before '+=' token
../regex.c:2978: parse error before '++' token
../regex.c:2979: parse error before '++' token
../regex.c:2980: redefinition of `range_start'
../regex.c:2971: `range_start' previously defined here
../regex.c:2980: initializer element is not constant
../regex.c:2980: warning: data definition has no type or storage class
../regex.c:2981: parse error before '}' token
../regex.c:3363: redefinition of `c'
../regex.c:2915: `c' previously defined here
../regex.c:3363: `p' undeclared here (not in a function)
../regex.c:3363: warning: data definition has no type or storage class
../regex.c:3363: parse error before '}' token
../regex.c:3388: parse error before '.' token
../regex.c:3389: parse error before '.' token
../regex.c:3391: parse error before '.' token
../regex.c:3392: parse error before '.' token
../regex.c:3402: parse error before "if"
../regex.c:3402: redefinition of `wchar_count'
../regex.c:2978: `wchar_count' previously defined here
../regex.c:3402: `bufp' undeclared here (not in a function)
../regex.c:3402: warning: data definition has no type or storage class
../regex.c:3402: parse error before "if"
../regex.c:3402: parse error before '=' token
../regex.c:3402: parse error before '+=' token
../regex.c:3402: parse error before '+=' token
../regex.c:3402: parse error before '++' token
../regex.c:3402: parse error before '++' token
../regex.c:3402: parse error before '++' token
../regex.c:3407: warning: data definition has no type or storage class
../regex.c:3408: redefinition of `laststart'
../regex.c:2707: `laststart' previously defined here
../regex.c:3408: warning: data definition has no type or storage class
../regex.c:3409: `b' undeclared here (not in a function)
../regex.c:3409: warning: data definition has no type or storage class
../regex.c:3413: redefinition of `pending_exact'
../regex.c:2620: `pending_exact' previously defined here
../regex.c:3413: warning: data definition has no type or storage class
../regex.c:3414: parse error before "break"
../regex.c:3434: parse error before "if"
../regex.c:3434: redefinition of `wchar_count'
../regex.c:3402: `wchar_count' previously defined here
../regex.c:3434: `bufp' undeclared here (not in a function)
../regex.c:3434: warning: data definition has no type or storage class
../regex.c:3434: parse error before "if"
../regex.c:3434: parse error before '=' token
../regex.c:3434: parse error before '+=' token
../regex.c:3434: parse error before '+=' token
../regex.c:3434: parse error before '++' token
../regex.c:3438: parse error before '(' token
../regex.c:3460: redefinition of `begalt'
../regex.c:3409: `begalt' previously defined here
../regex.c:3460: `wc_buffer' undeclared here (not in a function)
../regex.c:3460: `compile_stack' undeclared here (not in a function)
../regex.c:3460: `compile_stack' undeclared here (not in a function)
../regex.c:3460: warning: data definition has no type or storage class
../regex.c:3462: redefinition of `fixup_alt_jump'
../regex.c:3407: `fixup_alt_jump' previously defined here
../regex.c:3462: `compile_stack' undeclared here (not in a function)
../regex.c:3462: `compile_stack' undeclared here (not in a function)
../regex.c:3463: `wc_buffer' undeclared here (not in a function)
../regex.c:3463: `compile_stack' undeclared here (not in a function)
../regex.c:3463: `compile_stack' undeclared here (not in a function)
../regex.c:3464: warning: data definition has no type or storage class
../regex.c:3465: redefinition of `laststart'
../regex.c:3408: `laststart' previously defined here
../regex.c:3465: `wc_buffer' undeclared here (not in a function)
../regex.c:3465: `compile_stack' undeclared here (not in a function)
../regex.c:3465: `compile_stack' undeclared here (not in a function)
../regex.c:3465: warning: data definition has no type or storage class
../regex.c:3466: `compile_stack' undeclared here (not in a function)
../regex.c:3466: `compile_stack' undeclared here (not in a function)
../regex.c:3466: warning: data definition has no type or storage class
../regex.c:3470: redefinition of `pending_exact'
../regex.c:3413: `pending_exact' previously defined here
../regex.c:3470: warning: data definition has no type or storage class
../regex.c:3474: parse error before "if"
../regex.c:3479: `regnum' undeclared here (not in a function)
../regex.c:3479: warning: data definition has no type or storage class
../regex.c:3481: parse error before "do"
../regex.c:3481: parse error before "if"
../regex.c:3481: redefinition of `wchar_count'
../regex.c:3434: `wchar_count' previously defined here
../regex.c:3481: `bufp' undeclared here (not in a function)
../regex.c:3481: warning: data definition has no type or storage class
../regex.c:3481: parse error before "if"
../regex.c:3481: parse error before '=' token
../regex.c:3481: parse error before '+=' token
../regex.c:3481: parse error before '+=' token
../regex.c:3481: parse error before '++' token
../regex.c:3481: parse error before '++' token
../regex.c:3481: parse error before '++' token
../regex.c:3496: parse error before "if"
../regex.c:3496: redefinition of `wchar_count'
../regex.c:3481: `wchar_count' previously defined here
../regex.c:3496: `bufp' undeclared here (not in a function)
../regex.c:3496: warning: data definition has no type or storage class
../regex.c:3496: parse error before "if"
../regex.c:3496: parse error before '=' token
../regex.c:3496: parse error before '+=' token
../regex.c:3496: parse error before '+=' token
../regex.c:3498: parse error before '(' token
../regex.c:3499: redefinition of `pending_exact'
../regex.c:3470: `pending_exact' previously defined here
../regex.c:3499: warning: data definition has no type or storage class
../regex.c:3500: parse error before '+=' token
../regex.c:3524: redefinition of `fixup_alt_jump'
../regex.c:3462: `fixup_alt_jump' previously defined here
../regex.c:3524: `b' undeclared here (not in a function)
../regex.c:3524: warning: data definition has no type or storage class
../regex.c:3525: parse error before "while"
../regex.c:3525: parse error before "if"
../regex.c:3525: redefinition of `wchar_count'
../regex.c:3496: `wchar_count' previously defined here
../regex.c:3525: `bufp' undeclared here (not in a function)
../regex.c:3525: warning: data definition has no type or storage class
../regex.c:3525: parse error before "if"
../regex.c:3525: parse error before '=' token
../regex.c:3525: parse error before '+=' token
../regex.c:3525: parse error before '+=' token
../regex.c:3528: redefinition of `laststart'
../regex.c:3465: `laststart' previously defined here
../regex.c:3528: warning: data definition has no type or storage class
../regex.c:3529: redefinition of `begalt'
../regex.c:3460: `begalt' previously defined here
../regex.c:3529: `b' undeclared here (not in a function)
../regex.c:3529: warning: data definition has no type or storage class
../regex.c:3530: parse error before "break"
../regex.c:3549: `p' undeclared here (not in a function)
../regex.c:3549: warning: data definition has no type or storage class
../regex.c:3551: parse error before "if"
../regex.c:3559: redefinition of `c'
../regex.c:3363: `c' previously defined here
../regex.c:3559: `p' undeclared here (not in a function)
../regex.c:3559: warning: data definition has no type or storage class
../regex.c:3559: parse error before "if"
../regex.c:3559: initializer element is not constant
../regex.c:3559: warning: data definition has no type or storage class
../regex.c:3559: parse error before "if"
../regex.c:3559: redefinition of `c'
../regex.c:3559: `c' previously defined here
../regex.c:3559: `p' undeclared here (not in a function)
../regex.c:3559: warning: data definition has no type or storage class
../regex.c:3559: parse error before "if"
../regex.c:3563: redefinition of `c'
../regex.c:3559: `c' previously defined here
../regex.c:3563: `p' undeclared here (not in a function)
../regex.c:3563: warning: data definition has no type or storage class
../regex.c:3563: parse error before "if"
../regex.c:3563: initializer element is not constant
../regex.c:3563: warning: data definition has no type or storage class
../regex.c:3563: parse error before "if"
../regex.c:3563: redefinition of `c'
../regex.c:3563: `c' previously defined here
../regex.c:3563: `p' undeclared here (not in a function)
../regex.c:3563: warning: data definition has no type or storage class
../regex.c:3563: parse error before "if"
../regex.c:3583: redefinition of `c'
../regex.c:3563: `c' previously defined here
../regex.c:3583: `p' undeclared here (not in a function)
../regex.c:3583: warning: data definition has no type or storage class
../regex.c:3583: parse error before "if"
../regex.c:3614: parse error before "if"
../regex.c:3614: redefinition of `wchar_count'
../regex.c:3525: `wchar_count' previously defined here
../regex.c:3614: `bufp' undeclared here (not in a function)
../regex.c:3614: warning: data definition has no type or storage class
../regex.c:3614: parse error before "if"
../regex.c:3614: parse error before '=' token
../regex.c:3614: parse error before '+=' token
../regex.c:3614: parse error before '+=' token
../regex.c:3615: parse error before '(' token
../regex.c:3634: parse error before "if"
../regex.c:3634: redefinition of `wchar_count'
../regex.c:3614: `wchar_count' previously defined here
../regex.c:3634: `bufp' undeclared here (not in a function)
../regex.c:3634: warning: data definition has no type or storage class
../regex.c:3634: parse error before "if"
../regex.c:3634: parse error before '=' token
../regex.c:3634: parse error before '+=' token
../regex.c:3634: parse error before '+=' token
../regex.c:3644: parse error before '(' token
../regex.c:3655: parse error before numeric constant
../regex.c:3655: warning: data definition has no type or storage class
../regex.c:3656: parse error before '+=' token
../regex.c:3686: parse error before '-' token
../regex.c:3687: warning: data definition has no type or storage class
../regex.c:3688: parse error before '+=' token
../regex.c:3691: redefinition of `pending_exact'
../regex.c:3499: `pending_exact' previously defined here
../regex.c:3691: warning: data definition has no type or storage class
../regex.c:3692: redefinition of `beg_interval'
../regex.c:3549: `beg_interval' previously defined here
../regex.c:3692: warning: initialization makes integer from pointer without a 
cast
../regex.c:3692: warning: data definition has no type or storage class
../regex.c:3693: parse error before '}' token
../regex.c:3699: initializer element is not constant
../regex.c:3699: warning: data definition has no type or storage class
../regex.c:3700: redefinition of `beg_interval'
../regex.c:3692: `beg_interval' previously defined here
../regex.c:3700: warning: initialization makes integer from pointer without a 
cast
../regex.c:3700: warning: data definition has no type or storage class
../regex.c:3703: parse error before "do"
../regex.c:3703: redefinition of `c'
../regex.c:3583: `c' previously defined here
../regex.c:3703: invalid type argument of `unary *'
../regex.c:3703: warning: data definition has no type or storage class
../regex.c:3703: parse error before "if"
../regex.c:3736: redefinition of `laststart'
../regex.c:3528: `laststart' previously defined here
../regex.c:3736: `b' undeclared here (not in a function)
../regex.c:3736: warning: data definition has no type or storage class
../regex.c:3737: parse error before "do"
../regex.c:3737: parse error before "if"
../regex.c:3737: redefinition of `wchar_count'
../regex.c:3634: `wchar_count' previously defined here
../regex.c:3737: `bufp' undeclared here (not in a function)
../regex.c:3737: warning: data definition has no type or storage class
../regex.c:3737: parse error before "if"
../regex.c:3737: parse error before '=' token
../regex.c:3737: parse error before '+=' token
../regex.c:3737: parse error before '+=' token
../regex.c:3737: parse error before '++' token
../regex.c:3744: redefinition of `laststart'
../regex.c:3736: `laststart' previously defined here
../regex.c:3744: `b' undeclared here (not in a function)
../regex.c:3744: warning: data definition has no type or storage class
../regex.c:3745: parse error before "do"
../regex.c:3745: parse error before "if"
../regex.c:3745: redefinition of `wchar_count'
../regex.c:3737: `wchar_count' previously defined here
../regex.c:3745: `bufp' undeclared here (not in a function)
../regex.c:3745: warning: data definition has no type or storage class
../regex.c:3745: parse error before "if"
../regex.c:3745: parse error before '=' token
../regex.c:3745: parse error before '+=' token
../regex.c:3745: parse error before '+=' token
../regex.c:3745: parse error before '++' token
../regex.c:3752: parse error before "if"
../regex.c:3752: redefinition of `wchar_count'
../regex.c:3745: `wchar_count' previously defined here
../regex.c:3752: `bufp' undeclared here (not in a function)
../regex.c:3752: warning: data definition has no type or storage class
../regex.c:3752: parse error before "if"
../regex.c:3752: parse error before '=' token
../regex.c:3752: parse error before '+=' token
../regex.c:3752: parse error before '+=' token
../regex.c:3752: parse error before '++' token
../regex.c:3758: parse error before "if"
../regex.c:3758: redefinition of `wchar_count'
../regex.c:3752: `wchar_count' previously defined here
../regex.c:3758: `bufp' undeclared here (not in a function)
../regex.c:3758: warning: data definition has no type or storage class
../regex.c:3758: parse error before "if"
../regex.c:3758: parse error before '=' token
../regex.c:3758: parse error before '+=' token
../regex.c:3758: parse error before '+=' token
../regex.c:3758: parse error before '++' token
../regex.c:3764: parse error before "if"
../regex.c:3764: redefinition of `wchar_count'
../regex.c:3758: `wchar_count' previously defined here
../regex.c:3764: `bufp' undeclared here (not in a function)
../regex.c:3764: warning: data definition has no type or storage class
../regex.c:3764: parse error before "if"
../regex.c:3764: parse error before '=' token
../regex.c:3764: parse error before '+=' token
../regex.c:3764: parse error before '+=' token
../regex.c:3764: parse error before '++' token
../regex.c:3770: parse error before "if"
../regex.c:3770: redefinition of `wchar_count'
../regex.c:3764: `wchar_count' previously defined here
../regex.c:3770: `bufp' undeclared here (not in a function)
../regex.c:3770: warning: data definition has no type or storage class
../regex.c:3770: parse error before "if"
../regex.c:3770: parse error before '=' token
../regex.c:3770: parse error before '+=' token
../regex.c:3770: parse error before '+=' token
../regex.c:3770: parse error before '++' token
../regex.c:3776: parse error before "if"
../regex.c:3776: redefinition of `wchar_count'
../regex.c:3770: `wchar_count' previously defined here
../regex.c:3776: `bufp' undeclared here (not in a function)
../regex.c:3776: warning: data definition has no type or storage class
../regex.c:3776: parse error before "if"
../regex.c:3776: parse error before '=' token
../regex.c:3776: parse error before '+=' token
../regex.c:3776: parse error before '+=' token
../regex.c:3776: parse error before '++' token
../regex.c:3782: parse error before "if"
../regex.c:3782: redefinition of `wchar_count'
../regex.c:3776: `wchar_count' previously defined here
../regex.c:3782: `bufp' undeclared here (not in a function)
../regex.c:3782: warning: data definition has no type or storage class
../regex.c:3782: parse error before "if"
../regex.c:3782: parse error before '=' token
../regex.c:3782: parse error before '+=' token
../regex.c:3782: parse error before '+=' token
../regex.c:3782: parse error before '++' token
../regex.c:3790: redefinition of `c1'
../regex.c:2878: `c1' previously defined here
../regex.c:3790: initializer element is not constant
../regex.c:3790: warning: data definition has no type or storage class
../regex.c:3792: parse error before "if"
../regex.c:3799: redefinition of `laststart'
../regex.c:3744: `laststart' previously defined here
../regex.c:3799: `b' undeclared here (not in a function)
../regex.c:3799: warning: data definition has no type or storage class
../regex.c:3800: parse error before "do"
../regex.c:3800: parse error before "if"
../regex.c:3800: redefinition of `wchar_count'
../regex.c:3782: `wchar_count' previously defined here
../regex.c:3800: `bufp' undeclared here (not in a function)
../regex.c:3800: warning: data definition has no type or storage class
../regex.c:3800: parse error before "if"
../regex.c:3800: parse error before '=' token
../regex.c:3800: parse error before '+=' token
../regex.c:3800: parse error before '+=' token
../regex.c:3800: parse error before '++' token
../regex.c:3800: parse error before '++' token
../regex.c:3855: `is_binary' undeclared here (not in a function)
../regex.c:3855: `pattern' undeclared here (not in a function)
../regex.c:3855: warning: data definition has no type or storage class
../regex.c:3856: parse error before "if"
../regex.c:3857: parse error before "if"
../regex.c:3857: redefinition of `wchar_count'
../regex.c:3800: `wchar_count' previously defined here
../regex.c:3857: `bufp' undeclared here (not in a function)
../regex.c:3857: warning: data definition has no type or storage class
../regex.c:3857: parse error before "if"
../regex.c:3857: parse error before '=' token
../regex.c:3857: parse error before '+=' token
../regex.c:3857: parse error before '+=' token
../regex.c:3857: parse error before '++' token
../regex.c:3857: parse error before '++' token
../regex.c:3859: parse error before "if"
../regex.c:3859: redefinition of `wchar_count'
../regex.c:3857: `wchar_count' previously defined here
../regex.c:3859: `bufp' undeclared here (not in a function)
../regex.c:3859: warning: data definition has no type or storage class
../regex.c:3859: parse error before "if"
../regex.c:3859: parse error before '=' token
../regex.c:3859: parse error before '+=' token
../regex.c:3859: parse error before '+=' token
../regex.c:3859: parse error before '++' token
../regex.c:3859: parse error before '++' token
../regex.c:3863: redefinition of `pending_exact'
../regex.c:3691: `pending_exact' previously defined here
../regex.c:3863: `b' undeclared here (not in a function)
../regex.c:3863: warning: data definition has no type or storage class
../regex.c:3864: parse error before '}' token
../regex.c:3866: parse error before "if"
../regex.c:3866: redefinition of `wchar_count'
../regex.c:3859: `wchar_count' previously defined here
../regex.c:3866: `bufp' undeclared here (not in a function)
../regex.c:3866: warning: data definition has no type or storage class
../regex.c:3866: parse error before "if"
../regex.c:3866: parse error before '=' token
../regex.c:3866: parse error before '+=' token
../regex.c:3866: parse error before '+=' token
../regex.c:3866: parse error before '++' token
../regex.c:3867: parse error before '++' token
../regex.c:3884: parse error before "if"
../regex.c:3884: redefinition of `wchar_count'
../regex.c:3866: `wchar_count' previously defined here
../regex.c:3884: `bufp' undeclared here (not in a function)
../regex.c:3884: warning: data definition has no type or storage class
../regex.c:3884: parse error before "if"
../regex.c:3884: parse error before '=' token
../regex.c:3884: parse error before '+=' token
../regex.c:3884: parse error before '+=' token
../regex.c:3884: parse error before '++' token
../regex.c:3887: warning: parameter names (without types) in function 
declaration
../regex.c:3887: conflicting types for `free'
/sw/pkg/gcc/sparc-sol8/3.2/lib/gcc-lib/sparc-sun-solaris2.8/3.2/include/iso/stdlib_iso.h:114:
 previous declaration of `free'
../regex.c:3887: warning: data definition has no type or storage class
../regex.c:3888: warning: parameter names (without types) in function 
declaration
../regex.c:3888: warning: data definition has no type or storage class
../regex.c:3889: warning: parameter names (without types) in function 
declaration
../regex.c:3889: warning: data definition has no type or storage class
../regex.c:3891: parse error before '.' token
../regex.c:3891: warning: data definition has no type or storage class
../regex.c:3895: parse error before '->' token
../regex.c:3958: parse error before "store_op1"
../regex.c:3972: parse error before "store_op2"
../regex.c:3988: parse error before "insert_op1"
../regex.c: In function `insert_op1':
../regex.c:4000: `wcs_' undeclared (first use in this function)
../regex.c:4000: parse error before "store_op1"
../regex.c: At top level:
../regex.c:4008: parse error before "insert_op2"
../regex.c: In function `insert_op2':
../regex.c:4020: `wcs_' undeclared (first use in this function)
../regex.c:4020: parse error before "store_op2"
../regex.c: At top level:
../regex.c:4029: parse error before "at_begline_loc_p"
../regex.c:4048: parse error before "at_endline_loc_p"
../regex.c:4095: conflicting types for `insert_space'
../regex.c:2947: previous declaration of `insert_space'
../regex.c:4228: parse error before "re_compile_fastmap"
../regex.c: In function `re_compile_fastmap':
../regex.c:4233: `wcs_' undeclared (first use in this function)
../regex.c:4233: parse error before "fail_stack_type"
../regex.c:4269: `fail_stack' undeclared (first use in this function)
../regex.c:4269: parse error before "fail_stack_elt_t"
../regex.c:4480: parse error before "fail_stack_elt_t"
../regex.c:4480: parse error before "fail_stack_elt_t"
../regex.c:4480: parse error before '?' token
../regex.c:4486: parse error before "else"
../regex.c:4498: case label not within a switch statement
../regex.c:4513: case label not within a switch statement
../regex.c:4518: case label not within a switch statement
../regex.c:4519: case label not within a switch statement
../regex.c:4524: `default' label not within a switch statement
../regex.c:4307: label `done' used but not defined
../regex.c: At top level:
../regex.c:4540: parse error before '->' token
../regex.c:4706: parse error before "re_search_2"
../regex.c:5129: parse error before "group_match_null_string_p"
../regex.c:5131: parse error before "wcs_"
../regex.c:5131: warning: data definition has no type or storage class
../regex.c:5132: parse error before "alt_match_null_string_p"
../regex.c:5134: parse error before "wcs_"
../regex.c:5134: warning: data definition has no type or storage class
../regex.c:5135: parse error before "common_op_match_null_string_p"
../regex.c:5137: parse error before "wcs_"
../regex.c:5137: warning: data definition has no type or storage class
../regex.c:5138: parse error before "bcmp_translate"
../regex.c:5139: warning: data definition has no type or storage class
../regex.c: In function `wcs_re_match_2_internal':
../regex.c:5316: `wcs_' undeclared (first use in this function)
../regex.c:5316: parse error before "fail_stack_type"
../regex.c:5365: parse error before "register_info_type"
../regex.c:5393: parse error before "register_info_type"
../regex.c:5403: `fail_stack' undeclared (first use in this function)
../regex.c:5403: parse error before "fail_stack_elt_t"
../regex.c:5419: `reg_info' undeclared (first use in this function)
../regex.c:5419: parse error before "register_info_type"
../regex.c:5419: parse error before "register_info_type"
../regex.c:5421: `reg_info_dummy' undeclared (first use in this function)
../regex.c:5421: parse error before "register_info_type"
../regex.c:5421: parse error before "register_info_type"
../regex.c:5436: parse error before "register_info_type"
../regex.c:5508: parse error before "reg_unset_dummy"
../regex.c:5761: parse error before "reg_unset_dummy"
../regex.c:5761: parse error before "reg_unset_dummy"
../regex.c:6125: parse error before "group_match_null_string_p"
../regex.c:6133: parse error before "reg_unset_dummy"
../regex.c:6174: parse error before "reg_unset_dummy"
../regex.c:6289: parse error before "fail_stack_elt_t"
../regex.c:6289: parse error before "fail_stack_elt_t"
../regex.c:6289: parse error before ')' token
../regex.c:6309: parse error before "reg_unset_dummy"
../regex.c:6309: parse error before "reg_unset_dummy"
../regex.c:6353: parse error before "bcmp_translate"
../regex.c:6443: parse error before "fail_stack_elt_t"
../regex.c:6443: parse error before "fail_stack_elt_t"
../regex.c:6443: parse error before ')' token
../regex.c:6500: parse error before "fail_stack_elt_t"
../regex.c:6500: parse error before "fail_stack_elt_t"
../regex.c:6500: parse error before ')' token
../regex.c:6727: parse error before "fail_stack_elt_t"
../regex.c:6727: parse error before "fail_stack_elt_t"
../regex.c:6727: parse error before ')' token
../regex.c:6740: parse error before "fail_stack_elt_t"
../regex.c:6740: parse error before "fail_stack_elt_t"
../regex.c:6740: parse error before ')' token
../regex.c: At top level:
../regex.c:7035: parse error before "group_match_null_string_p"
../regex.c: In function `group_match_null_string_p':
../regex.c:7037: parse error before "wcs_"
../regex.c:7086: `wcs_' undeclared (first use in this function)
../regex.c:7086: parse error before "alt_match_null_string_p"
../regex.c:7118: parse error before "alt_match_null_string_p"
../regex.c:7133: parse error before "common_op_match_null_string_p"
../regex.c: At top level:
../regex.c:7147: parse error before "alt_match_null_string_p"
../regex.c: In function `alt_match_null_string_p':
../regex.c:7149: parse error before "wcs_"
../regex.c:7169: `wcs_' undeclared (first use in this function)
../regex.c:7169: parse error before "common_op_match_null_string_p"
../regex.c: At top level:
../regex.c:7184: parse error before "common_op_match_null_string_p"
../regex.c: In function `common_op_match_null_string_p':
../regex.c:7186: parse error before "wcs_"
../regex.c:7214: `wcs_' undeclared (first use in this function)
../regex.c:7214: parse error before "group_match_null_string_p"
../regex.c:7219: subscripted value is neither array nor pointer
../regex.c:7220: subscripted value is neither array nor pointer
../regex.c:7251: subscripted value is neither array nor pointer
../regex.c: At top level:
../regex.c:7272: parse error before "bcmp_translate"
In file included from ../regex.c:655:
../regex.c:1469: syntax error before '{' token
../regex.c:1472: parse error before '}' token
../regex.c:1474: parse error before "byte_"
../regex.c:1474: warning: data definition has no type or storage class
../regex.c:1478: parse error before "byte_"
../regex.c:1478: warning: no semicolon at end of struct or union
../regex.c:1481: parse error before '}' token
../regex.c:1481: warning: data definition has no type or storage class
../regex.c:1802: parse error before "byte_"
../regex.c:1802: warning: no semicolon at end of struct or union
../regex.c:1812: conflicting types for `bits'
../regex.c:1812: previous declaration of `bits'
../regex.c:1813: parse error before '}' token
../regex.c:1813: warning: data definition has no type or storage class
../regex.c:1844: parse error before "reg_unset_dummy"
../regex.c:1844: warning: data definition has no type or storage class
../regex.c:1849: parse error before "store_op1"
../regex.c:1849: conflicting types for `store_op1'
../regex.c:3962: previous declaration of `store_op1'
../regex.c:1849: warning: data definition has no type or storage class
../regex.c:1850: parse error before "store_op2"
../regex.c:1851: conflicting types for `store_op2'
../regex.c:3976: previous declaration of `store_op2'
../regex.c:1851: warning: data definition has no type or storage class
../regex.c:1852: parse error before "insert_op1"
../regex.c:1853: conflicting types for `insert_op1'
../regex.c:3993: previous declaration of `insert_op1'
../regex.c:1853: warning: data definition has no type or storage class
../regex.c:1854: parse error before "insert_op2"
../regex.c:1855: conflicting types for `insert_op2'
../regex.c:4013: previous declaration of `insert_op2'
../regex.c:1855: warning: data definition has no type or storage class
../regex.c:1856: parse error before "at_begline_loc_p"
../regex.c:1857: conflicting types for `at_begline_loc_p'
../regex.c:4032: previous declaration of `at_begline_loc_p'
../regex.c:1857: warning: data definition has no type or storage class
../regex.c:1858: parse error before "at_endline_loc_p"
../regex.c:1859: conflicting types for `at_endline_loc_p'
../regex.c:4051: previous declaration of `at_endline_loc_p'
../regex.c:1859: warning: data definition has no type or storage class
../regex.c:2288: parse error before "regex_compile"
../regex.c:2289: redefinition of `regex_compile'
../regex.c:2293: `regex_compile' previously defined here
../regex.c: In function `regex_compile':
../regex.c:2479: `byte_' undeclared (first use in this function)
../regex.c:2479: parse error before "at_begline_loc_p"
../regex.c:2480: `old_buffer' undeclared (first use in this function)
../regex.c:2481: parse error before "else"
../regex.c:2487: case label not within a switch statement
../regex.c:2494: parse error before "at_endline_loc_p"
../regex.c:2484: break statement not within loop or switch
../regex.c: At top level:
../regex.c:2495: parse error before "while"
../regex.c:2523: redefinition of `zero_times_ok'
../regex.c:2523: `zero_times_ok' previously defined here
../regex.c:2523: redefinition of `many_times_ok'
../regex.c:2523: `many_times_ok' previously defined here
../regex.c:2530: parse error before "for"
../regex.c:2538: redefinition of `c'
../regex.c:3703: `c' previously defined here
../regex.c:2538: invalid type argument of `unary *'
../regex.c:2538: warning: data definition has no type or storage class
../regex.c:2538: parse error before "if"
../regex.c:2548: redefinition of `c1'
../regex.c:3790: `c1' previously defined here
../regex.c:2548: invalid type argument of `unary *'
../regex.c:2548: warning: data definition has no type or storage class
../regex.c:2548: parse error before "if"
../regex.c:2556: redefinition of `c'
../regex.c:2538: `c' previously defined here
../regex.c:2556: initializer element is not constant
../regex.c:2556: warning: data definition has no type or storage class
../regex.c:2557: parse error before '}' token
../regex.c:2588: parse error before '+=' token
../regex.c:2588: parse error before '+=' token
../regex.c:2601: redefinition of `keep_string_p'
../regex.c:2601: `keep_string_p' previously defined here
../regex.c:2601: warning: data definition has no type or storage class
../regex.c:2602: parse error before '}' token
../regex.c:2616: parse error before '+=' token
../regex.c:2616: parse error before '+=' token
../regex.c:2619: parse error before '?' token
../regex.c:2620: redefinition of `pending_exact'
../regex.c:3863: `pending_exact' previously defined here
../regex.c:2620: warning: data definition has no type or storage class
../regex.c:2621: parse error before '+=' token
../regex.c:2630: parse error before '+=' token
../regex.c:2630: parse error before '+=' token
../regex.c:2632: parse error before '(' token
../regex.c:2641: parse error before '+=' token
../regex.c:2641: parse error before '+=' token
../regex.c:2641: parse error before '++' token
../regex.c:2651: conflicting types for `range_start'
../regex.c:2980: previous declaration of `range_start'
../regex.c:2653: parse error before "if"
../regex.c:2987: parse error before '+=' token
../regex.c:2987: parse error before '+=' token
../regex.c:2989: redefinition of `laststart'
../regex.c:3799: `laststart' previously defined here
../regex.c:2989: `b' undeclared here (not in a function)
../regex.c:2989: warning: data definition has no type or storage class
../regex.c:2993: parse error before "do"
../regex.c:2993: parse error before '+=' token
../regex.c:2993: parse error before '+=' token
../regex.c:2993: parse error before '++' token
../regex.c:2998: redefinition of `p1'
../regex.c:2722: `p1' previously defined here
../regex.c:2998: initializer element is not constant
../regex.c:2998: warning: data definition has no type or storage class
../regex.c:3001: parse error before "do"
../regex.c:3001: parse error before '+=' token
../regex.c:3001: parse error before '+=' token
../regex.c:3001: parse error before '++' token
../regex.c:3004: parse error before '\x0'
../regex.c:3016: redefinition of `c'
../regex.c:2556: `c' previously defined here
../regex.c:3016: invalid type argument of `unary *'
../regex.c:3016: warning: data definition has no type or storage class
../regex.c:3016: parse error before "if"
../regex.c:3023: redefinition of `c1'
../regex.c:2548: `c1' previously defined here
../regex.c:3023: invalid type argument of `unary *'
../regex.c:3023: warning: data definition has no type or storage class
../regex.c:3023: parse error before "if"
../regex.c:3024: parse error before '|=' token
../regex.c:3025: conflicting types for `range_start'
../regex.c:2651: previous declaration of `range_start'
../regex.c:3025: initializer element is not constant
../regex.c:3025: warning: data definition has no type or storage class
../regex.c:3026: parse error before "continue"
../regex.c:3053: redefinition of `range_start'
../regex.c:3025: `range_start' previously defined here
../regex.c:3053: warning: data definition has no type or storage class
../regex.c:3054: parse error before '}' token
../regex.c:3061: redefinition of `c1'
../regex.c:3023: `c1' previously defined here
../regex.c:3061: invalid type argument of `unary *'
../regex.c:3061: warning: data definition has no type or storage class
../regex.c:3061: parse error before "if"
../regex.c:3063: redefinition of `ret'
../regex.c:2791: `ret' previously defined here
../regex.c:3063: `pend' undeclared here (not in a function)
../regex.c:3063: `translate' undeclared here (not in a function)
../regex.c:3063: `syntax' undeclared here (not in a function)
../regex.c:3063: `b' undeclared here (not in a function)
../regex.c:3063: warning: passing arg 2 of `byte_compile_range' from 
incompatible pointer type
../regex.c:3063: initializer element is not constant
../regex.c:3063: warning: data definition has no type or storage class
../regex.c:3064: parse error before "if"
../regex.c:3065: redefinition of `range_start'
../regex.c:3053: `range_start' previously defined here
../regex.c:3065: warning: data definition has no type or storage class
../regex.c:3066: parse error before '}' token
../regex.c:3075: redefinition of `c'
../regex.c:3016: `c' previously defined here
../regex.c:3075: invalid type argument of `unary *'
../regex.c:3075: warning: data definition has no type or storage class
../regex.c:3075: parse error before "if"
../regex.c:3076: redefinition of `c1'
../regex.c:3061: `c1' previously defined here
../regex.c:3076: warning: data definition has no type or storage class
../regex.c:3079: parse error before "if"
../regex.c:3083: redefinition of `c'
../regex.c:3075: `c' previously defined here
../regex.c:3083: invalid type argument of `unary *'
../regex.c:3083: warning: data definition has no type or storage class
../regex.c:3083: parse error before "if"
../regex.c:3092: variable-size type declared outside of any function
../regex.c:3092: variable-sized object may not be initialized
../regex.c:3092: warning: data definition has no type or storage class
../regex.c:3097: parse error before "if"
../regex.c:3101: warning: passing arg 1 of `strcmp' from incompatible pointer 
type
../regex.c:3101: initializer element is not constant
../regex.c:3105: redefinition of `wt'
../regex.c:2831: `wt' previously defined here
../regex.c:3105: warning: passing arg 1 of `wctype' from incompatible pointer 
type
../regex.c:3105: initializer element is not constant
../regex.c:3105: warning: data definition has no type or storage class
../regex.c:3106: parse error before "if"
../regex.c:3111: redefinition of `c'
../regex.c:3083: `c' previously defined here
../regex.c:3111: invalid type argument of `unary *'
../regex.c:3111: warning: data definition has no type or storage class
../regex.c:3111: parse error before "if"
../regex.c:3130: redefinition of `had_char_class'
../regex.c:2972: `had_char_class' previously defined here
../regex.c:3130: warning: data definition has no type or storage class
../regex.c:3180: parse error before '}' token
../regex.c:3186: parse error before '|=' token
../regex.c:3187: parse error before '|=' token
../regex.c:3188: redefinition of `range_start'
../regex.c:3065: `range_start' previously defined here
../regex.c:3188: warning: data definition has no type or storage class
../regex.c:3189: redefinition of `had_char_class'
../regex.c:3130: `had_char_class' previously defined here
../regex.c:3189: warning: data definition has no type or storage class
../regex.c:3190: parse error before '}' token
../regex.c:3196: redefinition of `c'
../regex.c:3111: `c' previously defined here
../regex.c:3196: invalid type argument of `unary *'
../regex.c:3196: warning: data definition has no type or storage class
../regex.c:3196: parse error before "if"
../regex.c:3197: redefinition of `c1'
../regex.c:3076: `c1' previously defined here
../regex.c:3197: warning: data definition has no type or storage class
../regex.c:3200: parse error before "if"
../regex.c:3204: redefinition of `c'
../regex.c:3196: `c' previously defined here
../regex.c:3204: invalid type argument of `unary *'
../regex.c:3204: warning: data definition has no type or storage class
../regex.c:3204: parse error before "if"
../regex.c:3213: variable-size type declared outside of any function
../regex.c:3213: variable-sized object may not be initialized
../regex.c:3213: warning: data definition has no type or storage class
../regex.c:3215: parse error before "if"
../regex.c:3229: redefinition of `c'
../regex.c:3204: `c' previously defined here
../regex.c:3229: invalid type argument of `unary *'
../regex.c:3229: warning: data definition has no type or storage class
../regex.c:3229: parse error before "if"
../regex.c:3232: parse error before '|=' token
../regex.c:3234: redefinition of `had_char_class'
../regex.c:3189: `had_char_class' previously defined here
../regex.c:3234: warning: data definition has no type or storage class
../regex.c:3235: parse error before '}' token
../regex.c:3241: parse error before '|=' token
../regex.c:3242: parse error before '|=' token
../regex.c:3243: redefinition of `range_start'
../regex.c:3188: `range_start' previously defined here
../regex.c:3243: warning: data definition has no type or storage class
../regex.c:3244: redefinition of `had_char_class'
../regex.c:3234: `had_char_class' previously defined here
../regex.c:3244: warning: data definition has no type or storage class
../regex.c:3245: parse error before '}' token
../regex.c:3251: redefinition of `c'
../regex.c:3229: `c' previously defined here
../regex.c:3251: invalid type argument of `unary *'
../regex.c:3251: warning: data definition has no type or storage class
../regex.c:3251: parse error before "if"
../regex.c:3252: redefinition of `c1'
../regex.c:3197: `c1' previously defined here
../regex.c:3252: warning: data definition has no type or storage class
../regex.c:3255: parse error before "if"
../regex.c:3259: redefinition of `c'
../regex.c:3251: `c' previously defined here
../regex.c:3259: invalid type argument of `unary *'
../regex.c:3259: warning: data definition has no type or storage class
../regex.c:3259: parse error before "if"
../regex.c:3268: variable-size type declared outside of any function
../regex.c:3268: variable-sized object may not be initialized
../regex.c:3268: warning: data definition has no type or storage class
../regex.c:3270: parse error before "if"
../regex.c:3285: redefinition of `c'
../regex.c:3259: `c' previously defined here
../regex.c:3285: invalid type argument of `unary *'
../regex.c:3285: warning: data definition has no type or storage class
../regex.c:3285: parse error before "if"
../regex.c:3288: parse error before '|=' token
../regex.c:3289: redefinition of `range_start'
../regex.c:3243: `range_start' previously defined here
../regex.c:3289: initializer element is not constant
../regex.c:3289: warning: data definition has no type or storage class
../regex.c:3290: parse error before '}' token
../regex.c:3291: redefinition of `had_char_class'
../regex.c:3244: `had_char_class' previously defined here
../regex.c:3291: warning: data definition has no type or storage class
../regex.c:3292: parse error before '}' token
../regex.c:3298: parse error before '|=' token
../regex.c:3299: parse error before '|=' token
../regex.c:3300: redefinition of `range_start'
../regex.c:3289: `range_start' previously defined here
../regex.c:3300: warning: data definition has no type or storage class
../regex.c:3301: redefinition of `had_char_class'
../regex.c:3291: `had_char_class' previously defined here
../regex.c:3301: warning: data definition has no type or storage class
../regex.c:3302: parse error before '}' token
../regex.c:3307: parse error before '|=' token
../regex.c:3308: redefinition of `range_start'
../regex.c:3300: `range_start' previously defined here
../regex.c:3308: initializer element is not constant
../regex.c:3308: warning: data definition has no type or storage class
../regex.c:3309: parse error before '}' token
../regex.c:3363: redefinition of `c'
../regex.c:3285: `c' previously defined here
../regex.c:3363: invalid type argument of `unary *'
../regex.c:3363: warning: data definition has no type or storage class
../regex.c:3363: parse error before '}' token
../regex.c:3388: parse error before '.' token
../regex.c:3389: parse error before '.' token
../regex.c:3391: parse error before '.' token
../regex.c:3392: parse error before '.' token
../regex.c:3402: parse error before '+=' token
../regex.c:3402: parse error before '+=' token
../regex.c:3402: parse error before '++' token
../regex.c:3402: parse error before '++' token
../regex.c:3402: parse error before '++' token
../regex.c:3407: redefinition of `fixup_alt_jump'
../regex.c:3524: `fixup_alt_jump' previously defined here
../regex.c:3407: warning: data definition has no type or storage class
../regex.c:3408: redefinition of `laststart'
../regex.c:2989: `laststart' previously defined here
../regex.c:3408: warning: data definition has no type or storage class
../regex.c:3409: redefinition of `begalt'
../regex.c:3529: `begalt' previously defined here
../regex.c:3409: `b' undeclared here (not in a function)
../regex.c:3409: warning: data definition has no type or storage class
../regex.c:3413: redefinition of `pending_exact'
../regex.c:2620: `pending_exact' previously defined here
../regex.c:3413: warning: data definition has no type or storage class
../regex.c:3414: parse error before "break"
../regex.c:3434: parse error before '+=' token
../regex.c:3434: parse error before '+=' token
../regex.c:3434: parse error before '++' token
../regex.c:3438: parse error before '(' token
../regex.c:3460: redefinition of `begalt'
../regex.c:3409: `begalt' previously defined here
../regex.c:3460: `bufp' undeclared here (not in a function)
../regex.c:3460: `compile_stack' undeclared here (not in a function)
../regex.c:3460: `compile_stack' undeclared here (not in a function)
../regex.c:3460: warning: data definition has no type or storage class
../regex.c:3462: redefinition of `fixup_alt_jump'
../regex.c:3407: `fixup_alt_jump' previously defined here
../regex.c:3462: `compile_stack' undeclared here (not in a function)
../regex.c:3462: `compile_stack' undeclared here (not in a function)
../regex.c:3463: `bufp' undeclared here (not in a function)
../regex.c:3463: `compile_stack' undeclared here (not in a function)
../regex.c:3463: `compile_stack' undeclared here (not in a function)
../regex.c:3464: warning: data definition has no type or storage class
../regex.c:3465: redefinition of `laststart'
../regex.c:3408: `laststart' previously defined here
../regex.c:3465: `bufp' undeclared here (not in a function)
../regex.c:3465: `compile_stack' undeclared here (not in a function)
../regex.c:3465: `compile_stack' undeclared here (not in a function)
../regex.c:3465: warning: data definition has no type or storage class
../regex.c:3466: redefinition of `this_group_regnum'
../regex.c:3466: `this_group_regnum' previously defined here
../regex.c:3466: `compile_stack' undeclared here (not in a function)
../regex.c:3466: `compile_stack' undeclared here (not in a function)
../regex.c:3466: warning: data definition has no type or storage class
../regex.c:3470: redefinition of `pending_exact'
../regex.c:3413: `pending_exact' previously defined here
../regex.c:3470: warning: data definition has no type or storage class
../regex.c:3474: parse error before "if"
../regex.c:3479: redefinition of `inner_group_loc'
../regex.c:3479: `inner_group_loc' previously defined here
../regex.c:3479: `regnum' undeclared here (not in a function)
../regex.c:3479: warning: data definition has no type or storage class
../regex.c:3481: parse error before "do"
../regex.c:3481: parse error before '+=' token
../regex.c:3481: parse error before '+=' token
../regex.c:3481: parse error before '++' token
../regex.c:3481: parse error before '++' token
../regex.c:3481: parse error before '++' token
../regex.c:3496: parse error before '+=' token
../regex.c:3496: parse error before '+=' token
../regex.c:3498: parse error before '(' token
../regex.c:3499: redefinition of `pending_exact'
../regex.c:3470: `pending_exact' previously defined here
../regex.c:3499: warning: data definition has no type or storage class
../regex.c:3500: parse error before '+=' token
../regex.c:3524: redefinition of `fixup_alt_jump'
../regex.c:3462: `fixup_alt_jump' previously defined here
../regex.c:3524: `b' undeclared here (not in a function)
../regex.c:3524: warning: data definition has no type or storage class
../regex.c:3525: parse error before "while"
../regex.c:3525: parse error before '+=' token
../regex.c:3525: parse error before '+=' token
../regex.c:3528: redefinition of `laststart'
../regex.c:3465: `laststart' previously defined here
../regex.c:3528: warning: data definition has no type or storage class
../regex.c:3529: redefinition of `begalt'
../regex.c:3460: `begalt' previously defined here
../regex.c:3529: `b' undeclared here (not in a function)
../regex.c:3529: warning: data definition has no type or storage class
../regex.c:3530: parse error before "break"
../regex.c:3549: redefinition of `beg_interval'
../regex.c:3700: `beg_interval' previously defined here
../regex.c:3549: initializer element is not constant
../regex.c:3549: warning: data definition has no type or storage class
../regex.c:3551: parse error before "if"
../regex.c:3559: redefinition of `c'
../regex.c:3363: `c' previously defined here
../regex.c:3559: invalid type argument of `unary *'
../regex.c:3559: warning: data definition has no type or storage class
../regex.c:3559: parse error before "if"
../regex.c:3559: redefinition of `lower_bound'
../regex.c:3559: `lower_bound' previously defined here
../regex.c:3559: initializer element is not constant
../regex.c:3559: warning: data definition has no type or storage class
../regex.c:3559: parse error before "if"
../regex.c:3559: redefinition of `c'
../regex.c:3559: `c' previously defined here
../regex.c:3559: invalid type argument of `unary *'
../regex.c:3559: warning: data definition has no type or storage class
../regex.c:3559: parse error before "if"
../regex.c:3563: redefinition of `c'
../regex.c:3559: `c' previously defined here
../regex.c:3563: invalid type argument of `unary *'
../regex.c:3563: warning: data definition has no type or storage class
../regex.c:3563: parse error before "if"
../regex.c:3563: redefinition of `upper_bound'
../regex.c:3563: `upper_bound' previously defined here
../regex.c:3563: initializer element is not constant
../regex.c:3563: warning: data definition has no type or storage class
../regex.c:3563: parse error before "if"
../regex.c:3563: redefinition of `c'
../regex.c:3563: `c' previously defined here
../regex.c:3563: invalid type argument of `unary *'
../regex.c:3563: warning: data definition has no type or storage class
../regex.c:3563: parse error before "if"
../regex.c:3583: redefinition of `c'
../regex.c:3563: `c' previously defined here
../regex.c:3583: invalid type argument of `unary *'
../regex.c:3583: warning: data definition has no type or storage class
../regex.c:3583: parse error before "if"
../regex.c:3614: parse error before '+=' token
../regex.c:3614: parse error before '+=' token
../regex.c:3615: parse error before '(' token
../regex.c:3634: parse error before '+=' token
../regex.c:3634: parse error before '+=' token
../regex.c:3644: parse error before '(' token
../regex.c:3655: parse error before numeric constant
../regex.c:3655: warning: data definition has no type or storage class
../regex.c:3656: parse error before '+=' token
../regex.c:3686: parse error before '-' token
../regex.c:3687: warning: data definition has no type or storage class
../regex.c:3688: parse error before '+=' token
../regex.c:3691: redefinition of `pending_exact'
../regex.c:3499: `pending_exact' previously defined here
../regex.c:3691: warning: data definition has no type or storage class
../regex.c:3692: redefinition of `beg_interval'
../regex.c:3549: `beg_interval' previously defined here
../regex.c:3692: warning: initialization makes integer from pointer without a 
cast
../regex.c:3692: warning: data definition has no type or storage class
../regex.c:3693: parse error before '}' token
../regex.c:3699: redefinition of `p'
../regex.c:3699: `p' previously defined here
../regex.c:3699: initializer element is not constant
../regex.c:3699: warning: data definition has no type or storage class
../regex.c:3700: redefinition of `beg_interval'
../regex.c:3692: `beg_interval' previously defined here
../regex.c:3700: warning: initialization makes integer from pointer without a 
cast
../regex.c:3700: warning: data definition has no type or storage class
../regex.c:3703: parse error before "do"
../regex.c:3703: redefinition of `c'
../regex.c:3583: `c' previously defined here
../regex.c:3703: invalid type argument of `unary *'
../regex.c:3703: warning: data definition has no type or storage class
../regex.c:3703: parse error before "if"
../regex.c:3736: redefinition of `laststart'
../regex.c:3528: `laststart' previously defined here
../regex.c:3736: `b' undeclared here (not in a function)
../regex.c:3736: warning: data definition has no type or storage class
../regex.c:3737: parse error before "do"
../regex.c:3737: parse error before '+=' token
../regex.c:3737: parse error before '+=' token
../regex.c:3737: parse error before '++' token
../regex.c:3744: redefinition of `laststart'
../regex.c:3736: `laststart' previously defined here
../regex.c:3744: `b' undeclared here (not in a function)
../regex.c:3744: warning: data definition has no type or storage class
../regex.c:3745: parse error before "do"
../regex.c:3745: parse error before '+=' token
../regex.c:3745: parse error before '+=' token
../regex.c:3745: parse error before '++' token
../regex.c:3752: parse error before '+=' token
../regex.c:3752: parse error before '+=' token
../regex.c:3752: parse error before '++' token
../regex.c:3758: parse error before '+=' token
../regex.c:3758: parse error before '+=' token
../regex.c:3758: parse error before '++' token
../regex.c:3764: parse error before '+=' token
../regex.c:3764: parse error before '+=' token
../regex.c:3764: parse error before '++' token
../regex.c:3770: parse error before '+=' token
../regex.c:3770: parse error before '+=' token
../regex.c:3770: parse error before '++' token
../regex.c:3776: parse error before '+=' token
../regex.c:3776: parse error before '+=' token
../regex.c:3776: parse error before '++' token
../regex.c:3782: parse error before '+=' token
../regex.c:3782: parse error before '+=' token
../regex.c:3782: parse error before '++' token
../regex.c:3790: redefinition of `c1'
../regex.c:3252: `c1' previously defined here
../regex.c:3790: initializer element is not constant
../regex.c:3790: warning: data definition has no type or storage class
../regex.c:3792: parse error before "if"
../regex.c:3799: redefinition of `laststart'
../regex.c:3744: `laststart' previously defined here
../regex.c:3799: `b' undeclared here (not in a function)
../regex.c:3799: warning: data definition has no type or storage class
../regex.c:3800: parse error before "do"
../regex.c:3800: parse error before '+=' token
../regex.c:3800: parse error before '+=' token
../regex.c:3800: parse error before '++' token
../regex.c:3800: parse error before '++' token
../regex.c:3861: parse error before '+=' token
../regex.c:3861: parse error before '+=' token
../regex.c:3861: parse error before '++' token
../regex.c:3861: parse error before '++' token
../regex.c:3863: redefinition of `pending_exact'
../regex.c:3691: `pending_exact' previously defined here
../regex.c:3863: `b' undeclared here (not in a function)
../regex.c:3863: warning: data definition has no type or storage class
../regex.c:3864: parse error before '}' token
../regex.c:3866: parse error before '+=' token
../regex.c:3866: parse error before '+=' token
../regex.c:3866: parse error before '++' token
../regex.c:3867: parse error before '++' token
../regex.c:3884: parse error before '+=' token
../regex.c:3884: parse error before '+=' token
../regex.c:3884: parse error before '++' token
../regex.c:3891: parse error before '.' token
../regex.c:3891: warning: data definition has no type or storage class
../regex.c:3897: parse error before '->' token
../regex.c:3958: parse error before "store_op1"
../regex.c:3959: redefinition of `store_op1'
../regex.c:1849: `store_op1' previously defined here
../regex.c:3972: parse error before "store_op2"
../regex.c:3973: redefinition of `store_op2'
../regex.c:1851: `store_op2' previously defined here
../regex.c:3988: parse error before "insert_op1"
../regex.c:3989: redefinition of `insert_op1'
../regex.c:1853: `insert_op1' previously defined here
../regex.c: In function `insert_op1':
../regex.c:4000: `byte_' undeclared (first use in this function)
../regex.c:4000: parse error before "store_op1"
../regex.c: At top level:
../regex.c:4008: parse error before "insert_op2"
../regex.c:4009: redefinition of `insert_op2'
../regex.c:1855: `insert_op2' previously defined here
../regex.c: In function `insert_op2':
../regex.c:4020: `byte_' undeclared (first use in this function)
../regex.c:4020: parse error before "store_op2"
../regex.c: At top level:
../regex.c:4029: parse error before "at_begline_loc_p"
../regex.c:4030: redefinition of `at_begline_loc_p'
../regex.c:1857: `at_begline_loc_p' previously defined here
../regex.c:4048: parse error before "at_endline_loc_p"
../regex.c:4049: redefinition of `at_endline_loc_p'
../regex.c:1859: `at_endline_loc_p' previously defined here
../regex.c:4228: parse error before "re_compile_fastmap"
../regex.c:4229: redefinition of `re_compile_fastmap'
../regex.c:4230: `re_compile_fastmap' previously defined here
../regex.c: In function `re_compile_fastmap':
../regex.c:4233: `byte_' undeclared (first use in this function)
../regex.c:4233: parse error before "fail_stack_type"
../regex.c:4269: `fail_stack' undeclared (first use in this function)
../regex.c:4269: parse error before "fail_stack_elt_t"
../regex.c:4480: parse error before "fail_stack_elt_t"
../regex.c:4480: parse error before "fail_stack_elt_t"
../regex.c:4480: parse error before '?' token
../regex.c:4486: parse error before "else"
../regex.c:4498: case label not within a switch statement
../regex.c:4513: case label not within a switch statement
../regex.c:4518: case label not within a switch statement
../regex.c:4519: case label not within a switch statement
../regex.c:4524: `default' label not within a switch statement
../regex.c:4307: label `done' used but not defined
../regex.c: At top level:
../regex.c:4540: parse error before '->' token
../regex.c:4706: parse error before "re_search_2"
../regex.c:4708: redefinition of `re_search_2'
../regex.c:4715: `re_search_2' previously defined here
../regex.c:5129: parse error before "group_match_null_string_p"
../regex.c:5131: parse error before "byte_"
../regex.c:5131: warning: data definition has no type or storage class
../regex.c:5132: parse error before "alt_match_null_string_p"
../regex.c:5134: parse error before "byte_"
../regex.c:5134: warning: data definition has no type or storage class
../regex.c:5135: parse error before "common_op_match_null_string_p"
../regex.c:5137: parse error before "byte_"
../regex.c:5137: warning: data definition has no type or storage class
../regex.c:5138: parse error before "bcmp_translate"
../regex.c:5139: conflicting types for `bcmp_translate'
../regex.c:7276: previous declaration of `bcmp_translate'
../regex.c:5139: warning: data definition has no type or storage class
../regex.c: In function `byte_re_match_2_internal':
../regex.c:5316: `byte_' undeclared (first use in this function)
../regex.c:5316: parse error before "fail_stack_type"
../regex.c:5365: parse error before "register_info_type"
../regex.c:5393: parse error before "register_info_type"
../regex.c:5403: `fail_stack' undeclared (first use in this function)
../regex.c:5403: parse error before "fail_stack_elt_t"
../regex.c:5419: `reg_info' undeclared (first use in this function)
../regex.c:5419: parse error before "register_info_type"
../regex.c:5419: parse error before "register_info_type"
../regex.c:5421: `reg_info_dummy' undeclared (first use in this function)
../regex.c:5421: parse error before "register_info_type"
../regex.c:5421: parse error before "register_info_type"
../regex.c:5436: parse error before "register_info_type"
../regex.c:5508: parse error before "reg_unset_dummy"
../regex.c:5761: parse error before "reg_unset_dummy"
../regex.c:5761: parse error before "reg_unset_dummy"
../regex.c:6125: parse error before "group_match_null_string_p"
../regex.c:6133: parse error before "reg_unset_dummy"
../regex.c:6174: parse error before "reg_unset_dummy"
../regex.c:6289: parse error before "fail_stack_elt_t"
../regex.c:6289: parse error before "fail_stack_elt_t"
../regex.c:6289: parse error before ')' token
../regex.c:6309: parse error before "reg_unset_dummy"
../regex.c:6309: parse error before "reg_unset_dummy"
../regex.c:6353: parse error before "bcmp_translate"
../regex.c:6443: parse error before "fail_stack_elt_t"
../regex.c:6443: parse error before "fail_stack_elt_t"
../regex.c:6443: parse error before ')' token
../regex.c:6500: parse error before "fail_stack_elt_t"
../regex.c:6500: parse error before "fail_stack_elt_t"
../regex.c:6500: parse error before ')' token
../regex.c:6727: parse error before "fail_stack_elt_t"
../regex.c:6727: parse error before "fail_stack_elt_t"
../regex.c:6727: parse error before ')' token
../regex.c:6740: parse error before "fail_stack_elt_t"
../regex.c:6740: parse error before "fail_stack_elt_t"
../regex.c:6740: parse error before ')' token
../regex.c: At top level:
../regex.c:7035: parse error before "group_match_null_string_p"
../regex.c:7036: redefinition of `group_match_null_string_p'
../regex.c:7038: `group_match_null_string_p' previously defined here
../regex.c: In function `group_match_null_string_p':
../regex.c:7037: parse error before "byte_"
../regex.c:7086: `byte_' undeclared (first use in this function)
../regex.c:7086: parse error before "alt_match_null_string_p"
../regex.c:7118: parse error before "alt_match_null_string_p"
../regex.c:7133: parse error before "common_op_match_null_string_p"
../regex.c: At top level:
../regex.c:7147: parse error before "alt_match_null_string_p"
../regex.c:7148: redefinition of `alt_match_null_string_p'
../regex.c:7150: `alt_match_null_string_p' previously defined here
../regex.c: In function `alt_match_null_string_p':
../regex.c:7149: parse error before "byte_"
../regex.c:7169: `byte_' undeclared (first use in this function)
../regex.c:7169: parse error before "common_op_match_null_string_p"
../regex.c: At top level:
../regex.c:7184: parse error before "common_op_match_null_string_p"
../regex.c:7185: redefinition of `common_op_match_null_string_p'
../regex.c:7187: `common_op_match_null_string_p' previously defined here
../regex.c: In function `common_op_match_null_string_p':
../regex.c:7186: parse error before "byte_"
../regex.c:7214: `byte_' undeclared (first use in this function)
../regex.c:7214: parse error before "group_match_null_string_p"
../regex.c:7219: subscripted value is neither array nor pointer
../regex.c:7220: subscripted value is neither array nor pointer
../regex.c:7251: subscripted value is neither array nor pointer
../regex.c: At top level:
../regex.c:7272: parse error before "bcmp_translate"
../regex.c:7273: redefinition of `bcmp_translate'
../regex.c:5139: `bcmp_translate' previously defined here
../regex.c:4551: redefinition of `re_compile_fastmap'
../regex.c:4230: `re_compile_fastmap' previously defined here
../regex.c:4645: redefinition of `re_search_2'
../regex.c:4715: `re_search_2' previously defined here
make[2]: *** [regex.o] Error 1
make[2]: Leaving directory `/sw/pkg/gawk/src/gawk-3.1.1/sparc-sol8'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/sw/pkg/gawk/src/gawk-3.1.1/sparc-sol8'
make: *** [all] Error 2

Attachment: regex-error.txt
Description: Text document

Attachment: config.log
Description: Text document


reply via email to

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