For ubuntu users, here is how I got grapvhiz to work with 04.16, compiling graphviz-2.40.1 from the source:
The first step is to install GTS , as graphviz is looking for the gts.pc file .
running apt-file search gts.pc finds out that I need to install "libgts-dev":
sudo apt install libgts-dev
next make pkg-config knows the files:
pkg-config
run configure to link in the gts library:
./configure --with-gts --prefix ~ make make install
SFDP no longer throws the error "Error: remove_overlap: Graphviz is not built with a triangulation library"
Command line codes for the pkg configuration I modified from this .
Sam windels
source share