Hi, 

Alas, still no compilation. Our's IT response:

tried :
./configure CPPFLAGS="-I/usr/include/cairomm-1.0/cairomm/"
make 

and now got :

graph_cairo_draw.cc:38:29: fatal error: cairomm/context.h: No such file or directory
compilation terminated.
make[4]: *** [graph_cairo_draw.lo] Error 1
make[4]: Leaving directory `/usr/local/graph-tool-2.19/src/graph/draw'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/local/graph-tool-2.19/src/graph'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/graph-tool-2.19/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/graph-tool-2.19'
make: *** [all] Error 2


but the file exists :

# ls -l /usr/include/cairomm-1.0/cairomm/context.h
-rw-r--r-- 1 root root 39093 Dec 20  2008 /usr/include/cairomm-1.0/cairomm/context.h

Best,
Eli

On Tue, Dec 6, 2016 at 12:43 PM, Tiago Peixoto [via Main discussion list for the graph-tool project] <[hidden email]> wrote:
On 06.12.2016 11:27, bloodymeli wrote:

> Thank you once again.
> I apologize for re-consulting, but our IT manager failed to install again
> (arghh).
> I'm forwarding his message:
>
> I set the environment to use the newer python and numpy, and corrected the
> boost library to work with it.
> Configure worked OK but now make failed in searching cairommconfig.h
>
>   CXX      graph_cairo_draw.lo
> graph_cairo_draw.cc:37:27: fatal error: cairommconfig.h: No such file or
> directory
> compilation terminated.
>
> cairommconfig.h exists: /usr/include/cairomm-1.0/cairomm/cairommconfig.h
> as a part of the installed cairomm-devel.
>
> I didn't find a way to tell the configure from where to take the cairomm
> header files.
> Please ask the developer.
>
> The log files attached.
Try the following:

    ./configure CPPFLAGS="-I/usr/include/cairomm-1.0/cairomm/"


--
Tiago de Paula Peixoto <[hidden email]>


_______________________________________________
graph-tool mailing list
[hidden email]
https://lists.skewed.de/mailman/listinfo/graph-tool

signature.asc (849 bytes) Download Attachment
--
Tiago de Paula Peixoto <[hidden email]>



If you reply to this email, your message will be added to the discussion below:
http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/RedHat-Installation-Assistance-tp4026892p4026902.html
To unsubscribe from RedHat Installation Assistance, click here.
NAML



View this message in context: Re: RedHat Installation Assistance
Sent from the Main discussion list for the graph-tool project mailing list archive at Nabble.com.