Open makefu opened 8 years ago
Seems like eiskaltdcpp
pulls a the boost.tar.gz from SourceForge whichs fails.
@kraiz thanks very much for debugging. this means that we should use the headers directly from openwrt right? By doing so there would be no need to fetch boost headers. Maybe i could limit the boost required packages as well because boost itself is FUCKING HUGE :D !
And yes i also tried to build for kirkwood to use it on the goflex net - a pretty powerful (and incredibly cheap) device with 2 sata ports. You can get them for 12 euros from ebay.
@kraiz looks good. in the meantime i tried to bump the version of eiskaltdcpp to latest but for some reason i get:
../dcpp/libeiskaltdcpp.a(Text.cpp.o): In function `dcpp::Text::convert(std::string const&, std::string&, std::string const&, std::string const&)':
Text.cpp:(.text+0xd30): undefined reference to `iconv_open'
Text.cpp:(.text+0xdc4): undefined reference to `iconv'
Text.cpp:(.text+0xf0c): undefined reference to `iconv_close'
I do not really get it because i tried to apply your patched files and even tried to explicitly add -liconv ... without avail....
https://travis-ci.org/makefu/eiskaltdcpp-daemon-openwrt/builds/160726871
update: i cannot believe i finally got a working compile: https://travis-ci.org/makefu/eiskaltdcpp-daemon-openwrt/builds/160733827 with https://github.com/makefu/eiskaltdcpp-daemon-openwrt . I will test the binary tomorrow and if everything works i will merge with your branch and create a PR.
Hi, i tried to build eiskaltdcpp for ChaosCalmer but without success. it seems something changed with how boost is included as a dependency. Did you have any success with upgrading? https://travis-ci.org/makefu/eiskaltdcpp-daemon-openwrt/builds/160373588#L343