How to compile DBAN

tom_petty

New Member
Hi!

I tried to compile DBAN-1.0.6 form the original sources.
I entered the .../upstream/busybox-0.60.5-dban directory and run make command. After several seconds I got error message:

------------------------------------------------------------------------------------
In file included from /usr/include/ncurses.h:58,
from dwipe.h:57,
from dwipe.c:23:
/usr/include/ncurses_dll.h:11: warning: `NCURSES_STATIC' redefined
*Initialization*:1: warning: this is the location of the previous definition
In file included from dwipe.c:30:
device.c: In function `dwipe_device_identify':
device.c:184: parse error before `int'
device.c:243: `i' undeclared (first use in this function)
device.c:243: (Each undeclared identifier is reported only once
device.c:243: for each function it appears in.)
dwipe.c: In function `dwipe_main':
dwipe.c:227: parse error before `['
make: *** [dwipe.o] Error 1
------------------------------------------------------------------------------------


My environment is Debian 3.0 with some updates.
What am I doing wrong ???
Is there anybody who succeeded recompiling DBAN ???

thanks in advance
Tom
 
Back
Top