I have been trying for days to get kile to compile on
my system:
osx 10.3.2
Package manager version: 0.17.4
Distribution version: 0.6.2.cvs.
compiling from source always results in it complaining
about Qt even though i have the newest version
installed.
it is necessary to specify where qt is located. so the
configure has to look like this:
$ ./configure --with-qt-dir=/sw/share/qt3
--with-qt-includes=/sw/include/qt
--with-qt-libraries=/sw/lib --prefix=/sw
this is the error in the config.log file:
configure:26505: checking for Qt
configure: 26573: /sw/include/qt/qstyle.h
taking that
configure:26688: rm -rf SunWS_cache; g++ -o conftest
-Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W
-Wpointer-arith -Wwrite-strings -O2 -fno-exceptions
-fno-check-new -fno-common -I/sw/include/qt
-I/usr/X11R6/include -DQT_THREAD_SUPPORT -L/sw/lib
-L/usr/X11R6/lib conftest.cc -lqt-mt -lpng -lz -lm
-ljpeg -ldl -lXext -lX11 -lSM -lICE -lpthread 1>&5
configure:26369: result: /usr/bin/perlconfigure:26505:
checking for Qtconfigure: 26573:
/sw/include/qt/qstyle.htaking thatconfigure:26688: rm
-rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor
-Wno-long-long -Wundef -Wall -W -Wpointer-arith
-Wwrite-strings -O2 -fno-exceptions -fno-check-new
-fno-common -I/sw/include/qt -I/usr/X11R6/include
-DQT_THREAD_SUPPORT -L/sw/lib -L/usr/X11R6/lib
conftest.cc -lqt-mt -lpng -lz -lm -ljpeg -ldl -lXext
-lX11 -lSM -lICE -lpthread 1>&5
ld: Undefined symbols:
_FT_Stream_EnterFrame referenced from libqt-mt
expected to be defined in libfreetype
_FT_Stream_ExitFrame referenced from libqt-mt expected
to be defined in libfreetype
_FT_Stream_GetLong referenced from libqt-mt expected
to be defined in libfreetype
_FT_Stream_GetShort referenced from libqt-mt expected
to be defined in libfreetype
_FT_Stream_Seek referenced from libqt-mt expected to
be defined in libfreetype
_XRenderSetSubpixelOrder referenced from libXrandr
expected to be defined in libXrender
_FT_Get_Next_Char referenced from libfontconfig
expected to be defined in libfreetype
_XRenderQuerySubpixelOrder referenced from libXft
expected to be defined in libXrender
_XRenderCreateAnimCursor referenced from libXcursor
expected to be defined in libXrender
_XRenderCreateCursor referenced from libXcursor
expected to be defined in libXrender
_XRenderFindStandardFormat referenced from libXcursor
expected to be defined in libXrender
__XLockMutex_fn referenced from libXcursor expected to
be defined in libX11
__XUnlockMutex_fn referenced from libXcursor expected
to be defined in libX11
__Xglobal_lock referenced from libXcursor expected to
be defined in libX11
configure:26691: $? = 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 >= 0x030100)
#error 1
#endif
int main() {
(void)QStyleFactory::create(QString::null);
QCursor c(Qt::WhatsThisCursor);
return 0;
}
configure:26731: error: Qt (>= Qt 3.1 (20021021))
(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!
so it complains about the qt-mt libs. but an ls gives
me:
[16:[EMAIL PROTECTED] kile-1.6]$ ls
/sw/lib/libqt
libqt-mt.3.2.2.dylib libqt-mt.la
libqtmcop.dylib
libqt-mt.3.2.dylib libqt-mt.prl
libqtmcop.la
libqt-mt.3.dylib libqtmcop.1.0.0.dylib
libqt-mt.dylib libqtmcop.1.dylib
is the binary qt compiled with thread support? all
versions of qt are 3.2.3.12.
in my desperation i tried to look for the kile package
which should exist in unstable. but i cant find it...
where to go from here? re-install qt with thread
support or is there a binary of kile somewhere.
any help would be greatly appreciated!
frederik
________________________________________________________________________
Yahoo! Messenger - Communicate instantly..."Ping"
your friends today! Download Messenger Now
http://uk.messenger.yahoo.com/download/index.html
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners