| Anonymous | Login | Signup for a new account | 11-10-2008 10:38 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 | ||||
| 0000018 | [BusyBox] Other | minor | always | 01-16-05 14:52 | 02-11-08 08:57 | ||||
| Reporter | onizuka | View Status | public | ||||||
| Assigned To | BusyBox | ||||||||
| Priority | normal | Resolution | no change required | ||||||
| Status | closed | Product Version | 1.00 | ||||||
| Summary | 0000018: Could not compile vi.c as Standalone | ||||||||
| Description |
I tried the command copying from the source code, and got this errors: [onizuka@onizuka editors]$ gcc -Wall -Os -s -DSTANDALONE -o vi vi.c vi.c: In function `main': vi.c:334: warning: implicit declaration of function `RESERVE_CONFIG_BUFFER' vi.c:334: `STATUS_BUFFER' undeclared (first use in this function) vi.c:334: (Each undeclared identifier is reported only once vi.c:334: for each function it appears in.) vi.c:404: warning: implicit declaration of function `bb_xstrdup' vi.c: In function `window_size_get': vi.c:417: warning: implicit declaration of function `get_terminal_width_height' vi.c: In function `colon': vi.c:727: warning: implicit declaration of function `last_char_is' vi.c:727: warning: assignment makes pointer from integer without a cast vi.c: In function `new_screen': vi.c:1451: warning: implicit declaration of function `xmalloc' [onizuka@onizuka editors]$ |
||||||||
| Additional Information | The problem is due to depenndence on libbb, I also fixed with a quick&dirty (very quick and very dirty) cut&paste of the missing functions... | ||||||||
| Attached Files | |||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |