Dear all,

STRATEGO 2.1.0 installs more smoothly that STRATEGO 2.0.0; many path
errors reported with 2.0.0 have been fixed.

However, there is still a problem that prevents “str” from working properly.

Solution: in file …/strategoxt-2.1.0/share/strategoxt/bin/strategoxt-path
replace the line
STRDIR=$DISTDIR/share/strategoxt/strategoxt
with
STRDIR=$DISTDIR/strategoxt

Problem description:
Installation procedure used:

VERSION=2.1.0
mkdir $HOME/STRATEGO
mv strategoxt-distrib-$VERSION-bin.tar $HOME/STRATEGO
cd $HOME/STRATEGO
mkdir strategoxt-$VERSION
cd strategoxt-$VERSION
tar xvf ../strategoxt-distrib-$VERSION-bin.tar

PATH=“$PATH:$HOME/STRATEGO/strategoxt-$VERSION/share/strategoxt/bin”

str test.str
Cannot find strategoxt.jar

Submitted by hubert on 3 April 2017 at 15:14

On 28 April 2017 at 18:39 Hendrik van Antwerpen commented:

Thanks for reporting this. There will be a fix for your use case in the next release.

Log in to post comments