From: Markus H. <mh...@cd...> - 2019-03-01 07:59:19
|
As outlined by Peter, try a Docker image from here: https://hub.docker.com/r/informaticsmatters/rdock/https://hub.docker.com/r/informaticsmatters/rdock/ Peter's post from Nov 22, 2018 for your reference: Hi all, sorry for the inactivity of the mailing list lately; Regarding all compilation issues with rdock. Things can get tricky especially with always changing compilers and moving shared libraries in all distributions. We cannot keep track and test all of these, so if possible I recommend to use a docker image of rdock : https://hub.docker.com/r/informaticsmatters/rdock/ It’s not an option if you want to modify the source code yourself, but it’s definitely a good one if you just want to use the program without the huzzle of the installation / compilation procedure. Best regards Peter ________________________________ From: KYEONG MO KIM via rDock-list-def [rdo...@li...] Sent: Thursday, February 28, 2019 9:41 AM To: rdo...@li... Subject: [rDock-list-def] Problem with installation Hi! I was trying to install rDOCK, but this error came up /usr/include/c++/4.8.2/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler options. #error This file requires compiler and library support for the \ How should I fix this? |