[prev in list] [next in list] [prev in thread] [next in thread] 

List:       quanta
Subject:    Re: [Quanta] Kdewebdev Compile Problem (Apparent kdelibs/Qt version
From:       Christopher Hoover <cjhoover () gmail ! com>
Date:       2005-12-02 16:48:33
Message-ID: f3d984f30512020848q29bff759p931ea7e782312913 () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


On 12/2/05, Andras Mantia <amantia@kde.org> wrote:
>
>
> For me it seems that there is a mix with a 64 bit Qt and 32 bit KDE, but
> I might be wrong.



Hey, I'm certainly not ruling it out yet.

Another issue is that Quanta 3.5 is not supported on KDE 3.3.x. I have
> no idea if it compiles at all



*facepalm*  Should've twigged that.  Gives me the notion to update KDE to
3.5 and then trying Quanta 3.5, though.

But your error is independent of this
> (and of Quanta for that matter) as the configure check fails in the
> common KDE part.
> Are you sure that the KDE packages are 64bit versions?



No, I'm not.  May need to go back to the CentOS forums with that very
question.  Thanks.

The line that
> indicates that there might be a problem is:
> configure:30823: checking if UIC has KDE plugins available
> configure:30850: /usr/lib64/qt-3.3/bin/uic
> -L /usr/lib/kde3/plugins/designer
> -nounload -impl actest.h actest.ui > actest.cpp
>
> /usr/lib64/qt-3.3/bin/uic: 64bit Qt
> /usr/lib/kde3/plugins/designer: xxx bit KDE
>
> If there are separate 64bit KDE packages, install them. If they are
> 32bit, remove the 64bit Qt or use --with-qt-dir=/usr/lib/qt-3.3 for
> configure (or something similar, to the 32 bit Qt).


When I run configure with that option, it fails out thus:

------------------------------------------------------------------------------------------
configure:29092: checking for Qt
configure: 29157: /usr/lib/qt-3.3/include/qstyle.h
configure: 29157: /usr/lib64/qt-3.3/include/qstyle.h
taking that
configure:29275: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor
-Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align
-Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2
-Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new
-fno-common -I/usr/lib64/qt-3.3/include -I/usr/X11R6/include
-DQT_THREAD_SUPPORT  -D_REENTRANT  -L/usr/lib/qt-3.3/lib
-L/usr/X11R6/lib64   conftest.cc  -lqt-mt -lpng -lz -lm -ljpeg -ldl  -lXext
-lX11 -lSM -lICE  -lpthread 1>&5
/usr/bin/ld: cannot find -lqt-mt
collect2: ld returned 1 exit status
configure:29278: $? = 1
configure: failed program was:
#include "confdefs.h"
#include <qglobal.h>
#include <qapplication.h>
#include <qcursor.h>
#include <qstylefactory.h>
#include <private/qucomextra_p.h>
#if ! (QT_VERSION >= 0x030200)
#error 1
#endif

int main() {
    (void)QStyleFactory::create(QString::null);
    QCursor c(Qt::WhatsThisCursor);
    return 0;
}
configure:29318: error: Qt (>= Qt 3.2) (library qt-mt) not found. Please
check your installation!
For more details about this problem, look at the end of config.log.
Make sure that you have compiled Qt with thread support!
------------------------------------------------------------------------------------------

But making sure that  I've gbot 64-bit KDE packages seems the better path
anyway.  Either that, or going to 3.5 wholesale.

The saga continues....


C.



--
Vin Diesel encases the souls of his enemies in the bodies of Golden
Retriever puppies.
--Random Vin Diesel Fact Generator http://www.4q.cc/vin/

[Attachment #5 (text/html)]

<br><br><div><span class="gmail_quote">On 12/2/05, <b class="gmail_sendername">Andras \
Mantia</b> &lt;<a href="mailto:amantia@kde.org">amantia@kde.org</a>&gt; \
wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, \
204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> <br>For me it seems that \
there is a mix with a 64 bit Qt and 32 bit KDE, but<br>I might be \
wrong.</blockquote><div><br> <br>
Hey, I'm certainly not ruling it out yet.<br>
</div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, \
204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> Another issue is that Quanta \
3.5 is not supported on KDE 3.3.x. I have<br>no idea if it compiles at all \
</blockquote><div><br> <br>
*facepalm*&nbsp; Should've twigged that.&nbsp; Gives me the notion to update KDE to \
3.5 and then trying Quanta 3.5, though.<br> </div><br><blockquote class="gmail_quote" \
style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; \
padding-left: 1ex;">But your error is independent of this<br>(and of Quanta for that \
matter) as the configure check fails in the <br>common KDE part.<br> Are you sure \
that the KDE packages are 64bit versions? </blockquote><div><br> <br>
No, I'm not.&nbsp; May need to go back to the CentOS forums with that very \
question.&nbsp; Thanks. <br> </div><br><blockquote class="gmail_quote" \
style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; \
padding-left: 1ex;">The line that<br>indicates that there might be a problem \
is:<br>configure:30823: checking if UIC has KDE plugins available \
<br>configure:30850: /usr/lib64/qt-3.3/bin/uic<br>-L \
/usr/lib/kde3/plugins/designer<br>-nounload -impl actest.h actest.ui &gt; \
actest.cpp<br><br>/usr/lib64/qt-3.3/bin/uic: 64bit Qt<br> \
/usr/lib/kde3/plugins/designer: xxx bit KDE <br><br>If there are separate 64bit KDE \
packages, install them. If they are<br>32bit, remove the 64bit Qt or use \
--with-qt-dir=/usr/lib/qt-3.3 for<br>configure (or something similar, to the 32 bit \
Qt).</blockquote><div><br>

When I run configure with that option, it fails out thus:<br>
<br>
------------------------------------------------------------------------------------------<br>
 configure:29092: checking for Qt<br>
configure: 29157: /usr/lib/qt-3.3/include/qstyle.h<br>
configure: 29157: /usr/lib64/qt-3.3/include/qstyle.h<br>
taking that<br>
configure:29275: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor
-Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
-Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith
-Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute
-fno-exceptions -fno-check-new -fno-common -I/usr/lib64/qt-3.3/include
-I/usr/X11R6/include&nbsp; -DQT_THREAD_SUPPORT&nbsp; -D_REENTRANT&nbsp;
-L/usr/lib/qt-3.3/lib -L/usr/X11R6/lib64&nbsp;&nbsp; conftest.cc&nbsp;
-lqt-mt -lpng -lz -lm -ljpeg -ldl&nbsp; -lXext -lX11 -lSM -lICE&nbsp;
-lpthread 1&gt;&amp;5<br>
/usr/bin/ld: cannot find -lqt-mt<br>
collect2: ld returned 1 exit status<br>
configure:29278: $? = 1<br>
configure: failed program was:<br>
#include &quot;confdefs.h&quot;<br>
#include &lt;qglobal.h&gt;<br>
#include &lt;qapplication.h&gt;<br>
#include &lt;qcursor.h&gt;<br>
#include &lt;qstylefactory.h&gt;<br>
#include &lt;private/qucomextra_p.h&gt;<br>
#if ! (QT_VERSION &gt;= 0x030200)<br>
#error 1<br>
#endif<br>
<br>
int main() {<br>
&nbsp;&nbsp;&nbsp; (void)QStyleFactory::create(QString::null);<br>
&nbsp;&nbsp;&nbsp; QCursor c(Qt::WhatsThisCursor);<br>
&nbsp;&nbsp;&nbsp; return 0;<br>
}<br>
configure:29318: error: Qt (&gt;= Qt 3.2) (library qt-mt) not found. Please check \
your installation!<br> For more details about this problem, look at the end of \
config.log.<br> Make sure that you have compiled Qt with thread support!<br>
------------------------------------------------------------------------------------------<br>
 <br>
But making sure that&nbsp; I've gbot 64-bit KDE packages seems the
better path anyway.&nbsp; Either that, or going to 3.5 wholesale.<br>
<br>
The saga continues....<br>
<br>
<br>
C.<br>
</div><br></div><br clear="all"><br>-- <br>Vin Diesel encases the souls of his \
enemies in the bodies of Golden Retriever puppies.<br>--Random Vin Diesel Fact \
Generator <a href="http://www.4q.cc/vin/">http://www.4q.cc/vin/ </a>



_______________________________________________
Quanta mailing list
Quanta@mail.kde.org
https://mail.kde.org/mailman/listinfo/quanta


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic