Bug 6782 - libbb/lineedit.c error: 'line_input_t' has no member named 'max_history'
Summary: libbb/lineedit.c error: 'line_input_t' has no member named 'max_history'
Status: RESOLVED FIXED
Alias: None
Product: Busybox
Classification: Unclassified
Component: Other (show other bugs)
Version: 1.22.x
Hardware: PC Linux
: P5 minor
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-10 09:39 UTC by Gabor Z. Papp
Modified: 2014-01-10 13:41 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments
Build configuration (27.93 KB, application/octet-stream)
2014-01-10 09:39 UTC, Gabor Z. Papp
Details

Note You need to log in before you can comment on or make changes to this bug.
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.