Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

installing itest

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
giorgo
Posts: 1
Joined: 2018-02-18 14:13

installing itest

#1 Post by giorgo »

Need information about error when installing iTest manually. I follow all the steps until the last one. athis is the error I am getting
giorgo@giorgo:~/iTest/iTest-1.4.2-PREVIEW4-src$ make

cd iTestServer/ && make -f Makefile
make[1]: Entering directory '/home/giorgo/iTest/iTest-1.4.2-PREVIEW4-src/iTestServer'
/usr/lib/x86_64-linux-gnu/qt4/bin/uic main_window_v2.ui -o ui_main_window_v2.h
make[1]: /usr/lib/x86_64-linux-gnu/qt4/bin/uic: Command not found
Makefile:440: recipe for target 'ui_main_window_v2.h' failed
make[1]: *** [ui_main_window_v2.h] Error 127
make[1]: Leaving directory '/home/giorgo/iTest/iTest-1.4.2-PREVIEW4-src/iTestServer'
Makefile:40: recipe for target 'sub-iTestServer-make_default' failed
make: *** [sub-iTestServer-make_default] Error 2

giorgo@giorgo:~/iTest/iTest-1.4.2-PREVIEW4-src$
System info: debian 9.3(x86_64), cinnamon 3.27, kernel 4.9.0.4, proc Intel i5-3570, mem 4GiB, HD 225GB ssd, Nvidia graphic card

User avatar
sunrat
Administrator
Administrator
Posts: 6412
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 116 times
Been thanked: 462 times

Re: installing itest

#2 Post by sunrat »

I'm no expert on this but I'd guess you don't have Qt4 installed.
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

User avatar
debiman
Posts: 3063
Joined: 2013-03-12 07:18

Re: installing itest

#3 Post by debiman »

i'm no expert either, but this message is very clear:
giorgo wrote:make[1]: /usr/lib/x86_64-linux-gnu/qt4/bin/uic: Command not found
keep in mind that you might need to install both qt4 and qt4-dev (those aren't exact package names. they might start with lib... for all i know).

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: installing itest

#4 Post by stevepusser »

Just libqt4-dev. In Debian, that also pulls in the Qt 4 runtime packages.

Search for the missing file in the package system:

Code: Select all

$ dpkg -S /usr/lib/x86_64-linux-gnu/qt4/bin/uic

libqt4-dev-bin: /usr/lib/x86_64-linux-gnu/qt4/bin/uic
libqt4-dev will pull in libqt4-dev-bin automatically.
MX Linux packager and developer

Post Reply