语言

Menu
Sites
Language
How can use boost library on Tizen

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.

响应

5 回复
Marco Buettner

Maybe it helps?

http://stackoverflow.com/questions/199418/using-c-library-in-c-code

Tizen 2.3 change the language from C++ to C

Le Tan Thanh

I think it's not. Because my project is C++ too. I use clang++ when build. Thanks for your support

daniel kim

Hi,

Please find boost-1.51.0-1.1.src.rpm  in this link. Tizen 2.3 is still using boost library 1.51.

      http://download.tizen.org/releases/2.3/2.3-mobile/tizen-2.3-mobile_20150311.3/repos/target/source/

Regards

Le Tan Thanh

Hi Daniel Kim,

Thanks for your support. But I don't understand about src.rpm and how use it. Can you share me some docs,pls..

Regard

daniel kim

Hi,

Tizen 2.3 is supporting boost library 1.51 natively according to the same link. 

RPM is package format and you can refer to below link.

     http://en.wikipedia.org/wiki/RPM_Package_Manager

Regards.