sycvt
01-29-2022, 01:09 PM
Hi Everyone,
Has anyone ran into the error below when running configure? I'm using Ubuntu 20.04 and was following the install.newbie walkthroughs for SEQ 6.2.1.
checking for Qt... yes
>> Found version.: 4.8.7
>>> Headers......: /usr/include/qt4
>>>> Libraries...: /usr/lib/x86_64-linux-gnu/
>>>>> Workable...: -*{ YES }*-
checking for Qt MOC... yes
checking for Qt UIC... configure: error: No working Qt user interface compiler (uic) found!
Configure found and tried to use '/bin/uic', but failed...
If configure shouldn't have tried '/bin/uic', please set the environment
variable UIC to point to the location of your prefered uic binary and run
configure over.
As a last resort, it may be possible to eliminate this error by typing:
export UIC=`updatedb && locate uic | grep bin/uic` (with the `s)
I tried pursing the "last resort" option but ran into other issues trying that.
Thanks in advance if anyone has any ideas/suggestions!
Has anyone ran into the error below when running configure? I'm using Ubuntu 20.04 and was following the install.newbie walkthroughs for SEQ 6.2.1.
checking for Qt... yes
>> Found version.: 4.8.7
>>> Headers......: /usr/include/qt4
>>>> Libraries...: /usr/lib/x86_64-linux-gnu/
>>>>> Workable...: -*{ YES }*-
checking for Qt MOC... yes
checking for Qt UIC... configure: error: No working Qt user interface compiler (uic) found!
Configure found and tried to use '/bin/uic', but failed...
If configure shouldn't have tried '/bin/uic', please set the environment
variable UIC to point to the location of your prefered uic binary and run
configure over.
As a last resort, it may be possible to eliminate this error by typing:
export UIC=`updatedb && locate uic | grep bin/uic` (with the `s)
I tried pursing the "last resort" option but ran into other issues trying that.
Thanks in advance if anyone has any ideas/suggestions!