- Code: Select all
/Users/chief/Downloads/poco-1.4.3p1/Net/src/HTTPChunkedStream.cpp:93: undefined reference to `Poco::NumberParser::tryParseHex(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned int&)'
./obj/local/armeabi/poconet.a(HTTPChunkedStream.o): In function `Poco::Net::HTTPChunkedStreamBuf::writeToDevice(char const*, int)':
So I am assuming that it's referencing /Users/chief/Downloads/poco etc.. because when I do ./configure it sets POCO_BASE and POCO_BUILD to that directory.
My goal is to not have to build the Poco static libs inside my Android.mk modules. Is this the wrong way to go about it?
Thanks for any help!





