kendanniswara / LibtorrentWiBed

GNU General Public License v2.0
0 stars 0 forks source link

Create ipk files of a libtorrent and rtorrent #4

Open zavalyshyn opened 9 years ago

zavalyshyn commented 9 years ago

Create ipk files of modified library and client to test them on real nodes in Wibed

kendanniswara commented 9 years ago

For x86, this already done for couple of times. Work need to be done here is to check compiling in router's architecture.

emmdim commented 9 years ago

Maybe you can try do the compilation for OpenWRT in the emmdim server through your accounts so I can particpate and help you easier.

kendanniswara commented 9 years ago

I only need to modify Makefile for both libtorrent and rtorrent in the server to link into this libtorrentWiBed github then everything is automatic.

kendanniswara commented 9 years ago

After my problem error compiling ar71xx in my computer, suddenly I cannot compile to x86 anymore. Rebuilding the whole openWRT SDK right now

kendanniswara commented 9 years ago

checking for NCURSESW... no checking for NCURSES... no checking ncurses.h usability... no checking ncurses.h presence... no checking for ncurses.h... no checking ncurses/ncurses.h usability... no checking ncurses/ncurses.h presence... no checking for ncurses/ncurses.h... no configure: error: ncurses or ncursesw selected, but library not found (--without-ncurses to disable) make[3]: * [/home/ken/wibed/newfolder/openwrt/build_dir/target-i386_i486uClibc-0.9.33.2/util-linux-2.24.1/.configured] Error 1 make[3]: Leaving directory `/home/ken/wibed/newfolder/openwrt/package/utils/util-linux' make[2]: * [package/utils/util-linux/compile] Error 2 make[2]: Leaving directory/home/ken/wibed/newfolder/openwrt' make[1]: **\* [/home/ken/wibed/newfolder/openwrt/staging_dir/target-i386_i486_uClibc-0.9.33.2/stamp/.package_compile] Error 2 make[1]: Leaving directory/home/ken/wibed/newfolder/openwrt'

make: *\ [world] Error 2

i found some guys make ticket in openwrt about the same thing. https://dev.openwrt.org/ticket/18373