[BusyBox 0000018]: Could not compile vi.c as Standalone
bugs at busybox.net
bugs at busybox.net
Mon Feb 11 08:57:24 PST 2008
The following issue has been CLOSED
======================================================================
http://busybox.net/bugs/view.php?id=18
======================================================================
Reported By: onizuka
Assigned To: BusyBox
======================================================================
Project: BusyBox
Issue ID: 18
Category: Other
Reproducibility: always
Severity: minor
Priority: normal
Status: closed
Resolution: open
Fixed in Version:
======================================================================
Date Submitted: 01-16-2005 14:52 PST
Last Modified: 02-11-2008 08:57 PST
======================================================================
Summary: Could not compile vi.c as Standalone
Description:
I tried the command copying from the source code, and got this errors:
[onizuka at 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 at onizuka editors]$
======================================================================
----------------------------------------------------------------------
vda - 02-11-08 08:57
----------------------------------------------------------------------
Applets cannot be built that way.
Issue History
Date Modified Username Field Change
======================================================================
01-16-05 14:52 onizuka New Issue
03-16-05 12:26 andersen Assigned To andersen => BusyBox
02-11-08 08:57 vda Status assigned => closed
02-11-08 08:57 vda Note Added: 0003984
======================================================================
More information about the busybox-cvs
mailing list