On 07/10/16 11:01, Cliff McDiarmid wrote:

I can find nothing in envs or in profile etc that would account for this.  Have 
made the alteration in the file in question and am going forward on that basis 
at the moment.
Incidently, Solid 5.25.0 is also failing at that stage and yet I know I 
compiled this several months ago without errors.

thanks

Cliff


Which version of flex are you using,

predicate_lexer.c is generated by flex from a template


if you are using 2.6.0 , it needs a patch attached(courtesy of Arch), 2.6.1 is ok

martin


>From 07d89829cce4527c7614a34642d4b2c2ef5d6005 Mon Sep 17 00:00:00 2001
From: Will Estes <[email protected]>
Date: Fri, 11 Dec 2015 09:45:14 -0500
Subject: [PATCH] Commented in C style in skeleton; fixed sf#195

---
 src/flex.skl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/flex.skl b/src/flex.skl
index b63c8c8..40287b6 100644
--- a/src/flex.skl
+++ b/src/flex.skl
@@ -2350,7 +2350,7 @@ void yyFlexLexer::yyensure_buffer_stack(void)
 		 * scanner will even need a stack. We use 2 instead of 1 to avoid an
 		 * immediate realloc on the next call.
          */
-		num_to_alloc = 1; // After all that talk, this was set to 1 anyways...
+      num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */
 		YY_G(yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
 								(num_to_alloc * sizeof(struct yy_buffer_state*)
 								M4_YY_CALL_LAST_ARG);
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to