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 <[email protected]>
signature.asc
Description: OpenPGP digital signature
_______________________________________________ graph-tool mailing list [email protected] https://lists.skewed.de/mailman/listinfo/graph-tool
