Simon Lowen wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA512 > > I downloaded the subvesion bits: svn co > https://svn.openwrt.org/openwrt/trunk > > > make menuconfig - which direcory should I run this in? > > ~/trunk$ make menuconfig > Checking 'working-make'... ok. > Checking 'case-sensitive-fs'... ok. > Checking 'working-gcc'... ok. > Checking 'working-g++'... ok. > Checking 'ncurses'... failed. > Checking 'zlib'... failed. > Checking 'gawk'... ok. > Checking 'bison'... ok. > Checking 'flex'... ok. > Checking 'unzip'... ok. > Checking 'bzip2'... ok. > Checking 'patch'... failed. > Checking 'perl'... ok. > Checking 'wget'... ok. > Checking 'gnutar'... ok. > Checking 'svn'... ok. > Checking 'autoconf'... ok. > Checking 'gnu-find'... ok. > Checking 'non-root'... ok. > > Build dependency: Please install ncurses. (Missing libncurses.so or > ncurses.h) > Build dependency: Please install zlib. (Missing libz.so or zlib.h) > > Prerequisite check failed. Use FORCE=1 to override. > make: *** [tmp/.prereq-build] Error 1 > > ncurses and zlib are not in the Ubuntu repositories (which is strange).
You probably need to install ncurses-dev/zlib-dev. The names might differ a bit. - Jan _______________________________________________ openwrt-users mailing list [email protected] http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users
