Beiträge von Multimania

    so ich habe jetzt noch mal ein neues system installiert.


    DVB treiber funktioniert.
    VDR geht auch


    dann habe ich das VCD plug-in H.S. installiert


    und bekomme diese meldung:


    video:/usr/local/src/VDR # make plugins
    make[1]: Entering directory `/usr/local/src/vdr-1.1.20/PLUGINS/src/hello'
    make[1]: Leaving directory `/usr/local/src/vdr-1.1.20/PLUGINS/src/hello'
    make[1]: Entering directory `/usr/local/src/vdr-1.1.20/PLUGINS/src/hello'
    g++ -O2 -Wall -Woverloaded-virtual -c -DPLUGIN_NAME_I18N='"hello"' -I../../../include -I../../../../DVB/include hello.c
    g++ -O2 -Wall -Woverloaded-virtual -c -DPLUGIN_NAME_I18N='"hello"' -I../../../include -I../../../../DVB/include i18n.c
    g++ -O2 -Wall -Woverloaded-virtual -shared hello.o i18n.o -o libvdr-hello.so
    make[1]: Leaving directory `/usr/local/src/vdr-1.1.20/PLUGINS/src/hello'
    make[1]: Entering directory `/usr/local/src/vdr-1.1.20/PLUGINS/src/osddemo'
    make[1]: Leaving directory `/usr/local/src/vdr-1.1.20/PLUGINS/src/osddemo'
    make[1]: Entering directory `/usr/local/src/vdr-1.1.20/PLUGINS/src/osddemo'
    g++ -O2 -Wall -Woverloaded-virtual -c -DPLUGIN_NAME_I18N='"osddemo"' -I../../../include -I../../../../DVB/include osddemo.c
    g++ -O2 -Wall -Woverloaded-virtual -shared osddemo.o -o libvdr-osddemo.so
    make[1]: Leaving directory `/usr/local/src/vdr-1.1.20/PLUGINS/src/osddemo'
    make[1]: Entering directory `/usr/local/src/vdr-1.1.20/PLUGINS/src/sky'
    make[1]: Leaving directory `/usr/local/src/vdr-1.1.20/PLUGINS/src/sky'
    make[1]: Entering directory `/usr/local/src/vdr-1.1.20/PLUGINS/src/sky'
    g++ -O2 -Wall -Woverloaded-virtual -c -DPLUGIN_NAME_I18N='"sky"' -I../../../include -I../../../../DVB/include sky.c
    g++ -O2 -Wall -Woverloaded-virtual -shared sky.o -o libvdr-sky.so
    make[1]: Leaving directory `/usr/local/src/vdr-1.1.20/PLUGINS/src/sky'
    make[1]: Entering directory `/usr/local/src/vdr-1.1.20/PLUGINS/src/status'
    make[1]: Leaving directory `/usr/local/src/vdr-1.1.20/PLUGINS/src/status'
    make[1]: Entering directory `/usr/local/src/vdr-1.1.20/PLUGINS/src/status'
    g++ -O2 -Wall -Woverloaded-virtual -c -DPLUGIN_NAME_I18N='"status"' -I../../../include -I../../../../DVB/include status.c
    g++ -O2 -Wall -Woverloaded-virtual -shared status.o -o libvdr-status.so
    make[1]: Leaving directory `/usr/local/src/vdr-1.1.20/PLUGINS/src/status'
    make[1]: Entering directory `/usr/local/src/vdr-1.1.20/PLUGINS/src/vcd-0.0.3'
    make[1]: Leaving directory `/usr/local/src/vdr-1.1.20/PLUGINS/src/vcd-0.0.3'
    make[1]: Entering directory `/usr/local/src/vdr-1.1.20/PLUGINS/src/vcd-0.0.3'
    g++ -O2 -Wall -Woverloaded-virtual -c -DPLUGIN_NAME_I18N='"vcd"' -D_GNU_SOURCE -I../../../include -I../../../../DVB/include vcd.c
    g++ -O2 -Wall -Woverloaded-virtual -c -DPLUGIN_NAME_I18N='"vcd"' -D_GNU_SOURCE -I../../../include -I../../../../DVB/include vcd_func.c
    g++ -O2 -Wall -Woverloaded-virtual -c -DPLUGIN_NAME_I18N='"vcd"' -D_GNU_SOURCE -I../../../include -I../../../../DVB/include vcd_i18n.c
    g++ -O2 -Wall -Woverloaded-virtual -c -DPLUGIN_NAME_I18N='"vcd"' -D_GNU_SOURCE -I../../../include -I../../../../DVB/include vcd_menu.c
    In file included from vcd_menu.c:19:
    ../../../include/vdr/osd.h:125: warning: `virtual void cOsdObject::Show()' was
    hidden
    vcd_control.h:39: warning: by `void cVCDPlayerControl::Show(int)'
    g++ -O2 -Wall -Woverloaded-virtual -c -DPLUGIN_NAME_I18N='"vcd"' -D_GNU_SOURCE -I../../../include -I../../../../DVB/include vcd_control.c
    In file included from vcd_control.c:12:
    ../../../include/vdr/osd.h:125: warning: `virtual void cOsdObject::Show()' was
    hidden
    ../../../include/vdr/menu.h:130: warning: by `void cReplayControl::Show(int)'
    In file included from vcd_control.c:15:
    ../../../include/vdr/osd.h:125: warning: `virtual void cOsdObject::Show()' was
    hidden
    vcd_control.h:39: warning: by `void cVCDPlayerControl::Show(int)'
    g++ -O2 -Wall -Woverloaded-virtual -c -DPLUGIN_NAME_I18N='"vcd"' -D_GNU_SOURCE -I../../../include -I../../../../DVB/include vcd_player.c
    vcd_player.c:314: default argument given for parameter 2 of `void
    cVCDPlayer::Goto(int, bool = false)'
    vcd_player.h:92: after previous specification in `void cVCDPlayer::Goto(int,
    bool = false)'
    vcd_player.c:334: default argument given for parameter 3 of `bool
    cVCDPlayer::GetIndex(int&, int&, bool = false)'
    vcd_player.h:91: after previous specification in `virtual bool
    cVCDPlayer::GetIndex(int&, int&, bool = false)'
    vcd_player.c:543: default argument given for parameter 3 of `void
    cVCDPlayer::StripAudioPackets(uchar*, int, unsigned char = 0)'
    vcd_player.h:68: after previous specification in `void
    cVCDPlayer::StripAudioPackets(uchar*, int, unsigned char = 0)'
    make[1]: *** [vcd_player.o] Error 1
    make[1]: Leaving directory `/usr/local/src/vdr-1.1.20/PLUGINS/src/vcd-0.0.3'
    make: *** [plugins] Error 2
    video:/usr/local/src/VDR #


    bin ich zu blöd oder übersehe ich einfach nur was ???

    ich mache mir jetzt eine saubere und neue 8.1 installation.


    kann mir bitte jemand erklären:


    wie ich die Modul-Unterstützung für video4linux und i2c installiere. Und die Unterstützung für input-core und event-interface.

    also vdr geht einwandfrei.
    a52dec habe ich nicht installiert,


    änder aber nichts daran das er die anderen plugins nicht installiert


    meint er mit hiermit: Für die Verwendung des sogenannten NEWSTRUCT-Treibers ist noch eine Zeile des Makefile im Quellverzeichnis des VCD-Plugins anzupassen


    das makefile von vcd wo das ost weg muss ?

    ich habe make clean gemacht
    und dann noch mal make plugins


    das ist die ausgabe:


    video:/usr/local/src/VDR # make plugins
    make[1]: Entering directory `/usr/local/src/vdr-1.1.20/PLUGINS/src/dvd-0.2.0'
    g++ -O2 -Wall -Woverloaded-virtual -m486 -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"dvd"' -I../../../../DVB/ost/include -I../../../include -I/usr/include/dvdnav dvd.c
    `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead.
    In file included from player-dvd.h:28,
    from dvd.c:16:
    ca52.h:16:29: a52dec/mm_accel.h: No such file or directory
    ca52.h:17:24: a52dec/a52.h: No such file or directory
    In file included from player-dvd.h:28,
    from dvd.c:16:
    ca52.h:62: syntax error before `*' token
    ca52.h:69: parse error before `,' token
    ca52.h:83: type specifier omitted for parameter `a52_state_t'
    ca52.h:83: parse error before `*' token
    In file included from dvd.c:17:
    ../../../include/vdr/osd.h:125: warning: `virtual void cOsdObject::Show()' was
    hidden
    control-dvd.h:28: warning: by `void cDvdPlayerControl::Show(int)'
    make[1]: *** [dvd.o] Error 1
    make[1]: Leaving directory `/usr/local/src/vdr-1.1.20/PLUGINS/src/dvd-0.2.0'
    make[1]: Entering directory `/usr/local/src/vdr-1.1.20/PLUGINS/src/hello'
    make[1]: Nothing to be done for `all'.
    make[1]: Leaving directory `/usr/local/src/vdr-1.1.20/PLUGINS/src/hello'
    make[1]: Entering directory `/usr/local/src/vdr-1.1.20/PLUGINS/src/mp3-0.7.9'
    g++ -O2 -Wall -Woverloaded-virtual -c -D_GNU_SOURCE -DHAVE_SNDFILE -I../../../include mp3.c
    g++ -O2 -Wall -Woverloaded-virtual -c -D_GNU_SOURCE -DHAVE_SNDFILE -I../../../include i18n.c
    g++ -O2 -Wall -Woverloaded-virtual -c -D_GNU_SOURCE -DHAVE_SNDFILE -I../../../include data.c
    g++ -O2 -Wall -Woverloaded-virtual -c -D_GNU_SOURCE -DHAVE_SNDFILE -I../../../include menu.c
    g++ -O2 -Wall -Woverloaded-virtual -c -D_GNU_SOURCE -DHAVE_SNDFILE -I../../../include data-mp3.c
    g++ -O2 -Wall -Woverloaded-virtual -c -D_GNU_SOURCE -DHAVE_SNDFILE -I../../../include menu-mp3.c
    ../../../include/vdr/osd.h:125: warning: `virtual void cOsdObject::Show()' was
    hidden
    menu-mp3.c:118: warning: by `void cMP3Control::Show(int)'
    g++ -O2 -Wall -Woverloaded-virtual -c -D_GNU_SOURCE -DHAVE_SNDFILE -I../../../include setup-mp3.c
    g++ -O2 -Wall -Woverloaded-virtual -c -D_GNU_SOURCE -DHAVE_SNDFILE -I../../../include player-mp3.c
    g++ -O2 -Wall -Woverloaded-virtual -c -D_GNU_SOURCE -DHAVE_SNDFILE -I../../../include network.c
    g++ -O2 -Wall -Woverloaded-virtual -c -D_GNU_SOURCE -DHAVE_SNDFILE -I../../../include decoder.c
    In file included from decoder.c:39:
    decoder-snd.h:32:21: sndfile.h: No such file or directory
    In file included from decoder.c:39:
    decoder-snd.h:43: syntax error before `*' token
    decoder-snd.h:47: 'SF_INFO' is used as a type, but is not defined as a type.
    decoder-snd.h:53: `sf_count_t' was not declared in this scope
    decoder-snd.h:53: parse error before `=' token
    decoder-snd.h:54: parse error before `*' token
    make[1]: *** [decoder.o] Error 1
    make[1]: Leaving directory `/usr/local/src/vdr-1.1.20/PLUGINS/src/mp3-0.7.9'
    make[1]: Entering directory `/usr/local/src/vdr-1.1.20/PLUGINS/src/osddemo'
    make[1]: Nothing to be done for `all'.
    make[1]: Leaving directory `/usr/local/src/vdr-1.1.20/PLUGINS/src/osddemo'
    make[1]: Entering directory `/usr/local/src/vdr-1.1.20/PLUGINS/src/sky'
    make[1]: Nothing to be done for `all'.
    make[1]: Leaving directory `/usr/local/src/vdr-1.1.20/PLUGINS/src/sky'
    make[1]: Entering directory `/usr/local/src/vdr-1.1.20/PLUGINS/src/status'
    make[1]: Nothing to be done for `all'.
    make[1]: Leaving directory `/usr/local/src/vdr-1.1.20/PLUGINS/src/status'
    make[1]: Entering directory `/usr/local/src/vdr-1.1.20/PLUGINS/src/vcd-0.0.3'
    g++ -O2 -Wall -Woverloaded-virtual -c -DPLUGIN_NAME_I18N='"vcd"' -D_GNU_SOURCE -I../../../include -I/usr/local/src/VDR/include vcd_player.c
    In file included from vcd_player.h:17,
    from vcd_player.c:13:
    ../../../include/vdr/remux.h:14:27: linux/dvb/dmx.h: No such file or directory
    vcd_player.c:314: default argument given for parameter 2 of `void
    cVCDPlayer::Goto(int, bool = false)'
    vcd_player.h:92: after previous specification in `void cVCDPlayer::Goto(int,
    bool = false)'
    vcd_player.c:334: default argument given for parameter 3 of `bool
    cVCDPlayer::GetIndex(int&, int&, bool = false)'
    vcd_player.h:91: after previous specification in `virtual bool
    cVCDPlayer::GetIndex(int&, int&, bool = false)'
    vcd_player.c:543: default argument given for parameter 3 of `void
    cVCDPlayer::StripAudioPackets(uchar*, int, unsigned char = 0)'
    vcd_player.h:68: after previous specification in `void
    cVCDPlayer::StripAudioPackets(uchar*, int, unsigned char = 0)'
    make[1]: *** [vcd_player.o] Error 1
    make[1]: Leaving directory `/usr/local/src/vdr-1.1.20/PLUGINS/src/vcd-0.0.3'
    make: *** [plugins] Error 2



    in PLUGIN/lib sind nur die 4 Original files

    Hallo,


    ich kann keine Plug-Ins bei VDR 1.1.20 installieren
    .
    ich habe es genau nach Hubertus Sandmanns anleitung gemacht.


    das DVD und VCD Plug-In machen die gleiche fehlermeldung beim starten:


    video:/usr/local/src/VDR # ./vdr -Pdvd
    vdr: ./PLUGINS/lib/libvdr-dvd.so.1.1.20: cannot open shared object file: No such file or directory


    unter: /PLUGINS/lib/ gibt es auch kein lib für vcd und dvd.


    danke


    MfG
    Andre


    frohes neues jahr.

    Hallo,


    VDR 1.0.4 funktioniert bei mir einwandfrei.


    jetzt wollte ich VDR 1.1.20 installieren doch wenn ich make aufrufe bekomme ich diese fehlermeldungen:


    video:/usr/local/src/vdr-1.1.20 # make
    channels.c:11:32: warning: linux/dvb/frontend.h: No such file or directory
    In file included from cutter.c:12:
    remux.h:14:27: warning: linux/dvb/dmx.h: No such file or directory
    In file included from transfer.h:15,
    from device.c:21:
    remux.h:14:27: warning: linux/dvb/dmx.h: No such file or directory
    In file included from dvbdevice.c:10:
    dvbdevice.h:13:32: warning: linux/dvb/frontend.h: No such file or directory
    dvbdevice.h:14:31: warning: linux/dvb/version.h: No such file or directory
    dvbdevice.h:20:2: #error VDR requires Linux DVB driver API version 3!
    dvbdevice.c:21:29: warning: linux/dvb/audio.h: No such file or directory
    dvbdevice.c:22:27: warning: linux/dvb/dmx.h: No such file or directory
    dvbdevice.c:23:32: warning: linux/dvb/frontend.h: No such file or directory
    dvbdevice.c:24:29: warning: linux/dvb/video.h: No such file or directory
    In file included from dvbdevice.c:29:
    dvbosd.h:13:27: warning: linux/dvb/osd.h: No such file or directory
    In file included from transfer.h:15,
    from dvbdevice.c:33:
    remux.h:14:27: warning: linux/dvb/dmx.h: No such file or directory
    In file included from dvbosd.c:10:
    dvbosd.h:13:27: warning: linux/dvb/osd.h: No such file or directory
    In file included from dvbosd.h:14,
    from dvbosd.c:10:
    dvbdevice.h:13:32: warning: linux/dvb/frontend.h: No such file or directory
    dvbdevice.h:14:31: warning: linux/dvb/version.h: No such file or directory
    dvbdevice.h:20:2: #error VDR requires Linux DVB driver API version 3!
    eit.c:26:27: warning: linux/dvb/dmx.h: No such file or directory
    In file included from eitscan.c:13:
    dvbdevice.h:13:32: warning: linux/dvb/frontend.h: No such file or directory
    dvbdevice.h:14:31: warning: linux/dvb/version.h: No such file or directory
    dvbdevice.h:20:2: #error VDR requires Linux DVB driver API version 3!
    In file included from recorder.h:15,
    from menu.h:16,
    from menu.c:10:
    remux.h:14:27: warning: linux/dvb/dmx.h: No such file or directory
    In file included from recorder.h:15,
    from recorder.c:13:
    remux.h:14:27: warning: linux/dvb/dmx.h: No such file or directory
    In file included from recording.c:20:
    remux.h:14:27: warning: linux/dvb/dmx.h: No such file or directory
    In file included from remux.c:68:
    remux.h:14:27: warning: linux/dvb/dmx.h: No such file or directory
    In file included from transfer.h:15,
    from transfer.c:10:
    remux.h:14:27: warning: linux/dvb/dmx.h: No such file or directory
    In file included from vdr.c:40:
    dvbdevice.h:13:32: warning: linux/dvb/frontend.h: No such file or directory
    dvbdevice.h:14:31: warning: linux/dvb/version.h: No such file or directory
    dvbdevice.h:20:2: #error VDR requires Linux DVB driver API version 3!
    In file included from recorder.h:15,
    from menu.h:16,
    from vdr.c:46:
    remux.h:14:27: warning: linux/dvb/dmx.h: No such file or directory
    make: *** [.dependencies] Error 1
    make: *** Deleting file `.dependencies'


    was mache ich falsch ??

    Hallo,


    ich versuche gerade mir VDR zu Iinstallieren, meine Nexus-S und VDR 1.0.4 funktionieren auch schon ;)


    (Suse 8.1)


    Jetzt wollte ich den AIO Patch installieren doch leider ändert sich bei mir nichts.


    Gibt es irgendwo eine gute Anleitung ?


    Wie bekomme ich alle funktionen in VDR, wie:
    DVD, MP3, DiVX usw...


    Kann ich VDR auch über dein Original IR-Empfänger der Nexus-S betreiben ?


    Danke für eure hilfe.