cmake - Building Rstudio using Qtcreator (Compile error) -


i'm trying compile rstudio following instructions given here. after opening file rstudio/src/cpp/cmakelists.txt in qtcreator , running cmake, build error

/home/nesau/documents/github/rstudio/src/cpp/tests/cpp/tests/vendor/catch.hpp :1185:23:error: 'nullptr_t' not member of 'std' std::string tostring( std::nullptr_t );                    ^ 

i've followed previous instructions such installing required dependencies (os: arch linux). words of advice managed setup rstudio in qt-creator appreciated - i'm open using different os in vm if need - i'm not sure why can't compile rstudio (the github wiki isn't detailed).

you have switch c++11 mode. add -std=c++11 cmake_cxx_flags.


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -