[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

dpkg-1.0.17.tar.gz



   Hello.

   I just tried the `./debian.rules build' for Debian-0.93
dpkg-1.0.17.

   On my first try, I got this:

------------------------------------ quote -----------------------------
[...]
make[2]: Leaving directory `/G/DEBIAN/0.93/base/dpkg-1.0.17-build/dpkg-1.0.17/include'
make[2]: Entering directory `/G/DEBIAN/0.93/base/dpkg-1.0.17-build/dpkg-1.0.17/dselect'
c++ -I../include -I.. -DHAVE_CONFIG_H -O3  -Wall -Wno-implicit -Wwrite-strings -Wpointer-arith -Wimplicit -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -g  -c main.cc
main.cc:37: term.h: No such file or directory
make[2]: *** [main.o] Error 1
make[2]: Leaving directory `/G/DEBIAN/0.93/base/dpkg-1.0.17-build/dpkg-1.0.17/dselect'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/G/DEBIAN/0.93/base/dpkg-1.0.17-build/dpkg-1.0.17'
make: *** [build] Error 2
------------------------------- unquote --------------------------------


  I don't have a `/usr/include/term.h', but I do have a
`/usr/include/ncurses/term.h', so on the off chance, I changed the
include statement at main.cc:37 to point to
`/usr/include/ncurses/term.h', and got this:

-------------------------- quote -----------------------------
[...]
/G/DEBIAN/0.93/base/dpkg-1.0.17-build/dpkg-1.0.17/dselect/main.cc:128: undefine<bhogan@rahul.net> 
<HTML> <BODY link="#00FFFF" vlink="#FF00FF"> 
<H3><I>Freedom To Communicate</I></H3> 
<A HREF="http://www.vtw.org/";>Use it or lose it.</A></BODY></HTML>
d reference to `tigetstr(char *)'
/G/DEBIAN/0.93/base/dpkg-1.0.17-build/dpkg-1.0.17/dselect/main.cc:129: undefined reference to `tigetstr(char *)'
main.o: In function `refreshmenu(void)':
/G/DEBIAN/0.93/base/dpkg-1.0.17-build/dpkg-1.0.17/dselect/main.cc:128: undefined reference to `tigetstr(char *)'
main.o:/G/DEBIAN/0.93/base/dpkg-1.0.17-build/dpkg-1.0.17/dselect/main.cc:129: more undefined references to `tigetstr(char *)' follow
make[2]: *** [dselect] Error 1
make[2]: Leaving directory `/G/DEBIAN/0.93/base/dpkg-1.0.17-build/dpkg-1.0.17/dselect'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/G/DEBIAN/0.93/base/dpkg-1.0.17-build/dpkg-1.0.17'
make: *** [build] Error 2
--------------------------- unquote -------------------------------


   Is the dselect compile failing here because I have the wrong
`term.h' or because I don't have whatever I have to have so that
`tigetstr' is properly defined?

   
   BH

-- 
<bhogan@rahul.net> 
<HTML> <BODY link="#00FFFF" vlink="#FF00FF"> 
<H3><I>Freedom To Communicate</I></H3> 
<A HREF="http://www.vtw.org/";>Use it or lose it.</A></BODY></HTML>



Reply to: