Boost C++ Library

瀏覽次數:904 次
跳到第一則未讀訊息

EricS

未讀,
2010年4月21日 上午8:06:152010/4/21
收件者:android-ndk
Has anyone gotten boost to compile using the SDK with stl, exceptions,
rtti turned on? When I attempt to compile the Threads, it says this
is not support on your platform.

Does anyone have any ideas?

Thanks

Eric

--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To post to this group, send email to andro...@googlegroups.com.
To unsubscribe from this group, send email to android-ndk...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/android-ndk?hl=en.

Bryan Ashby

未讀,
2010年4月21日 上午10:35:502010/4/21
收件者:android-ndk
Nor exceptions or RTTI are supported by the NDK. I do believe someone
has a modified NDK/STLPort with such features though -- search around
here I'm sure it will turn up. As far as Boost in general, I'm
currently using many header-only libraries alongside STLPort under the
NDK with no issues.

Bryan

On Apr 21, 6:06 am, EricS <e...@encstpeters.net> wrote:
> Has anyone gotten boost to compile using the SDK with stl, exceptions,
> rtti turned on?  When I attempt to compile the Threads, it says this
> is not support on your platform.

Johndoe

未讀,
2010年4月21日 上午10:42:322010/4/21
收件者:android-ndk
I used this one (had no problems yet):

http://www.crystax.net/android/ndk-r3.php

Mike v

未讀,
2010年4月21日 晚上7:42:212010/4/21
收件者:android-ndk
we've also used it. Other than stl and c++ exceptions (though we dont
use them) it comes tr1 which has a few new tricks (e.g. bind). All
works!
http://www.crystax.net/android/ndk-r3.php

EricS

未讀,
2010年4月22日 清晨7:55:102010/4/22
收件者:android-ndk
Thanks for all of the responses. I am using crystax.net
implementation of the ndk with exception, rtti, stl support. It works
fine. We were able to get POCO to compile on the android.

My issue is that we have a library that is depended on Boost threads.
I can not seem to get Boost Threads to work.

Does anyone have any suggestions on how to compile boost threads on
the Android?

Thanks

Eric

On Apr 21, 6:42 pm, Mike v <mike.vasilj...@gmail.com> wrote:
> we've also used it. Other than stl and c++ exceptions (though we dont
> use them) it comes tr1 which has a few new tricks (e.g. bind). All
> works!http://www.crystax.net/android/ndk-r3.php

Dmitry Moskalchuk

未讀,
2010年6月1日 凌晨4:17:472010/6/1
收件者:andro...@googlegroups.com
回覆所有人
回覆作者
轉寄
0 則新訊息