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-18 14:34:29


> ./boost/archive/impl/xml_iarchive_impl.ipp:71:error: undefined reference to
> 'mbtowc'
> (four instances of that in that file)
> ./boost/archive/iterators/mb_from_wchar.hpp:91 error: undefined reference to
> 'wctomb'
> (two instances of that in that file)

Alas, it seems that these functions are still missing in the NDK,
that's a bad surprise.
I believe you can take their implementation from Crystax NDK or from
"The Standard C Library" book, as proposed in one of the answers on
SO.


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