-
Notifications
You must be signed in to change notification settings - Fork 18
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
Problem installing gossamer #17
Comments
In Centos6, compilation worked with a custom build boost. I suggest you give it a try which is in fact as simple as entering few commands as discussed in http://www.boost.org/doc/libs/1_61_0/more/getting_started/unix-variants.html. I suggest to go with the default installation location, and install all the libraries.
|
To be specific, the compilation worked with boost 1.55.0 |
Dear, I have a similar error at the same step while I am trying to install it on CentOS7 following your recommendations with a bit of adaptation to not overwrite the other versions on the server (see error lines below). The boost version on the server is 1.53.0. As you suggested to installed the 1.55.0 version, I installed it locally with the following commands:
I also had to install cmake3. If I run the cmake, I can see that boost v1.55.0 is used.
When I run make, then it crashes at 41% of the process:
Can you help me to install xenome ? R |
Below, an edited method to install on centos7 (RHEL7) This should build but will lead to a xenome executable which has flaws and in my hands can:
|
I ran into the same error and fixed it by following the suggestion from here: In details, in src/PhysicalFileFactory.cc replace #include <boost/filesystem.hpp> with #define BOOST_NO_CXX11_SCOPED_ENUMS |
@weihongqi What compiler did this occur with? If there's some cmake magic required to force that compiler to be C++11 compatible, then we should check that in. |
Hi all,
I have a problem during the "make" part of gossamer installation.
I tried on two different systems (Ubuntu 17.10 with boost 1.58, and CentOS 7 with boost 1.53) and in both I have the following error:
Linking CXX executable testGossCmdBuildGraph
libgosslib.a(PhysicalFileFactory.cc.o): En la función
boost::filesystem::copy_file(boost::filesystem::path const&, boost::filesystem::path const&)': PhysicalFileFactory.cc:(.text._ZN5boost10filesystem9copy_fileERKNS0_4pathES3_[_ZN5boost10filesystem9copy_fileERKNS0_4pathES3_]+0x24): referencia a
boost::filesystem::detail::copy_file(boost::filesystem::path const&, boost::filesystem::path const&, boost::filesystem::copy_option, boost::system::error_code*)' sin definircollect2: error: ld devolvió el estado de salida 1
make[2]: *** [src/testGossCmdBuildGraph] Error 1
make[1]: *** [src/CMakeFiles/testGossCmdBuildGraph.dir/all] Error 2
make: *** [all] Error 2
All the prerequisites are installed.
Could anyone help me?
Thanks in advance,
Francesco
The text was updated successfully, but these errors were encountered: