Zaptel 1.4.0 Error - Make Error

Hi

I had a Problem with Installing zaptel 1.4.0 . I went through the forum and got over it by Installing make 3.81.

But i am facing a new problem now. When i typr “make clean” it gives me this error

make[1]: Entering directory /usr/src/zaptel-1.4.0/menuselect' rm -f menuselect *.o make[2]: Entering directory/usr/src/zaptel-1.4.0/menuselect/mxml’
/bin/rm -f mxmldoc.o testmxml.o mxml-attr.o mxml-entity.o mxml-file.o mxml-index.o mxml-node.o mxml-search.o mxml-set.o mxml-private.o mxml-string.o libmxml.a mxmldoc doc/mxml.3 doc/mxmldoc.1 testmxml mxml.xml
/bin/rm -f mxmldoc-static libmxml.a
/bin/rm -f *.bck .bak
/bin/rm -f config.cache config.log config.status
/bin/rm -f -r autom4te
.cache
make[2]: Leaving directory /usr/src/zaptel-1.4.0/menuselect/mxml' make[1]: Leaving directory/usr/src/zaptel-1.4.0/menuselect’
rm -f torisatool makefw tor2fw.h radfw.h
rm -f fxotune fxstest sethdlc-new ztcfg ztdiag ztmonitor ztspeed zttest zttool
rm -f *.o ztcfg tzdriver sethdlc sethdlc-new
rm -f libtonezone.so libtonezone.a *.lo
make -C wct4xxp clean
make[1]: Entering directory /usr/src/zaptel-1.4.0/wct4xxp' make[1]: *** No rule to make targetclean’. Stop.
make[1]: Leaving directory `/usr/src/zaptel-1.4.0/wct4xxp’
make: *** [clean] Error 2

and on typing “make” it gives

ml-node.o mxml-search.o mxml-set.o mxml-private.o mxml-string.o
a - mxml-attr.o
a - mxml-entity.o
a - mxml-file.o
a - mxml-index.o
a - mxml-node.o
a - mxml-search.o
a - mxml-set.o
a - mxml-private.o
a - mxml-string.o
ranlib libmxml.a
make[3]: Leaving directory /usr/src/zaptel-1.4.0/menuselect/mxml' gcc -Wall -o menuselect.o -g -c -D_GNU_SOURCE menuselect.c gcc -Wall -o menuselect_curses.o -g -c -D_GNU_SOURCE menuselect_curses.c gcc -Wall -o strcompat.o -g -c -D_GNU_SOURCE strcompat.c gcc -g -Wall -o menuselect menuselect.o menuselect_curses.o strcompat.o mxml/libmxml.a -lncurses make[2]: Leaving directory/usr/src/zaptel-1.4.0/menuselect’
make[1]: Leaving directory /usr/src/zaptel-1.4.0/menuselect' make: *** No rule to make targetmenuselect-tree’, needed by `menuselect.makeopts’. Stop.

Can any one help me out?

i installed make 3.81 in /usr/src/

kernal 2.4

I am a fresher So please excuse if there is any mistakes in posting here…

can you try checking out trunk instead of using 1.4.0 ? IIRC, there are some 2.4-related issues in the 1.4.0 release that will be fixed in 1.4.1 (released any day/hour now) and will be available in trunk.

Hi

Thanks a lot baconbuttie
i will check that out.