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

Unable to Install stringi on Redhat Linux 7.4 #303

Closed andrewgfoltz closed 6 years ago

andrewgfoltz commented 6 years ago

Hello, I've been having issues getting the stringi R package installed on Redhat 7.4. This is an enterprise server with restricted external internet access, so I have been attempting to use the stringi-master option provided. When I run it, it fails due to numerous 'make' errors (see attached output file), claiming it cannot locate the "include" command. Interestingly though, it completes fine when I run the configure option.

Interestingly though it completes successfully when running configure even though it seems to also be checking a lot of the same things. (Again, see attached).

Perhaps there is some additional compiler package required that isn't available on a standard Redhat distro? I validated I have all c++ packages in yum installed to ensure I wasn't missing anything. stringi configure output.txt stringi-master install output.txt

gagolews commented 6 years ago

Well., the C++ compiler is set to be /lib/cpp ....

I guess you should update your Makeconf file, see /usr/lib64/R/etc or /etc/R or somewhere else on your system

gagolews commented 6 years ago

Is is still an issue? If not anymore, please close this thread.

gagolews commented 6 years ago

closing // no response