gagolews / stringi

Fast and portable character string processing in R (with the Unicode ICU)
https://stringi.gagolewski.com/
Other
304 stars 44 forks source link

Compilation Failure on CentOS #300

Closed jeff-m-sullivan closed 6 years ago

jeff-m-sullivan commented 6 years ago

I cannot install stringi under CentoOS. I've tried multiple R versions, I've tried installing from CRAN both with and without disabling the pkg-config as well as getting the latest version from github and always get the same error:

In file included from icu61/i18n/number_types.h:14:0, from icu61/i18n/number_affixutils.h:11, from icu61/i18n/number_affixutils.cpp:8: icu61/unicode/numberformatter.h:688:21: error: 'icu_61::number::Notation::Notation' names constructor icu61/unicode/numberformatter.h:1072:20: error: 'icu_61::number::Rounder::Rounder' names constructor icu61/unicode/numberformatter.h:1110:20: error: 'icu_61::number::Rounder::Rounder' names constructor icu61/unicode/numberformatter.h:1146:20: error: 'icu_61::number::Rounder::Rounder' names constructor make: *** [icu61/i18n/number_affixutils.o] Error 1 ERROR: compilation failed for package 'stringi'

gagolews commented 6 years ago

duplicate of #296