| Anonymous | Login | Signup for a new account | 11-10-2008 10:45 PST |
| Main | My View | View Issues | Change Log | Docs |
| 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 | |||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |