BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000275 [buildroot] Other minor always 05-31-05 13:43 02-12-07 05:50
Reporter wmat View Status public  
Assigned To buildroot
Priority normal Resolution fixed  
Status closed   Product Version 0.9.27
Summary 0000275: make menuconfig fails in mconf.c compile
Description gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>" -I. -c mconf.c -o mconf.o
mconf.c:104: error: static declaration of
Additional Information Make config still works.
To get around this, you can edit line 104 in mconf.c:

-- static struct menu *current_menu;
++ struct menu *current_menu;

This shouldn't be necessary though.
Attached Files

- Relationships

- Notes
(0000452)
vapier
08-28-05 01:04

current svn should have this fixed
 

- Issue History
Date Modified Username Field Change
05-31-05 13:43 wmat New Issue
08-28-05 01:04 vapier Note Added: 0000452
08-28-05 01:04 vapier Status assigned => closed
08-28-05 01:04 vapier Resolution open => fixed
02-12-07 05:50 vapier Status closed => assigned
02-12-07 05:50 vapier Assigned To uClibc => buildroot


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker