Are you sure you did "make install"? As this error state, the ressources are not installed. I am not sure what you did there, but CMake should have taken care of that. To install:
cd sflphone/kde mkdir build cd build cmake ../ make -j5 make install If it still does not install the ressources, you can copy them to the $PREFIX/share/sflphone/ directory, but cmake should do it for you. After that, as you seem to have strange paths, be sure sflphone-client-kde can find sflphoned. If it does not, you can start it by hand. ----- Original Message ----- From: "vipul mahajan" <[email protected]> To: [email protected] Sent: Wednesday, March 14, 2012 10:36:31 AM Subject: [SFLphone] Error with SFLPhone KDE I tried to compile on Kubuntu 11.10 & after successful installation on running the application i got the following error: administrator@ubuntu:~/Documents/anand/sflphone/daemon$ sflphone-client-kde updateAccounts updateAccounts "IP2IP" Building an account from id: "IP2IP" sflphone-client-kde(2044)/libakonadi Akonadi::SessionPrivate::socketError: Socket error occurred: "QLocalSocket::connectToServer: Socket access error" sflphone-client-kde(2044)/libakonadi Akonadi::SessionPrivate::socketError: Socket error occurred: "QLocalSocket::connectToServer: Socket access error" Cannot open file ':/Images/mic_75.svg', because: Unknown error Cannot open file ':/Images/mic_75.svg', because: Unknown error Cannot open file ':/Images/speaker_75.svg', because: Unknown error Cannot open file ':/Images/speaker_75.svg', because: Unknown error updateAccounts updateAccounts "IP2IP" Building an account from id: "IP2IP" Account "IP2IP" is not registered ( "READY" ) Account "IP2IP" is not registered ( "READY" ) KCrash: Application 'sflphone-client-kde' crashing... KCrash: Attempting to start /usr/lib/kde4/libexec/drkonqi from kdeinit sock_file=/home/administrator/.kde/socket-ubuntu/kdeinit4__0 [1]+ Stopped sflphone-client-kde and a dialog box appears which says: "We are sorry SFLPhone-client-kde crashed unexpectedly" Executable: sflphone-client-kde PID: 2044 Signal: Segmentation fault (11) _______________________________________________ SFLphone mailing list [email protected] http://lists.savoirfairelinux.net/mailman/listinfo/sflphone _______________________________________________ SFLphone mailing list [email protected] http://lists.savoirfairelinux.net/mailman/listinfo/sflphone
