Lazar Ivanov

Results 14 comments of Lazar Ivanov

systematic cleanup of any outstanding unsafe size calculations and unsafe casts

Forgot to note that the build does find iconv (below): Performing configuration checks - default address-model : 64-bit - default architecture : arm - C++11 mutex : yes - lockfree...

Can you elaborate on what do you mean that you can't reproduce? Have you tried the b2 command above? Are you suggesting it is because of the cxxflags parameters? This...

I also tried this on brand new Mac and it happens here too. The only thing I have installed on the Mac was Xcode + the command line tools which...

It is entirely possible that it doesn't happen on Linux. It is a different platform and different environment. I have not tried building it for Linux (yet), but I'm able...

I did check on Linux and this problem does not happen there, but as I mentioned above this is not surprising as Linux is quite a different env than macOS...

Attached is the log with the command line above [build-log-with-debug-parameters.log](https://github.com/boostorg/locale/files/6879486/build-log-with-debug-parameters.log)

No worries and apologies for the delayed replies. Thank you for investigating it. See attached files (both build and config logs for the static and shared). [build-log-with-debug-parameters-shared.log](https://github.com/boostorg/locale/files/6912640/build-log-with-debug-parameters-shared.log) [config-log-with-debug-parameters-shared.log](https://github.com/boostorg/locale/files/6912641/config-log-with-debug-parameters-shared.log) [config-log-with-debug-parameters-static.log](https://github.com/boostorg/locale/files/6912642/config-log-with-debug-parameters-static.log) [build-log-with-debug-parameters-static.log](https://github.com/boostorg/locale/files/6912643/build-log-with-debug-parameters-static.log)

I'm not sure what do you mean by "fully static builds", usually what it means is to link statically to the C++ standard library (libc++ or libstdc++), but not to...

BTW, I will be traveling in the next week or so (in case I'm not able to respond), just fyi-