Boost logo

Boost Users :

Subject: Re: [Boost-users] Android: segfault while writing to archive during Serialization
From: Igor R (boost.lists_at_[hidden])
Date: 2013-03-13 08:52:52


> My user-config.jam is unchanged from what you provided for me:
>
> import os ;
>
> if [ os.name ] = CYGWIN || [ os.name ] = NT
> {
> androidPlatform = windows ;
> }
>
> androidNDKRoot = /cygdrive/c/Android/android-ndk-r8d ;
> cxxSource = /cygdrive/c/Android/boost-custom/boost_1_53_0/ndk-cxx ;

Why cygdrive? The recent NDK does not use cygwin, the paths should be
windows path - just like in the example I provided!


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net