I sounds like you need to update some libraries.
This from the kpager developers ...
Quote:
The current version is 1.0 and it is included on the (coming soon) KDE-1.1 base package.
You can download KPager only from the CVS snapshot of the kdebase package from ftp.kde.org or its mirrors
Be warned that KPager needs also the latest kdelibs snapshot as well as Qt 1.42 or newer.
Compilation Problems:
=====================
There might be some issues with the system clock. Since my computer believes a day has 19 hours, the file modification times are wrong and must be set by yourself before compiling. Do:
o find . -print -exec touch {} \;
Remove the autom4te.cache directory in case you don't use automake 1.7.
|
... check versions of: KDE, gcc, Qt, kdevlibs ... I assume you adjusted the times as suggested?