Note: This version of the VDT (1.4.0) is no longer supported. Feel free to look through the documentation and install it, but we cannot guarantee support for it. The current stable release is 2.0.0.
We released VDT 1.4.0a on 31-Oct-2006.
Most VDT users will not need to take any action. There were two fixes.
There are two ways to get the update for EDG-Make-Gridmap
Make sure you are not using Pacman 3.17. We recommend 3.18.5 cd $VDT_LOCATION pacman -allow save-setup pacman -update EDG-Make-Gridmap
$VDT_LOCATION/edge/sbin/edg-mkgridmap. You will
make two edits:
if [ -e /home/roy/1.4.0atest/setup.sh ]; then . /home/roy/1.4.0atest/setup.sh fi
exec $prog $EDG_MKGRIDMAP_OPTIONS "$@"And change it to this:
exec $prog -output $GRIDMAP $EDG_MKGRIDMAP_OPTIONS "$@"