On Thu, 4 Oct 2007, [EMAIL PROTECTED] wrote:

I'm trying to build LyX on a machine with a fresh installation of Ubuntu (something I've never done before).

I've made some progress. Seems this is needed on a fresh Ubuntu:

        sudo apt-get install build-essential libqt4-dev
        sudo apt-get install libc6-dev  # This may already have been installed
        sudo apt-get install automake   # This may already have been installed

When trying to compile, I get the following error:

cat qt4_l10n.pot layouts_l10n.pot languages_l10n.pot ui_l10n.pot 
external_l10n.pot | \
                msguniq -o lyx.po && rm -f  qt4_l10n.pot layouts_l10n.pot
        languages_l10n.pot ui_l10n.pot external_l10n.pot
        /bin/sh: msguniq: not found

The problem is a missing program/script called 'msguniq'.

Shouldn't 'configure' check that I have 'msguniq'?

/Christian

--
Christian Ridderström, +46-8-768 39 44               http://www.md.kth.se/~chr

Reply via email to