Riccardo

Results 245 comments of Riccardo

@barracuda156 I discovered indeed while working on my Mac and importing patches, 74->76 . Didn't test yet elsewhere, holiday period and concentrated on some bugs, including Linux apparent regression. Will...

here it is, @barracuda156 ``` 1:02.83 In file included from /opt/local/include/unicode/utypes.h:39: 1:02.83 Warning: -Wc++17-extensions in /opt/local/include/unicode/uversion.h: nested namespace definition is a C++17 extension; define each namespace separately 1:02.83 /opt/local/include/unicode/uversion.h:167:11: warning:...

@barracuda156 any clue? this will essentially block any build on current PPC Linux or BSD: we require system one due to endianness issues with internal ICU and cannot go beyond...

A little more complicated: - ICU 58 is bundled with ArcticFox, but the build system allows only for LittleEndian builds - ArcticFox can be built with system provided ICU, this...

Please read https://github.com/rmottola/Arctic-Fox/issues/203 for further endianness ICU details Indeed, gnu+11 gets added everywhere... I was looking for c++11. So in a certain sense it is even a little worse...a hack...