kdevelop3.0a3 compile problems
J. Scott Amort
jsamort at telus.net
Wed Mar 5 04:36:33 GMT 2003
On Tue, 2003-03-04 at 05:23, eggert.ehmke at berlin.de wrote:
> > > checking if UIC has KDE plugins available... configure: error: not found
>
> > > - you need to install kdelibs first.
>
> please look into the config.log file and tell us what errors are there.
> Eggert
Sure, here is the part of config.log that deals with Qt and kdelibs...
configure:22230: checking for Qt
configure: 22297: /usr/lib/qt-3.1/include/qstyle.h
taking that
tried NO
configure:22407: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor
-Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith
-Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions
-fno-check-new -fno-common -I/usr/lib/qt-3.1/include
-I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT
-L/usr/lib/qt-3.1/lib -L/usr/X11R6/lib conftest.cc -lqt-mt -lpng -lz
-lm -ljpeg -ldl -lXext -lX11 -lSM -lICE -lpthread 1>&5
configure:22410: $? = 0
configure:22469: result: libraries /usr/lib/qt-3.1/lib, headers
/usr/lib/qt-3.1/include using -mt
configure:22479: checking if Qt compiles without flags
configure:22576: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor
-Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith
-Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions
-fno-check-new -fno-common -I/usr/lib/qt-3.1/include
-DQT_THREAD_SUPPORT -D_REENTRANT -L/usr/X11R6/lib conftest.cc -lqt-mt
-lpng -lz -lm -ljpeg -ldl -lXext -lX11 -lSM -lICE -lXext -lX11 1>&5
/usr/bin/ld: cannot find -lqt-mt
collect2: ld returned 1 exit status
configure:22579: $? = 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 >= 300)
#error 1
#endif
int main() {
(void)QStyleFactory::create(QString::null);
QCursor c(Qt::WhatsThisCursor);
return 0;
}
configure:22612: result: no
configure:22650: checking for moc
configure:22719: result: /usr/lib/qt-3.1/bin/moc
configure:22727: checking for uic
configure:22778: result: /usr/lib/qt-3.1/bin/uic
configure:22806: checking whether uic supports -L
configure:22817: /usr/lib/qt-3.1/bin/uic -L /nonexistant conftest.ui
>/dev/null
configure:22820: $? = 0
configure:22832: result: yes
configure:22844: checking whether uic supports -nounload
configure:22855: /usr/lib/qt-3.1/bin/uic -nounload conftest.ui
>/dev/null
configure:22858: $? = 0
configure:22870: result: yes
configure:22906: checking if Qt needs -ljpeg
configure:22950: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor
-Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith
-Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions
-fno-check-new -fno-common -I/usr/lib/qt-3.1/include
-I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT conftest.cc
-L/usr/X11R6/lib -L/usr/lib/qt-3.1/lib -lqt-mt -lpng -lz -lm -ldl
-lXext -lX11 -lSM -lICE 1>&5
configure: In function `int main()':
configure:22941: warning: `char**argv' might be used uninitialized in
this
function
configure:22953: $? = 0
configure:22956: test -s conftest
configure:22959: $? = 0
configure:22985: result: no
configure:23011: checking for rpath
configure:23037: result: yes
configure:23040: checking for KDE
configure: 23090: /usr/local/kde/include/ksharedptr.h
configure: 23090: /usr/lib/kde/include/ksharedptr.h
configure: 23090: /usr/local/kde/include/ksharedptr.h
configure: 23090: /usr/local/include/ksharedptr.h
configure: 23090: /usr/kde/include/ksharedptr.h
configure: 23090: /usr/include/kde/ksharedptr.h
taking that
configure: 23120: /usr/local/kde/lib/libkio.la
configure: 23120: ${exec_prefix}/lib/libkio.la
configure: 23120: /usr/lib/kde/lib/libkio.la
configure: 23120: /usr/local/kde/lib/libkio.la
configure: 23120: /usr/kde/lib/libkio.la
configure: 23120: /usr/lib/kde/libkio.la
configure: 23120: /usr/lib/kde3/libkio.la
configure: 23120: /usr/lib/libkio.la
taking that
configure: 23138: /usr/local/kde/lib/kde3/plugins/designer/kdewidgets.la
configure: 23138: ${exec_prefix}/lib/kde3/plugins/designer/kdewidgets.la
configure: 23138: /usr/lib/kde/lib/kde3/plugins/designer/kdewidgets.la
configure: 23138: /usr/local/kde/lib/kde3/plugins/designer/kdewidgets.la
configure: 23138: /usr/kde/lib/kde3/plugins/designer/kdewidgets.la
configure: 23138: /usr/lib/kde/kde3/plugins/designer/kdewidgets.la
configure: 23138: /usr/lib/kde3/kde3/plugins/designer/kdewidgets.la
configure: 23138: /usr/lib/kde3/plugins/designer/kdewidgets.la
taking that
configure:23209: result: libraries /usr/lib, headers /usr/include/kde
configure:23246: checking if UIC has KDE plugins available
configure:23273: /usr/lib/qt-3.1/bin/uic -L
/usr/lib/kde3/plugins/designer -nounload -impl actest.h actest.ui >
actest.cpp
configure:23276: $? = 0
configure:23291: error: not found - you need to install kdelibs first.
** END OF CONFIG.LOG **
Both /usr/lib/qt-3.1/bin/uic and /usr/lib/kde3/plugins/designer are
valid. Thanks for the response!
Scott
-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«
More information about the KDevelop
mailing list