El Domingo, 24 de Mayo de 2009, Michał Andrzej Woźniak escribió: > Dnia niedziela 24 maj 2009, Michał Andrzej Woźniak napisał(a): > > Hello, > > > > I am trying to build qutecom-2.2 (from hg cloned repo), I get the > > following error: > > > > [ 62%] Runs lrelease command > > Usage: > > lrelease [options] project-file > > lrelease [options] ts-files [-qm qm-file] > > Options: > > -help Display this information and exit > > -nocompress > > Do not compress the .qm files > > -verbose > > Explain what is being done > > -version > > Display the version of lrelease and exit > > make[2]: *** [debug/lang/qtwengophone_hu.qm] Błąd 1 > > make[1]: *** > > [wengophone/src/presentation/qt/CMakeFiles/lrelease.dir/all] Błąd 2 > > make: *** [all] Error 2 > > > > I tried using: > > alias lrelease='lrelease-qt4' > > (thinking that maybe the version is relevant), but to now avail. > > Dumb me. Asked google, got the answer at: > http://osdir.com/ml/voip.qutecom.devel/2008-09/msg00076.html > > Just for the record, if anybody has the same error, run: > sudo update-alternatives --config lrelease > ...and select lrelease-qt4. > > Works AOK now.
Yes, doing a Bash alias is not a good idea since commands and scripts could not use it. Bash alias are just useful for manual operations in a terminal. -- Iñaki Baz Castillo <[email protected]> _______________________________________________ QuteCom-dev mailing list [email protected] http://lists.qutecom.org/mailman/listinfo/qutecom-dev
