Blastwave

Results 37 comments of Blastwave

Well the situation is getting worse here : "yylex.c", line 154: warning: implicit function declaration: isascii (E_NO_IMPLICIT_DECL_ALLOWED) /bin/bash ../build-aux/ylwrap scan.l lex.yy.c scan.c -- lex "/usr/local/build/flex-2.6.4_SunOS5.10_sparc64vii+.001/src/scan.l":line 124: Error: missing translation value...

I am going to create a clean room here with a new install and then try again. I am not sure what the dependency list is but I will hit...

I have no particular interesting in hacking at the "master" branch which is not a release production version. Thanks anyways. I can wait until the bugs get sorted out in...

Time to come back and look at this and figure out a patch that works on a proper release version of flex. The question asked by Will Estes was "Does...

Well I can update this that with fresh bison installed the master code blows up in different ways : /bin/bash ./mkskel.sh . /usr/local/bin/m4 2.6.4 > skel.c.tmp mv -f skel.c.tmp skel.c...

Yeah .. that looks wrong : /* File created from flex.skl via mkskel.sh */ #include "flexdef.h" const char *skel[] = { "/* A lexical scanne",r generated by flex */ "",...

Looking at the src/skel.c from 2.6.4 really isn't at all like the mess I see from the "master git whatever code stuff" repo : /* File created from flex.skl via...

OKay so the skel.c from 2.6.4 compiles clean : c$ $CC $CFLAGS -DHAVE_CONFIG_H -I. \ > -DLOCALEDIR=\"/usr/local/share/locale\" \ > -I/usr/local/include \ > -D_POSIX_PTHREAD_EMANTICS -D_LARGEFILE64_SOURCE -D_TS_ERRNO \ > -c -o flex-skel.o...

Right so .. went back to take another look at the 2.6.4 release and the new bison bits don't help here and it is broken and so is master .....

c$ c$ diff ./flex-2.6.4_SunOS5.10_sparc64vii+.002/src/mkskel.sh ./flex_20190205184154_SunOS5.10_sparc64vii+.003/src/mkskel.sh 51c51 < s/.*/ "&",/' --- > s/[^\r]*/ "&",/' c$ Hrmmm .. desperate hack here ... I will use mkskel.sh from 2.6.4 and ... that solves...