craigcitro / r-travis

Tools for using R with Travis (http://travis-ci.org) in lieu of a website:

Home Page:https://github.com/craigcitro/r-travis/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mac build with C code

qinwf opened this issue · comments

* installing *source* package ‘jiebaR’ ...
** libs
I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I../inst/include -DLOGGER_LEVEL=LL_WARN -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.1/Resources/library/Rcpp/include"      -c RcppExports.cpp -o RcppExports.o
/bin/sh: I/Library/Frameworks/R.framework/Resources/include: No such file or directory

Here is the full result: https://travis-ci.org/qinwf/jiebaR/builds/41786058

Thanks!

Solve it. It is caused by C++11.

Sorry for the noise.