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
This is just informational. I may have a dysfunctional mac. I had problems compiling
snappy.cc -- and I've had header discovery issues with other packages.
clang++ version is
Apple clang version 16.0.0 (clang-1600.0.26.3)
Target: arm64-apple-darwin23.6.0
Thread model: posix
I used brew install c-blosc to get blosc.h -- not happy about that but had to try
uses R CMD install Rarr and let it fail with
In file included from snappy.cc:29:
./snappy.h:43:10: fatal error: 'string' file not found
43 | #include <string>
This is just informational. I may have a dysfunctional mac. I had problems compiling
snappy.cc -- and I've had header discovery issues with other packages.
clang++ version is
I used
brew install c-blosc
to get blosc.h -- not happy about that but had to tryuses
R CMD install Rarr
and let it fail withThen in
src/Makevars
I modifiedPKG_CXXFLAGS
Then
R CMD install --no-configure Rarr
succeeded.Feel free to close this issue at any time.
The text was updated successfully, but these errors were encountered: