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
* installing *source* package ‘sass’ ...
** package ‘sass’ successfully unpacked and MD5 sums checked
staged installation is only possible with locking
** using non-staged installation
** libs
/Library/Frameworks/R.framework/Resources/share/make/shlib.mk:18: warning: overriding commands for target `shlib-clean'
Makevars:12: warning: ignoring old commands for target `shlib-clean'
using C compiler: ‘Apple clang version 15.0.0 (clang-1500.1.0.2.5)’
using C++ compiler: ‘Apple clang version 15.0.0 (clang-1500.1.0.2.5)’
using SDK: ‘’
/Library/Frameworks/R.framework/Resources/share/make/shlib.mk:18: warning: overriding commands for target `shlib-clean'
Makevars:12: warning: ignoring old commands for target `shlib-clean'
clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./libsass/include -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -Wall -pedantic -c compile.c -o compile.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./libsass/include -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -Wall -pedantic -c init.cpp -o init.o
In file included from init.cpp:1:
In file included from ./compile.h:4:
In file included from /Library/Frameworks/R.framework/Resources/include/Rinternals.h:47:
In file included from /Library/Frameworks/R.framework/Resources/include/R_ext/Error.h:30:
In file included from /Library/Frameworks/R.framework/Resources/include/R_ext/RS.h:30:
/Applications/Xcode_15.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/cstring:117:1: error: templates must have C++ linkage
template <class _Tp>
^~~~~~~~~~~~~~~~~~~~
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:37:1: note: extern "C" language linkage specification begins here
extern "C" {
^
1 error generated.
make: *** [init.o] Error 1
ERROR: compilation failed for package ‘sass’
* removing ‘/private/var/folders/zq/1mkv5ktx0_5cz1rlynrmdmlh0000gn/T/RtmpvybaaL/pkg-lib1ad97b06ad6a/sass’
# Include a minimal and reproducible example here# If you don't know what that means, please see https://www.tidyverse.org/helpremotes::install_github("r-lib/sass")
Session Info
─ Session info ───────────────────────────────────────────────────────────────
setting value
version R Under development (unstable) (2024-08-22 r87039)
os macOS Ventura 13.6.9
system x86_64, darwin20
ui X11
language (EN)
collate en_US.UTF-8
ctype en_US.UTF-8
tz UTC
date 2024-08-25
pandoc 3.1.11 @ /usr/local/bin/pandoc
Describe the problem
Compilation fails on macOS 13 and R-devel:
Session Info
The text was updated successfully, but these errors were encountered: