After installing engine and eo
cd eo
./configure
fails with message
"configure: need to run ../configure first"
The reason seems to be variable in configure script
GRAMDIR=".."
that should be set to
GRAMDIR="../engine"
like for example in "fr" package.
Also make fails with Make message (here german translation)
make: *** Keine Regel vorhanden, um das Target
ťlexicon-eo.bsŤ,
benötigt von
ťLingua-EO-Gramadoir/lib/Lingua/EO/Gramadoir.pmŤ, zu
erstellen. Schluss.
Make can not find rule for lexicon-eo.bs target
I could only get it runing after using 6.0 version of
develper pack
loaded not from cvs but directly as file tar
from
Artur Trzewik
mail@xdobry.de