I'm in the process of installing TracGraphViz plugin. Indeed I'm in
the process of installing GraphViz in a Windows 2003 Server host. My
Qs are :
- Do I need to install GraphViz Py bindings (SWIG) in order to use the plugin ?
If so, then I'd like to know how to compile GraphViz (using MinGW +
Msys) this way. I tried to do the following:
{{{
#! /bin/sh
export INSTALLROOT="C:/GraphViz" # Root install directory
export GTKDIR="C:/gtk+" # Root of GTK tree
export FONTCONFIGINCLUDEDIR # Path of fontconfig include dir
export FONTCONFIGLIBDIR # Path of fontconfig lib dir
export FREETYPEINCLUDEDIR # Path of freetype2 include dir
export FREETYPELIBDIR # Path of freetype2 lib dir
export CFLAGS="-DGVDLL=1"
export CPPFLAGS="-I$GTKDIR/include -I$GTKDIR/include/freetype2 "
export LDFLAGS="-L$GTKDIR/lib -no-undefined"
export FONTCONFIG_CFLAGS=-I$GTKDIR/include/
export FONTCONFIG_LIBS="-L$FONTCONFIGLIBDIR -lfontconfig"
export FREETYPE2_CFLAGS=-I$FREETYPEINCLUDEDIR
export FREETYPE2_LIBS="-L$FREETYPELIBDIR"
export PKG_CONFIG="$GTKDIR/bin/pkg-config"
export PKG_CONFIG_PATH="$GTKDIR/lib/pkgconfig"
export PANGOFLAGS="--with-fontconfig
--with-fontconfiglibdir$FONTCONFIGLIBDIR
--with-fontconfigincludedir=$FONTCONFIGINCLUDEDIR --with-pangocairo"
./configure -v -C --prefix=$INSTALLROOT --without-gdk-pixbuf
--with-mylibgd --enable-python25=yes --enable-swig=yes --without-x
--disable-tcl --without-ipsepcola --with-codegens --enable-shared
--disable-static --with-freetype=$GTKDIR/lib --enable-ltdl $PANGOFLAGS
--without-gtk --without-gtkgl
}}}
... but this is what happens ...
{{{
language extensions:
gv_sharp: No (mcs not available)
gv_guile: No (guile header missing)
gv_io: No (disabled by default - no swig support yet)
gv_java: No (java not available)
gv_lua: No (lua not available)
gv_ocaml: No (ocaml not available)
gv_perl: Yes
gv_php: No (php not available)
gv_python: No (python is too old)
gv_python23: No (disabled by default - for multiversion installs)
gv_python24: No (disabled by default - for multiversion installs)
gv_python25: No (python2.5 is too old)
}}}
The problem is not because of swig since gv_perl = Yes
I tried to read `configure` but I cant find out the reason why I get
back the message `No (python2.5 is too old)`
Thnx in advance,
--
Regards,
Olemis.
Blog ES: http://simelo-es.blogspot.com/
Blog EN: http://simelo-en.blogspot.com/
Featured article:
Un mundo hermoso gracias al producto Z: The World of Goo -
http://feedproxy.google.com/~r/simelo-es/~3/5Rlq3bHsnHQ/un-mundo-increiblemente-hermoso-gracias_12.html
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---