You have to edit your bashrc file and add the lines yourself:

export QTDIR=/usr/share/qt3
export PATH=$PATH:$QTDIR/bin
On Feb 19, 2016 7:05 AM, "Seth Stevenson" <[email protected]> wrote:

> I have libxt-dev and libxmu installed for lubuntu. I don't see anything
> like export in my .bashrc file to edit. I am still getting this error. What
> do I do next?
>
> On Wed, Feb 10, 2016 at 2:57 PM, jorge soto <[email protected]> wrote:
>
>> Thank you Frederick.
>>
>> 2016-02-10 11:40 GMT-08:00 Frederick Gleason <[email protected]>:
>>
>>> On Feb 8, 2016, at 12:52 06, jorge soto <[email protected]> wrote:
>>>
>>> > This error was discussed before when trying to install to Fedora but I
>>> did not see it get resolved. Now I am having the same issue when trying to
>>> compile Rivendell 2.11.0 on Ubuntu 14.04, I get the following error:
>>> >
>>> > checking for IceConnectionNumber in -lICE... yes
>>> > checking for Qt... yes:
>>> >     QT_CXXFLAGS=-I/usr/include/qt3 -DQT_THREAD_SUPPORT
>>> >     QT_DIR=
>>> >     QT_LIBS=-lqt-mt  -lSM -lICE  -lX11 -lXext -lXmu -lXt -lXi
>>> >     QT_BIN=/usr/bin
>>> >     QT_UIC=/usr/bin/uic
>>> >     QT_MOC=/usr/bin/moc
>>> > checking correct functioning of Qt installation... failure
>>> > configure: error: Failed to find matching components of a complete
>>> >                   Qt installation. Try using more options,
>>> >                   see ./configure --help.
>>> >
>>> >
>>> > I even tried this in the .bashrc file
>>> >
>>> > export QTDIR=/usr/lib/qt3
>>> > export PATH=$PATH:$QTDIR/bin
>>> >
>>> >
>>> > but I still get the same error.
>>> >
>>>
>>> Known problem, already fixed in Git master.  Bottom line, the Autoconf
>>> macro is looking for libraries that aren’t actually required by Qt3 (and
>>> hence, not pulled in by the qt3-devel package).  To work around it, simply
>>> install the ‘extra’ libraries’ -devel packages:
>>>
>>>         yum install libXt-devel libXmu-devel
>>>
>>> Cheers!
>>>
>>>
>>> |----------------------------------------------------------------------|
>>> | Frederick F. Gleason, Jr. |              Chief Developer             |
>>> |                           |              Paravel Systems             |
>>> |----------------------------------------------------------------------|
>>> |          A room without books is like a body without a soul.         |
>>> |                                         -- Cicero                    |
>>> |----------------------------------------------------------------------|
>>>
>>> _______________________________________________
>>> Rivendell-dev mailing list
>>> [email protected]
>>> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
>>>
>>
>>
>> _______________________________________________
>> Rivendell-dev mailing list
>> [email protected]
>> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
>>
>>
>
>
> --
> Seth Stevenson
>
_______________________________________________
Rivendell-dev mailing list
[email protected]
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev

Reply via email to