| Summary: | libbb/lineedit.c error: 'line_input_t' has no member named 'max_history' | ||
|---|---|---|---|
| Product: | Busybox | Reporter: | Gabor Z. Papp <gzp> |
| Component: | Other | Assignee: | 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 | ||
Fixed in git, will go into 1.22.1 too. |
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