Skip to content
New issue

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

Error when installing snapshot #11

Closed
sjPlot opened this issue Feb 6, 2015 · 0 comments
Closed

Error when installing snapshot #11

sjPlot opened this issue Feb 6, 2015 · 0 comments

Comments

@sjPlot
Copy link

sjPlot commented Feb 6, 2015

I got following error when I try to install the latest snapshot of haven:

> library(devtools)
> devtools::install_github("hadley/haven")
Downloading github repo hadley/haven@master
Installing haven
'/Library/Frameworks/R.framework/Resources/bin/R' --vanilla CMD INSTALL  \
'/private/var/folders/k4/qfl_sg2s12d9z7p2c3qlrvqh0000gn/T/Rtmp6Em6Gr/devtoolsa1f23674344/hadley-haven-ac66b3d'  \
  --library='/Library/Frameworks/R.framework/Versions/3.1/Resources/library' --install-tests 

* installing *source* package ‘haven’ ...
** libs
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include -I"/Library/Frameworks/R.framework/Versions/3.1/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.1/Resources/library/BH/include"   -fPIC  -Wall -mtune=core2 -g -O2  -c CKHashTable.c -o CKHashTable.o
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include -I"/Library/Frameworks/R.framework/Versions/3.1/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.1/Resources/library/BH/include"   -fPIC  -Wall -mtune=core2 -g -O2  -c DfBuilder.cpp -o DfBuilder.o
DfBuilder.cpp:188:7: error: use of undeclared identifier 'warning'
      warning("Unsupported label type: %s", type);
      ^
1 error generated.
make: *** [DfBuilder.o] Error 1
ERROR: compilation failed for package ‘haven’
* removing ‘/Library/Frameworks/R.framework/Versions/3.1/Resources/library/haven’
Fehler: Command failed (1)
> 
@hadley hadley closed this as completed in 94324cd Feb 6, 2015
@lock lock bot locked and limited conversation to collaborators Jun 27, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant