Natty install problem with V2

Asked by ewan

Trying to install V 2.0.1 on Ubuntu 11.04. Executing the ./configure command I get the following error
configure: error: Package requirements (
 glibmm-2.4 >= 2.12.0
 giomm-2.4 >= 2.10.0
 libxml++-2.6
) were not met:
glibmm is installed but under libglibmm in /usr/lib, giomm I cannot find any info on this package, does it have to do with the glibmm?, and libxml++ is installed in /usr/lib.

Any ideas on how to remedy this? Previously had v1.3 installed so I guess I can go back to that.

Thanks

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu me-tv Edit question
Assignee:
No assignee Edit question
Solved by:
Michael Lamothe
Solved:
Last query:
Last reply:
Revision history for this message
Frédéric Côté (frederic-cote) said :
#1

You have to also install the dev package in synaptic: libglibmm-2.4-dev,
libxml++2.6-dev and probably libglibmm-utils-dev

On Thu, May 26, 2011 at 10:11 AM, ewan <<email address hidden>
> wrote:

> New question #159119 on me-tv in Ubuntu:
> https://answers.launchpad.net/ubuntu/+source/me-tv/+question/159119
>
> Trying to install V 2.0.1 on Ubuntu 11.04. Executing the ./configure
> command I get the following error
> configure: error: Package requirements (
> glibmm-2.4 >= 2.12.0
> giomm-2.4 >= 2.10.0
> libxml++-2.6
> ) were not met:
> glibmm is installed but under libglibmm in /usr/lib, giomm I cannot find
> any info on this package, does it have to do with the glibmm?, and libxml++
> is installed in /usr/lib.
>
> Any ideas on how to remedy this? Previously had v1.3 installed so I guess I
> can go back to that.
>
> Thanks
>
>
>
> --
> You received this question notification because you are a member of Me
> TV Development, which is an answer contact for me-tv in Ubuntu.
>

--
"In a world without walls, who really needs Windows"
"Nothing is foolproof because fools are so ingenious"

Revision history for this message
Best Michael Lamothe (lamothe-deactivatedaccount-deactivatedaccount) said :
#2
Revision history for this message
ewan (ewanbcn) said :
#3

Thanks for the replies guys!

After following the instructions on github I executed the autogen script which exits with the error "no package gst-rtsp-server-0.10 found" so I try to install via apt which automatically selects the package gir1.2-gst-rtsp-server-0.10 which of course the autogen script can't relate to and exits with the same error!

But... I cd back to my original download me-tv folder and tried ./configure from there & everything worked!!!

So again thanks

Revision history for this message
ewan (ewanbcn) said :
#4

Thanks Michael Lamothe, that solved my question.

Revision history for this message
Michael Lamothe (lamothe-deactivatedaccount-deactivatedaccount) said :
#5

Yeah, the master branch is not functional yet.