----- Original Message ----- > From: "seth" <[email protected]> > To: [email protected] > Sent: Saturday, April 21, 2012 1:03:30 AM > Subject: [SFLphone] building 1.0.2 from source on natty > > > had a bunch of trouble getting 1.0.2 to build and run on natty > (ubuntu 11.04). thought this info might be helpful to anyone else > that's trying to avoid unity for a little bit longer > > > sudo apt-get install: > libdbus-c++-dev > libgtk-3-dev > > libwebkitgtk-3.0-dev > libnotify4-dev > > > at first i used libnotify-dev, and got a confusing error > Gtk-ERROR **: GTK+ 2.x symbols detected. Using GTK+ 2.x and GTK+ 3 in > the same process is not supported > ldd indicated that libgtk-x11-2.0.so.0 was used > use libnotify4-dev instead (doesn't link against gtk directly)
Thanks for the post. We've recently added some more checks to configure.ac to avoid the above gtk2/3 clash. I'll double check to see if our configure-time libnotify check is sufficient. > config file (sflphoned.yml) wasn't automatically being created > copied my 0.9.2 file and it worked fine > might have missed it, but didn't see a basic starting point for > generating one This is curious, if you quit SFLphone normally (i.e. not by interrupting it/killing it), it should save the config file in .config/sflphone/sflphoned.yml > starting the client failed with a segmentation fault - appears that > it was failing to get codecs > may be related to 0.9.2 still being installed > corrected this problem by starting the daemon explicitly first The 1.0.x series of SFLphone is not parallel installable with the 0.9.x series. We will have to document this in the wiki and README. Best, Tristan _______________________________________________ SFLphone mailing list [email protected] http://lists.savoirfairelinux.net/mailman/listinfo/sflphone
