Installation of graph-tool-2.19 fails on RedHat 6.5

I try to install graph-tool-2.19 on RedHat 6.5. I did :

./configure CPPFLAGS="-I/usr/include/cairomm-1.0/cairomm/"
make
I 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

I observe that cairomm/context.h exists :
/usr/include/cairomm-1.0/cairomm/context.h
as a part of the package cairomm-devel-1.8.0-2.1.el6.x86_64

Attached are the output of configure, make and the config.log.
I appreciate your help
Amihai
config2.out
<http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/file/n4026904/config2.out&gt;
make2.out
<http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/file/n4026904/make2.out&gt;
config.log
<http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/file/n4026904/config.log&gt;

Hm, did you try passing
CPPFLAGS="-I/usr/include/cairomm-1.0/"
?

The code seems to be looking for "cairomm/context.h", not for
"context.h".

Cheers!

.~ยด