[QScintilla] Makefile issues

ken gebser at mousecar.com
Sun Jan 17 20:59:35 GMT 2016


On 01/16/2016 07:31 PM, Baz Walter wrote:
> On 16/01/16 23:54, ken wrote:
>> On 01/16/2016 04:50 PM, Phil Thompson wrote:
>>>> >Also in the Makefile is
>>>> >
>>>> >QMAKE         = /bin/qmake-qt4
>>>> >
>>>> >This should be "/usr/bin/qmake-qt4".  There's nothing at
>>>> "/bin/qmake-qt4".  Or is that for some reason intentional?
>>> It suggests that your Qt installation isn't configured properly.
>>>
>>> Phil
>>
>> The install of qmake was done by "yum install qt-devel", so a very
>> standard install, indeed, configured by Redhat.  There's nothing I could
>> have done to have changed its location.
>
> What is the output of:
>
>      which qmake-qt4
>
> and:
>
>      qmake-qt4 -query



# which qmake-qt4
/bin/qmake-qt4
# whereis qmake-qt4
qmake-qt4: /usr/bin/qmake-qt4
# ls -li /bin/qmake-qt4 /usr/bin/qmake-qt4
205593261 -rwxr-xr-x. 1 root root 3431392 Nov 20 07:25 /bin/qmake-qt4
205593261 -rwxr-xr-x. 1 root root 3431392 Nov 20 07:25 /usr/bin/qmake-qt4
# qmake-qt4 -query
QT_INSTALL_PREFIX:/usr/lib64/qt4
QT_INSTALL_DATA:/usr/lib64/qt4
QT_INSTALL_DOCS:/usr/share/doc/qt4
QT_INSTALL_HEADERS:/usr/include
QT_INSTALL_LIBS:/usr/lib64
QT_INSTALL_BINS:/usr/lib64/qt4/bin
QT_INSTALL_PLUGINS:/usr/lib64/qt4/plugins
QT_INSTALL_IMPORTS:/usr/lib64/qt4/imports
QT_INSTALL_TRANSLATIONS:/usr/share/qt4/translations
QT_INSTALL_CONFIGURATION:/etc
QT_INSTALL_EXAMPLES:/usr/lib64/qt4/examples
QT_INSTALL_DEMOS:/usr/lib64/qt4/demos
QMAKE_MKSPECS:/usr/lib64/qt4/mkspecs
QMAKE_VERSION:2.01a
QT_VERSION:4.8.5

Evidently there's a hardlink putting the file equally in both places. 
Different commands, however, find it in two different places... neither 
finds it in *both* places.  Strange.



More information about the QScintilla mailing list