Saturday, April 21, 2012

sflphone 1.0.2 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)

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
  believe this is already fixed in version control

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

No comments: