Description: KdeAm is an answering machine front end for Linux, written using KDE. It needs to have the vboxgetty daemons running to handle the answering of calls. The vboxgetty stores the messages in the vbox spool directory from which KdeAm then picks them up. Now for CapiSuite! V1.3 allows you to monitor voice mail created by the CapiSuite set of applications.
The application is loosely based on the original KAM2 app, which was written for KDE2, although the code is entirely rewritten.Last changelog:
V1.3 - added support for Capisuite voice files. - added means of marking message seen/unseen.
been looking for a good answering machine software for kde. but i get these errors on compilation:
cc1plus: warning: command line option "-Wmissing-prototypes" is valid forC/ObjC but not for C++
In file included from uservbox.cpp:12:
vbox.h:163:5: warning: "HAVE_VSNPRINTF" is not defined
uservbox.cpp:33: error: extra `;'
make[2]: *** [uservbox.o] Error 1
make[2]: Leaving directory `/home/gardo/My_Downloads/kdeam-1.3/kdeam'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/gardo/My_Downloads/kdeam-1.3'
make: *** [all] Error 2
how do i get around these problems?
Ratings & Comments
3 Comments
by the way im using gentoo. kernel 2.6, kde-3.3.0 and gcc-3.4.2
exactly what i've been waiting for. Compiles nicely with gentoo. ;-) thanks a lot!
been looking for a good answering machine software for kde. but i get these errors on compilation: cc1plus: warning: command line option "-Wmissing-prototypes" is valid forC/ObjC but not for C++ In file included from uservbox.cpp:12: vbox.h:163:5: warning: "HAVE_VSNPRINTF" is not defined uservbox.cpp:33: error: extra `;' make[2]: *** [uservbox.o] Error 1 make[2]: Leaving directory `/home/gardo/My_Downloads/kdeam-1.3/kdeam' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/gardo/My_Downloads/kdeam-1.3' make: *** [all] Error 2 how do i get around these problems?