Libxml++2.6-dev installation fails - Dependency problems

I am trying to install ffado in a clean install of 64 Studio 64bit but one of the required dependencies for ffado cannot be installed.

The dependency is:

libxml++-2.6-dev

calls for:

to be installed libsigc++-2.0-dev

which depends on but cannot install:

libxml++2.6-dev: Depends: libxml2-dev but it is not going to be installed Depends: libglibmm-2.4-dev but it is not going to be installed

Trying to install:

libxml2-dev:

Fails because of:

Depends: libxml2 (=2.6.27.dfsg-2) but 2.6.30.dfsg-2~bpo.1 is to be installed

Trying to install:

libglibmm-2.4-dev:

Fails because:

Depends: libglibmm-2.4-1c2a (=2.12.0-1) but 2.12.9-0.1~bpo.1 is to be installed

Is there any way to fix this problem, does this problem effect the 32bit version of 64Studio?

Thanks

Jenny

To state the obvious first...

libxml++2.6-dev is in the debian etch repository.

To build anything I'd recommend you add (or activate) the following repositories:

  • deb http://ftp.debian.org/debian/ etch main contrib non-free
  • deb http://security.debian.org/ etch/updates main
  • deb http://apt.64studio.com/64studio/testing/ 64studio main
  • deb http://apt.64studio.com/backports/ etch-backports main

Happy building...