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

Compile error MacOS Sierra 0.12.5 #274

Closed willgdjones closed 6 years ago

willgdjones commented 7 years ago

I have what seems to be a clang error.

My xcode version is 8.3.3.

Clang:

clang -v
Apple LLVM version 8.1.0 (clang-802.0.42)

Clang++:

clang++ -v
Apple LLVM version 8.1.0 (clang-802.0.42)
Undefined symbols for architecture x86_64:
  "_main", referenced from:
     implicit entry/start for main executable
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [stringi.so] Error 1
ERROR: compilation failed for package ‘stringi’
gagolews commented 6 years ago

Apologies, the issue sank in my spamfolder. Hope you resolved the problem yourself.