Q: When compiling it gives the error:Computing dependencies for popmanager.cpp...
In file included from popmanager.cpp:1:
popmanager.moc:17: qmetaobject.h: No such file or directoryWhy won't it compile?
A: You need to make sure you have qt 1.4 installed. Also, be sure you installed the
qt developement libraries as well. These will be needed to compile and qt app.Q: Is qt 1.4 required or is there a qt 1.3 work around?
A: QT 1.4 is REQUIRED! KNewMail uses a ListView to display the headers. This
ListView is a new element of qt 1.4 so it must be installed. QT is shipped via rpms
so upgrading should be a simple process!Q: When I attempt to make KNewMail, I get the following error:
config.h:19: `struct QListT' redeclared as different kind of symbol
/usr/lib/qt/include/qlist.h:134: previous declaration of `template <class type>
class QListT<type>'What's wrong?
A: You have an older version of KNewMail. This problem was caused by the
double declaration of QList in the config.h header. To solve the problem, just
download the newest version of KNewMail from
www.slac.com/mpilone/knewmail_home/ in which the problem was
fixed.Q: What is in the future for KNewMail?
A: At this point I am quite happy with the product. I imagine not much more will
come of it unless someone sends me a great idea. I plan to spend the next couple
weeks/months cleaning up my code and adding documentation to my headers.
Documentation written by Mike
Pilone
All documentation and source code may be freely distributed
as long as it remains in the same format.