Kai Pastor

Results 978 comments of Kai Pastor

Resolved with #2291. Thanks Matthias.

#45461 is a test of building, then reinstalling a large artifact. It could be adapted to do the same for llvm instead of a an artifical artifact - I just...

(#45461's idea might also be moved to separate scripts which can be reused in the future when needed.)

AFAICT the focus shouldn't be on *autoconf* but on *gnulib*, the actual source of polyfill widely used in autoconf-based packages. As mentioned in the other issue, gnulib is not a...

Actually @WangWeiLin-MV.

> Error log: [install-arm64-android-dbg-out.log](https://github.com/rttrorg/rttr/files/14569236/install-arm64-android-dbg-out.log) 404 NOT FOUND. The patch will turn off the compiler message. But will the result still be correct, given different precision of the compared types?

Original error from https://github.com/microsoft/vcpkg/issues/37123: ~~~ D:/vcpkg/buildtrees/rttr/src/e36f02ecd4-afbbb37f66.clean/src/rttr/../rttr/detail/conversion/number_conversion.h:137:16: error: implicit conversion from 'std::numeric_limits::type' (aka 'int') to 'float' changes value from 2147483647 to 2147483648 [-Werror,-Wimplicit-const-int-float-conversion] if (from > std::numeric_limits::max()) ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/vcpkg/buildtrees/rttr/src/e36f02ecd4-afbbb37f66.clean/src/rttr/../rttr/detail/variant/variant_data_converter.h:1060:16: note:...

- This affects translations. Without manual edits, existing translations are no longer used, immediately. - `OcdFileImport` has overloads `addSymbolWarning` for (OCD) symbol types which use per-type variants of `"In area...

Basically it poorly supports cross-compiling: It wants wine or an android emulator for run-time configuration tests. https://github.com/DCMTK/dcmtk/blob/1549d8ccccadad9ddd8a2bf75ff31eb554ee9dde/INSTALL#L86-L99

With #41565, the port will print a warning when CMake detects a cross build. #41565 disables (part of) the wine requirement for windows hosts, but this is not enough. To...