Hi guys,
I have big problems with boost library on Tizen SDK.
I'm using Windows 8 64bit and Tizen SDK 2.3 Rev1 . I readed topic https://developer.tizen.org/forums/native-application-development/compile-boost-library-tizen-os?langswitch=en
Hello choi, Tizen already has boost library , it's 1.51 in latest release , but i thing nothing changed for Signals2 . It comes with latest SDK (2.2) or can be downloaded from official website. Try to use "native" library / Regards, George
I tried to find boost native but I can't see anything about boost on Tizen SDK 2.3 Rev1. You can help me use it >"<??
Currently, I tried compile boost library 1.55 on my project . But when I build , I have issues with linker errors
undefined reference to `boost::thread::join_noexcept()' undefined reference to `boost::thread::detach()' undefined reference to `boost::thread::start_thread_noexcept()' undefined reference to `vtable for boost::detail::thread_data_base' undefined reference to `boost::chrono::steady_clock::now()' undefined reference to `boost::detail::get_current_thread_data()' undefined reference to `boost::this_thread::interruption_point()' undefined reference to `boost::detail::thread_data_base::~thread_data_base()'
Follow me, my libs don't define this methods. I add libs .a of boost library ( I build boost library with clang on Linux and copy to windows). I really stuck and need some suggestions or you can share file your boost lib ".a" .
Thank you for reading my topic.. Sorry about my English, It's very bad.