Le 12-03-2013 19:41, Илья Шипицин a écrit :
after playing with pip I came to:
r1n1:/root/pygraphviz/pygraphviz-1.1# python setup.py install
library_path=/usr/local/lib/graphviz
include_path=/usr/local/include/graphviz
running install
running build
running build_py
creating build
creating build/lib.openbsd-5.2-amd64-2.7
creating build/lib.openbsd-5.2-amd64-2.7/pygraphviz
........
creating build/temp.openbsd-5.2-amd64-2.7/pygraphviz
cc -pthread -fno-strict-aliasing -O2 -pipe -DNDEBUG -O2 -pipe -fPIC
-fPIC
-I/usr/local/include/graphviz -I/usr/local/include/python2.7 -c
pygraphviz/graphviz_wrap.c -o
build/temp.openbsd-5.2-amd64-2.7/pygraphviz/graphviz_wrap.o
pygraphviz/graphviz_wrap.c:2519:20: error: cgraph.h: No such file or
directory
I can only find cgraph.h in gcc source subtree.
google also says nothing.
nobody is using pygraphviz under OpenBSD ? however, pygraphviz
changelog
says about OpenBSD.
hello,
my two cents.
It's work on current but i got the same error on 5.2 release.
If it can help you.
Bruno