$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] building boost for Android
From: Nigel Stewart (nigels.com_at_[hidden])
Date: 2010-11-05 23:30:18
>> Has anyone managed to build boost for this platform?
I have not built all of boost for Android, but I've had some success building
code that uses boost::scoped_ptr and boost::thread, for example.
There are limitations of the current NDK that are problematic in
general - such as no RTTI. I think it depends on how much of boost
is needed.
- Nigel