When I tryied to compile I've got the message:
rcc -name rsrc -o tmp/qt_rsrc.cpp makemkvgui/src/qt_rsrc.qrc
make: rcc: Comando n?o encontrado
make: ** [tmp/qt_rsrc.cpp] Erro 127
Where is the rcc command?
Where is the rcc command?
-
viabsb
- Posts: 1
- Joined: Wed May 12, 2010 2:15 pm
- Location: Bras?lia, DF.
-
skittle
- Posts: 349
- Joined: Thu Jan 14, 2010 4:23 am
Re: Where is the rcc command?
hi do you have ALL dependencies installed?
it looks like it is part of libqt4-dev
Code: Select all
sudo apt-get install build-essential libc6-dev libssl-dev libgl1-mesa-dev libqt4-dev