Emmanuel Lepage <emmanuel.lepage@...> writes: > > Hello, > > SFLPhone already work on ARM and KDE also work on ARM. Which operating system are you trying to port SFLPhone > to? Also, the default SFLPhone client is for Gnome. As for the Qt/KDE version, there is pure Qt library that > will abstract the deamon communication and offer you a nice index=>widget way of managing the calls. It > support most SFLPhone features and should work fine as long as it can talk to dbus. Please just pick a > snapshot of the daemon from git with the same date as a commit on the KDE version as they often fall out of > sync. With that library, you can write a working frontend/GUI in only a couple hundreds of C++ line. You can > also pick some code from SFLPhone KDE as long as you comply with the GPLv3. If you have any questions, just > send a send a message to this list. > > Good luck > > ----- Original Message ----- > From: "vipul mahajan" <vipul.mahajan@...> > To: sflphone@... > Sent: Wednesday, March 7, 2012 5:51:31 AM > Subject: [SFLphone] [Technical] Porting of SFLPhone on ARM > > vipul mahajan sent a message using the contact form at > http://sflphone.org/contact. > > Hi, > > We are trying to port SFLPhone on ARM, but since it doesn't have KDE on it we > > are planning to port it on QWS. Can you suggest the changes required in > source code to do the same? > _______________________________________________ > SFLphone mailing list > SFLphone@... > http://lists.savoirfairelinux.net/mailman/listinfo/sflphone >
Hello, I am unable to compile sflphone 1.0.2 on KDE as it gave many errors. I overcame few errors but got stuck with the following error: /usr/src/sflphone/kde/src/AkonadiBackend.cpp:34:43: error: akonadi/recursiveitemfetchjob.h: No such file or directory /usr/src/sflphone/kde/src/AkonadiBackend.cpp: In member function ‘ContactList AkonadiBackend::update(Akonadi::Collection)’: /usr/src/sflphone/kde/src/AkonadiBackend.cpp:118: error: ‘RecursiveItemFetchJob’ is not a member of ‘Akonadi’ /usr/src/sflphone/kde/src/AkonadiBackend.cpp:118: error: ‘job’ was not declared in this scope /usr/src/sflphone/kde/src/AkonadiBackend.cpp:118: error: expected type-specifier /usr/src/sflphone/kde/src/AkonadiBackend.cpp:118: error: expected ‘;’ make[2]: *** [src/CMakeFiles/sflphone-client-kde.dir/AkonadiBackend.o] Error 1 make[1]: *** [src/CMakeFiles/sflphone-client-kde.dir/all] Error 2 make: *** [all] Error 2 It seems like error is due to the fact that no "Akonadi" folder exists in the source. Do you have any KDE version of SFLPhone which compiles successfully? _______________________________________________ SFLphone mailing list [email protected] http://lists.savoirfairelinux.net/mailman/listinfo/sflphone
