brailcom/speechd

spd-conf build error

Closed this issue · 3 comments

Version of Speech-dispatcher

git master

Steps to reproduce

  autoreconf -fi
  ./configure --prefix=/usr --sysconfdir=/etc \
    --disable-static \
    --libexecdir=/usr/lib/speech-dispatcher/ \
    --with-ibmtts=no --with-kali=no --with-baratinoo=no \
    --with-voxin=no --without-flite
  make

Obtained behavior

LC_ALL=C PYTHONPATH=./.. PYTHONDONTWRITEBYTECODE=1 help2man -N -n "configure Speech Dispatcher and diagnose problems" --output=spd-conf.1 ./spd-conf
help2man: can't get `--help' info from ./spd-conf
Try `--no-discard-stderr' if option outputs to stderr
make[5]: *** [Makefile:859: spd-conf.1] Fehler 1

Please run

LC_ALL=C PYTHONPATH=./.. PYTHONDONTWRITEBYTECODE=1 ./spd-conf --help

by hand, so we get to know how wrongly it behaves on your system.

@sthibaul I'm very sorry: The error was in my Python environment.

ok, thanks!