Results 1 to 9 of 9

Thread: CentOS make error for RC1

Threaded View

  1. #5
    Administrator
    Join Date
    Oct 2019
    Posts
    507

    Re: CentOS make error for RC1

    Yes, that's the right info, thanks.

    It's definitely trying to use the Qt3 UIC, so that's likely the problem.

    If your Qt4 packages are installed in a standard location (like /usr/lib64/qt4 on 64-bit CentOS), then the current search order should find the Qt4 version before it finds the Qt3 version.

    As a workaround, you can try

    Code:
    UIC=/path/to/your/uic ./configure
    You might try looking under /usr/lib64/qt4/bin for the Qt4 UIC, but if it was there, then configure should have already found it.

    Also, would you please paste the output of the following commands:

    Code:
    rpm -q qt
    
    rpm -q qt-devel
    
    locate bin/uic
    Last edited by cn187; 11-18-2020 at 05:26 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

You may post new threads
You may post replies
You may post attachments
You may edit your posts
HTML code is Off
vB code is On
Smilies are On
[IMG] code is On