mvpserver compile problem

  • Wenn ich die neue Version vom mvserver ausm CVS versuch zu übersetzen bekomm ich folgende Fehler.

    Code
    root@wsl1:~/mvpserver# autoconf
    configure.ac:2: error: possibly undefined macro: AM_INIT_AUTOMAKE
          If this token and others are legitimate, please use m4_pattern_allow.
          See the Autoconf documentation.
    configure.ac:5: error: possibly undefined macro: AM_MAINTAINER_MODE
    configure.ac:11: error: possibly undefined macro: AC_PROG_LIBTOOL
    configure.ac:49: error: possibly undefined macro: AM_PATH_PYTHON
    root@wsl1:~/mvpserver# ./configure
    ./configure: line 1303: syntax error near unexpected token `mvpserver,'
    ./configure: line 1303: `AM_INIT_AUTOMAKE(mvpserver, "cvs`date +"%Y%m%d"`")'

    Ne Idee wo das dran liegen könnte?

    Edited once, last by slime2k (October 24, 2004 at 2:54 PM).

  • [dom@florence mvpserver]$ autoconf --version
    autoconf (GNU Autoconf) 2.54
    Written by David J. MacKenzie and Akim Demaille.

    Copyright 2002 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions. There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    [dom@florence mvpserver]$ automake --version
    automake (GNU automake) 1.7.9
    Written by Tom Tromey <tromey@redhat.com>.

    Copyright 2003 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions. There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    [dom@florence mvpserver]$ libtool --version
    ltmain.sh (GNU libtool) 1.5.10 (1.1220.2.130 2004/09/19 12:13:49)

    Copyright (C) 2003 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions. There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

  • Mit diesen Versionen soll das dann also klappen?

    Ich hab:

    Edited once, last by slime2k (October 24, 2004 at 4:54 PM).

  • Hi,

    ich habs hinbekommen aber livetv läuft bei mir nicht, keine Ahnung woran das liegen könnte. Hier mal eine kurze Beschreibung was ich gemacht habe:

    Folgende Debian Pakete habe ich installiert, keine Ahnung ob die alle gebraucht werden:


    apt-get install cvs
    apt-get install python
    apt-get install python-dev
    apt-get install automake1.7
    apt-get install autoconf
    apt-get install autotools-dev
    apt-get install libtool
    apt-get install libmagick6
    apt-get install libmagick6-dev
    apt-get install libevent-dev # required
    apt-get install libevent-perl # required
    apt-get install libevent1 # required
    apt-get install imagemagick
    apt-get install alien ! rpm für debian

    apt-get install libjpeg62
    apt-get install libjpeg62-dev

    apt-get install libxml2
    apt-get install libxml2-dev
    apt-get install libxml2-python2.3
    apt-get install libxml2-utils


    Neuste Version aus dem cvs holen

    cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/vdr-mediamvp co -P mvpserver

    ins mvpserver directory wechseln. Und die Datei bootstrap ausführbar machen
    und dann die folgenden Änderungen durchführen

    Bash
    #!/bin/sh
    
    
    set -x
    rm -f Makefile
    libtoolize --force
    aclocal-1.7
    autoheader
    automake-1.7 --add-missing --copy
    autoconf

    Ins mvpserver Verzeichnis wechseln und

    >./bootstrap
    >./configure
    > make dist

    das erzeugt ein tar file: mvpserver-cvsYYYYMMDD.tar.gz

    2) Entpacken des tar.gz files in einem anderen Verzeichnis und folgende
    Befehle geben

    > tar xvzf mvpserver-cvsYYYYMMDD.tar.gz
    >./bootstrap
    >./configure
    > make
    > make install


    Die mediamvp.conf Datei ist in:

    /usr/local/etc/mediamvp.conf

    nun den mvpserver starten mit

    /usr/local/bin/mvpserver &

    Wie gesagt livetv läuft bei mir nicht

    Viel Spass beim compilen.

    Ach ja anbei noch der inhalt meiner /usr/local/etc/mediamvp.conf


Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!