You are here

Add new comment

Hello and thanks for your reply. I installed the package you mention, but I still get the same error while trying to `make install` qjackctl this time (as with qsynth, the build itself succeeds).

In both cases, the `make install` output contains a bunch of errors like this:

install: cannot stat 'src/translations/qsynth_XX.qm': No such file or directory

So maybe I'm missing some Qt program that makes .qm files from .ts files (I know nothing about Qt so I'm guessing). If that's the case, the `configure` script should probably check for that program and IMO disable translation support if it's missing (thus allowing for an installation without translations).

In the end, I went with the same workaround: alter the Makefile to ignore the error and carry on.