From: ellson Date: Sun, 23 Dec 2007 17:17:42 +0000 (+0000) Subject: -fix breakage from additional headers required by tk8.5 X-Git-Tag: LAST_LIBGRAPH~32^2~4955 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f4f5cc5a12a9e0acc51218c12a7d39d78f50bf0;p=graphviz -fix breakage from additional headers required by tk8.5 -make test.tcl more specific about where to fint libgv_tcl.so --- diff --git a/tclpkg/gv/test.tcl b/tclpkg/gv/test.tcl index 1e71c75f1..d08807f61 100644 --- a/tclpkg/gv/test.tcl +++ b/tclpkg/gv/test.tcl @@ -1,6 +1,6 @@ #!/usr/bin/tclsh -load libgv_tcl.so gv +load [pwd]/libgv_tcl.so gv set g [gv::digraph G] puts [gv::setv $g aaa xxx]