bug-gawk
[Top][All Lists]
Advanced

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

[bug-gawk] gawk failing on openbsd


From: jungle Boogie
Subject: [bug-gawk] gawk failing on openbsd
Date: Mon, 4 Dec 2017 11:45:29 -0800

Hi All,

I last successfully installed gawk on my openBSD machine on the 24th
of November.

Today I cannot compile from git master:

$ gmake
gmake 'CFLAGS=-g -O2 -DNDEBUG' 'LDFLAGS=' all-recursive
gmake[1]: Entering directory '/home/sean/bin/gawk'
Making all in support
gmake[2]: Entering directory '/home/sean/bin/gawk/support'
gcc -std=gnu99 -DGAWK -DHAVE_CONFIG_H -I"./.." -I. -I..
-I/usr/local/include  -g -O2 -DNDEBUG -MT dfa.o -MD -MP -MF
.deps/dfa.Tpo -c -o dfa.o dfa.c
In file included from dfa.h:21,
                 from dfa.c:47:
./regex.h:374: warning: declaration does not declare anything
In file included from dfa.c:72:
xalloc.h:331: warning: C99 inline functions are not supported; using GNU89
xalloc.h:331: warning: to disable this warning use -fgnu89-inline or
the gnu_inline function attribute
dfa.c: In function 'parse_bracket_exp':
dfa.c:1091: error: 'RE_CHAR_CLASSES' undeclared (first use in this function)
dfa.c:1091: error: (Each undeclared identifier is reported only once
dfa.c:1091: error: for each function it appears in.)
dfa.c:1151: error: 'RE_BACKSLASH_ESCAPE_IN_LISTS' undeclared (first
use in this function)
dfa.c:1267: error: 'RE_HAT_LISTS_NOT_NEWLINE' undeclared (first use in
this function)
dfa.c: In function 'lex':
dfa.c:1326: error: 'RE_CONTEXT_INDEP_ANCHORS' undeclared (first use in
this function)
dfa.c:1338: error: 'RE_NO_BK_PARENS' undeclared (first use in this function)
dfa.c:1343: error: 'RE_NO_BK_VBAR' undeclared (first use in this function)
dfa.c:1347: error: 'RE_NEWLINE_ALT' undeclared (first use in this function)
dfa.c:1361: error: 'RE_NO_BK_REFS' undeclared (first use in this function)
dfa.c:1369: error: 'RE_NO_GNU_OPS' undeclared (first use in this function)
dfa.c:1405: error: 'RE_LIMITED_OPS' undeclared (first use in this function)
dfa.c:1407: error: 'RE_BK_PLUS_QM' undeclared (first use in this function)
dfa.c:1409: error: 'RE_CONTEXT_INDEP_OPS' undeclared (first use in
this function)
dfa.c:1433: error: 'RE_INTERVALS' undeclared (first use in this function)
dfa.c:1435: error: 'RE_NO_BK_BRACES' undeclared (first use in this function)
dfa.c:1478: error: 'RE_INVALID_INTERVAL_ORD' undeclared (first use in
this function)
dfa.c:1516: error: 'RE_UNMATCHED_RIGHT_PAREN_ORD' undeclared (first
use in this function)
dfa.c:1529: error: 'RE_DOT_NEWLINE' undeclared (first use in this function)
dfa.c:1531: error: 'RE_DOT_NOT_NULL' undeclared (first use in this function)
dfa.c: In function 'add_utf8_anychar':
dfa.c:1780: error: 'RE_DOT_NEWLINE' undeclared (first use in this function)
dfa.c:1782: error: 'RE_DOT_NOT_NULL' undeclared (first use in this function)
dfa.c: In function 'dfasyntax':
dfa.c:4083: error: 'RE_ICASE' undeclared (first use in this function)
gmake[2]: *** [Makefile:425: dfa.o] Error 1
gmake[2]: Leaving directory '/home/sean/bin/gawk/support'
gmake[1]: *** [Makefile:725: all-recursive] Error 1
gmake[1]: Leaving directory '/home/sean/bin/gawk'
gmake: *** [Makefile:550: all] Error 2


The file regex.h was last edited here, but I don't think this is
related to the above failure:
https://git.savannah.gnu.org/cgit/gawk.git/commit/?id=7d1b03492eef615e2fbb1f78ce0cf751a364a1dd

I'm running openBSD current, amd64 bit.

Thanks!

-- 
-------
inum: 883510009027723
sip: address@hidden



reply via email to

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