I have downloaded qt 2.3 and compiled it and downloaded
db whatever and compiled it, as it says on the
homepage. I've used exaclty those links. I then tried
to compile kiltdown and it produces error messages en
mass. First of all it said that in tools/dlgstrip.cc
there are unexpected occurences of "exit". I changed
that to "return". I don't know much about C(++) though,
but it compiled nevertheless (that file). It then said
that ld doesn't find -lqt-mt. I then looked into the
lib directory of the qt and there was no libqt-mt.so.?.
I did a locate and found a libqt-mt with qt 2.2
(installed by default). I then tried to compile
kiltdown with qt 2.2 but then it told me that it
doesn't find two functions glXCreateGLXPixmapMESA and
glXReleaseBuffersMESA and I thought why should anyone
use OpenGL in an eMAIL-client ??? So I did a grep in
the kiltdown directory and found ... nothing, of
course. There is no such reference. Why doesn't it
work???
Logged In: NO
Problem is not in kiltdown and in your installation of QT
i think u have two qt versions installed on your mashine
ok u can have all qt ver's if u want but point right qt lib
to ld
or if this is soo hard for you just edit makefile
and add full patch to qt threaded lib( mt) or recompile qt
with thread support....
or u can use -L/usr/lib/qt230/lib -lqt-mt
or -L/where/is/your/qt/lib -lqt-mt
in kiltdown don't exist even one line of some about
OpenGL :))
anyway will be nice to have OpenGL 3D email client
:)))