We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build failed on my system (OSX 10.14, r-devel; clang) with the following:
clang++ -std=gnu++11 -I"/usr/local/Cellar/r/devel_1/lib/R/include" -DNDEBUG -I'/usr/local/lib/R/3.7/site-library/Rcpp/include' -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/include -mtune=core2 -O3 -fPIC -O3 -c alter.cpp -o alter.o In file included from alter.cpp:1: ./r_trie.h:2:10: fatal error: 'radix.h' file not found #include <radix.h> ^~~~~~~~~ 1 error generated.
I found this was resolved by editing src/Makevars to read:
src/Makevars
PKG_CPPFLAGS=-I../inst/include
Where the original had PKG_CXXFLAGS (I'm not sure the difference)
PKG_CXXFLAGS
The text was updated successfully, but these errors were encountered:
Me either. Wanna throw a patch in to just, well, add both? :D
Sorry, something went wrong.
No branches or pull requests
Build failed on my system (OSX 10.14, r-devel; clang) with the following:
I found this was resolved by editing
src/Makevars
to read:Where the original had
PKG_CXXFLAGS
(I'm not sure the difference)The text was updated successfully, but these errors were encountered: