Hi, because I need the swftools http://www.swftools.org I want to build it via the wl500g-repo openwrt buildroot. (thx ryzhov_al)

http://code.google.com/p/wl500g-repo.../trunk/INSTALL
http://code.google.com/p/wl500g-repo...trunk/Makefile

but instead of just make - at first I need to make .toolchain_installed
(I'll do the Makefile steps manually, because of integrating the swftools via this guide: http://wiki.openwrt.org/doc/devel/packages)

the build-system is an ubuntu-virtual machine

ok, a title says the make of toolchain fails:

Code:
Build dependency: Please install ncurses. (Missing libncurses.so or ncurses.h)
Build dependency: Please install zlib. (Missing libz.so or zlib.h)
uhmm, I don't know, whats wrong, because I allready have the ncurses and zlib developer-libs:
Code:
gm@ubuntu:~/openwrt/rtn$ sudo apt-get install libncurses-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'libncurses5-dev' instead of 'libncurses-dev'
libncurses5-dev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
and

Code:
gm@ubuntu:~/openwrt/rtn$ sudo apt-get install libz-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'zlib1g-dev' instead of 'libz-dev'
zlib1g-dev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
anyone an Idea?