Help - Unable to make install

Hello everyone,

I apologize if this is not the right place to post this issue. I am trying
to install graph-tool on a RHEL7 within a virtualenv (I have Jupyterhub
running on it).

attachment.html (8.59 KB)

Dear Samuel,

Could you please provide your exact version of GCC, Boost and sparsehash?

Please also provide us, in attachements, the complete output of the
./configure script, the full contents of the config.log file, and the
entire output (not truncated) of the make command?

Best,
Tiago

Hello Tiago et al,

Thanks for your prompt reply and sorry about the delay. I have installed
the mandatory packages as per your instructions in the Installation
Instructions (Gitlab) and followed this ticket: (
https://git.skewed.de/count0/graph-tool/-/issues/127). It worked afterwards.

# GCC version
[root@ /jupyter]# gcc --version | grep gcc
gcc (GCC) 7.3.1 20180303 (Red Hat 7.3.1-5)

# Boost (outside the virtualenv I have v1.55).
[root@ /jupyter]# cat
/jupyter/lib/python3.6/site-packages/include/boost/version.hpp | grep
"BOOST_LIB_VERSION"
// BOOST_LIB_VERSION must be defined to be the same as BOOST_VERSION
#define BOOST_LIB_VERSION "1_77"

# Sparehash
[root@ /jupyter]# rpm -qa | grep sparsehash
sparsehash-devel-2.0.3-3.1.x86_64

Thanks.

Best Regards,
Samuel

attachment.html (10.7 KB)