Bug 6782

Summary: libbb/lineedit.c error: 'line_input_t' has no member named 'max_history'
Product: Busybox Reporter: Gabor Z. Papp <gzp>
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: minor CC: busybox-cvs
Priority: P5    
Version: 1.22.x   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: Target:
Build:
Attachments: Build configuration

Description Gabor Z. Papp 2014-01-10 09:39:30 UTC
Created attachment 5180 [details]
Build configuration

Long standing compiling problem with the attached .config file:

libbb/lineedit.c: In function 'new_line_input_t':
libbb/lineedit.c:1258:3: error: 'line_input_t' has no member named 'max_history'   n->max_history = MAX_HISTORY;
   ^
scripts/Makefile.build:197: recipe for target 'libbb/lineedit.o' failed
make[1]: *** [libbb/lineedit.o] Error 1
Makefile:741: recipe for target 'libbb' failed
Comment 1 Denys Vlasenko 2014-01-10 13:41:28 UTC
Fixed in git, will go into 1.22.1 too.