-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compiling Boost.Locale #15
Comments
Hello. I take it you mean You could try building them with this project.
Possibly also add the and/or try enabling exactly one of ICU/ICONV for b2 via |
Hi, thanks for your response! I tried your suggestion (also
You can reproduce it using my fork, checkout the icu branch:
I added a submodule for On my fork you need to run
It builds the Will appreciate your help in the matter :) |
Hi David. Do the ICONV and ICU libraries get built properly? Concentrate on ICU. Place this directly in a dir of form This dir should have structure like:
Pass the Modify the path used to search for ICU in
->
Then try to (clean -- make sure nothing gets cached) build again. Note: This might work without any modification of the call to |
This comment has been minimized.
This comment has been minimized.
I can't seem to find the directory structure you illustrated.. |
Hello David. I have been able to build boostlocale (with ndk 19) following the procedure I outlined above.
(This could be automated by a script .. feel free to add one :-)
Your
I get boostlocale and see that its dependent on
|
Thanks a lot, it compiles!! |
If you would like I'll be glad to submit a pull request, and add a |
Hi, it does indeed compile, however.. When I run it I'm getting this exception:
Any ideas? |
Please add a pull request into the "boost_locale" branch. |
Would need to see your code. Maybe you can create a repo with the app your trying to run |
Hi, great work :)
Couldn't find the locale library (no
libboost_log.so
in the build directory), nor could I find a list to add the this library to.Can you please help me compile the boost locale library as well?
The text was updated successfully, but these errors were encountered: