You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am wondering if this is a clang problem as you mention in the other issue ? Searching around bring up some results ncbi/SKESA#6
but none that i really understand enough to twiddle with the compilation flags unfortunately.
Would you perhaps have any idea how to overcome this - or have you had similar issues with fst before ?
# R
R version 3.6.3 (2020-02-29) -- "Holding the Windsock"
Copyright (C) 2020 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin18.7.0 (64-bit)
# llvm from homebrew
==> Summary
🍺 /usr/local/Cellar/llvm/10.0.0_1: 7,019 files, 1GB
# gcc
Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 10.0.1 (clang-1001.0.46.4)
Target: x86_64-apple-darwin18.7.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
~ » brew info gcc
gcc: stable 9.3.0 (bottled), HEAD
GNU compiler collection
https://gcc.gnu.org/
/usr/local/Cellar/gcc/9.3.0 (1,463 files, 292MB) *
Poured from bottle on 2020-03-17 at 21:33:26
Thanks again for this wonderful pkg and keep up the great work !
The text was updated successfully, but these errors were encountered:
The error is a bit puzzling, --platform_version doesn't seem to be a valid linking option for both gcc and clang, do you know were the option is coming from?
Did you try using the steps defined on the data.table wiki to install llvm? Unfortunately, I don't have OSX at hand to test the installation locally, but the Travis CI machine (usually) works using:
Hi @MarcusKlik ,
thank you for this wonderful package and all your work - much appreciated!
I am having similar troubles like in issue #226 - searching for the error actually brought me here. At first i was getting the same error
But after
brew install llvm
+ exporting the compiler flagsLD
/CPP
- it seemed to go smooth until it hit a new problem :-\I am wondering if this is a
clang
problem as you mention in the other issue ? Searching around bring up some resultsncbi/SKESA#6
but none that i really understand enough to twiddle with the compilation flags unfortunately.
Would you perhaps have any idea how to overcome this - or have you had similar issues with
fst
before ?Thanks again for this wonderful pkg and keep up the great work !
The text was updated successfully, but these errors were encountered: