pinnacle sc 200

  • hallo zusammen und danke für die aufnahme.


    ich hab da mal ein problem,


    laptop : asus k72f
    ubuntu 14.04 lts amd64
    showcenter 200


    so nun möchte ich den sc 200 über wlan mit lapi verbinden so das ich nicht jeden song usw einzeln anklicken muss .
    sc findet fritzbox media und 1 und 1 online speicher und er erkennt den xbmc .
    auf xbmc kann ich nicht zu greifen . no content found on this server!
    also versuchte ich dem mtp 3.0 mit dem streamer mtp 1.4 server
    hab download und install gemacht wie hier


    http://www.panczyk.eu/index.php?name=mtpstreaming
    beschrieben.


    configure :
    lucifer@lucifer-K72F:~/Downloads/linux_mtp_streaming_server-1.4.0$ ./configurechecking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /bin/mkdir -p
    checking for gawk... no
    checking for mawk... mawk
    checking whether make sets $(MAKE)... yes
    checking whether to enable maintainer-specific portions of Makefiles... no
    checking for style of include used by make... GNU
    checking for gcc... gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables...
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking dependency style of gcc... gcc3
    checking for library containing strerror... none required
    checking for gcc... (cached) gcc
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether gcc accepts -g... (cached) yes
    checking for gcc option to accept ISO C89... (cached) none needed
    checking dependency style of gcc... (cached) gcc3
    checking for gcc... (cached) gcc
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether gcc accepts -g... (cached) yes
    checking for gcc option to accept ISO C89... (cached) none needed
    checking dependency style of gcc... (cached) gcc3
    checking how to run the C preprocessor... gcc -E
    checking for grep that handles long lines and -e... /bin/grep
    checking for egrep... /bin/grep -E
    checking for ANSI C header files... yes
    checking build system type... x86_64-unknown-linux-gnu
    checking host system type... x86_64-unknown-linux-gnu
    checking for a sed that does not truncate output... /bin/sed
    checking for fgrep... /bin/grep -F
    checking for ld used by gcc... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
    checking the name lister (/usr/bin/nm -B) interface... BSD nm
    checking whether ln -s works... yes
    checking the maximum length of command line arguments... 1572864
    checking whether the shell understands some XSI constructs... yes
    checking whether the shell understands "+="... yes
    checking for /usr/bin/ld option to reload object files... -r
    checking for objdump... objdump
    checking how to recognize dependent libraries... pass_all
    checking for ar... ar
    checking for strip... strip
    checking for ranlib... ranlib
    checking command to parse /usr/bin/nm -B output from gcc object... ok
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking for dlfcn.h... yes
    checking for objdir... .libs
    checking if gcc supports -fno-rtti -fno-exceptions... no
    checking for gcc option to produce PIC... -fPIC -DPIC
    checking if gcc PIC flag -fPIC -DPIC works... yes
    checking if gcc static flag -static works... yes
    checking if gcc supports -c -o file.o... yes
    checking if gcc supports -c -o file.o... (cached) yes
    checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
    checking whether -lc should be explicitly linked in... no
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... yes
    checking for mysql_init in -lmysqlclient... no
    configure: error: mysql is REQUIRED!


    so wo ist nun mein fehler??????


    oder wie stell ich xbmc ein?


    LG
    Planlos

  • Hi


    hab das mal verschoben (keine Ahnung warum man sowas in LinuxNews postet ..., aber ich muß nicht alles verstehen)


    so wo ist nun mein fehler??????


    wird dir doch gesagt!


    checking for mysql_init in -lmysqlclient... no
    configure: error: mysql is REQUIRED!

    Dirk


  • mysql-devel installiert?


    damit dir die richtigen Leute helfen können, lass das am besten ins richtige Unterforum verschieben


    danke!!! und wohin verschoben:).


    Weil jetzt hab ich fehler bei make und möchte das ins richtige abteil einstellen :D .



    lg
    planlos

  • lucifer@lucifer-K72F:~/Downloads/linux_mtp_streaming_server-1.4.0$ sudo make
    [sudo] password for lucifer:
    make all-recursive
    make[1]: Betrete Verzeichnis '/home/lucifer/Downloads/linux_mtp_streaming_server-1.4.0'
    Making all in include
    make[2]: Betrete Verzeichnis '/home/lucifer/Downloads/linux_mtp_streaming_server-1.4.0/include'
    make[2]: Für das Ziel »all« ist nichts zu tun.
    make[2]: Verlasse Verzeichnis '/home/lucifer/Downloads/linux_mtp_streaming_server-1.4.0/include'
    Making all in src
    make[2]: Betrete Verzeichnis '/home/lucifer/Downloads/linux_mtp_streaming_server-1.4.0/src'
    gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -Wall -g -g -O2 -MT mtps_http.o -MD -MP -MF .deps/mtps_http.Tpo -c -o mtps_http.o mtps_http.c
    mtps_http.c: In function ‘http_server’:
    mtps_http.c:305:4: warning: implicit declaration of function ‘setpriority’ [-Wimplicit-function-declaration]
    setpriority (PRIO_PROCESS, pid_recv, -15);
    ^
    mtps_http.c:305:17: error: ‘PRIO_PROCESS’ undeclared (first use in this function)
    setpriority (PRIO_PROCESS, pid_recv, -15);
    ^
    mtps_http.c:305:17: note: each undeclared identifier is reported only once for each function it appears in
    make[2]: *** [mtps_http.o] Fehler 1
    make[2]: Verlasse Verzeichnis '/home/lucifer/Downloads/linux_mtp_streaming_server-1.4.0/src'
    make[1]: *** [all-recursive] Fehler 1


    :wand ich verzweifle noch !!!
    Dr. google konnt mir auch nicht helfen.


    LG
    Planlos


    ./cofigure denk ich läuft.
    lucifer@lucifer-K72F:~/Downloads/linux_mtp_streaming_server-1.4.0$ ./configure
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /bin/mkdir -p
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking whether to enable maintainer-specific portions of Makefiles... no
    checking for style of include used by make... GNU
    checking for gcc... gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables...
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking dependency style of gcc... gcc3
    checking for library containing strerror... none required
    checking for gcc... (cached) gcc
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether gcc accepts -g... (cached) yes
    checking for gcc option to accept ISO C89... (cached) none needed
    checking dependency style of gcc... (cached) gcc3
    checking for gcc... (cached) gcc
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether gcc accepts -g... (cached) yes
    checking for gcc option to accept ISO C89... (cached) none needed
    checking dependency style of gcc... (cached) gcc3
    checking how to run the C preprocessor... gcc -E
    checking for grep that handles long lines and -e... /bin/grep
    checking for egrep... /bin/grep -E
    checking for ANSI C header files... yes
    checking build system type... x86_64-unknown-linux-gnu
    checking host system type... x86_64-unknown-linux-gnu
    checking for a sed that does not truncate output... /bin/sed
    checking for fgrep... /bin/grep -F
    checking for ld used by gcc... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
    checking the name lister (/usr/bin/nm -B) interface... BSD nm
    checking whether ln -s works... yes
    checking the maximum length of command line arguments... 1572864
    checking whether the shell understands some XSI constructs... yes
    checking whether the shell understands "+="... yes
    checking for /usr/bin/ld option to reload object files... -r
    checking for objdump... objdump
    checking how to recognize dependent libraries... pass_all
    checking for ar... ar
    checking for strip... strip
    checking for ranlib... ranlib
    checking command to parse /usr/bin/nm -B output from gcc object... ok
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking for dlfcn.h... yes
    checking for objdir... .libs
    checking if gcc supports -fno-rtti -fno-exceptions... no
    checking for gcc option to produce PIC... -fPIC -DPIC
    checking if gcc PIC flag -fPIC -DPIC works... yes
    checking if gcc static flag -static works... yes
    checking if gcc supports -c -o file.o... yes
    checking if gcc supports -c -o file.o... (cached) yes
    checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
    checking whether -lc should be explicitly linked in... no
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... yes
    checking for mysql_init in -lmysqlclient... yes
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating include/Makefile
    config.status: creating src/Makefile
    config.status: creating data/Makefile
    config.status: creating doc/Makefile
    config.status: creating config.h
    config.status: config.h is unchanged
    config.status: executing depfiles commands
    config.status: executing libtool commands

  • Verwende code blocks!


    Gerald


    HP Proliant MicroServer Gen8, Xeon E3-1230, 12 GB RAM, 3xWD red 2TB im RAID 5, 2xSundtek MediaTV Home DVB-C/T, L4M TWIN-C/T, Ubuntu Server 14.04.1, Plex Media Server
    Samsung UE55H6470

  • Danke!!!
    Ist das ein Programm???


    Nome est omen, sigh


    Zitat von Terry Pratchett

    Multiple exclamation marks, are a sure sign of a diseased mind.


    Code
    Dies ist ein code block


    Gerald


    HP Proliant MicroServer Gen8, Xeon E3-1230, 12 GB RAM, 3xWD red 2TB im RAID 5, 2xSundtek MediaTV Home DVB-C/T, L4M TWIN-C/T, Ubuntu Server 14.04.1, Plex Media Server
    Samsung UE55H6470

  • Wieso zitierst du Sätze von mir auf die du gar nicht eingehst?


    Das mag dir vielleicht alles nicht helfen, aber wenn du Logs in code block schreibst dann hilfst du damit denjenigen die dir helfen wollen.


    Gerald


    HP Proliant MicroServer Gen8, Xeon E3-1230, 12 GB RAM, 3xWD red 2TB im RAID 5, 2xSundtek MediaTV Home DVB-C/T, L4M TWIN-C/T, Ubuntu Server 14.04.1, Plex Media Server
    Samsung UE55H6470

  • so habe code::blogs installiert.
    Bin halt Planlos! :wand
    habe gerade gesehen das das im linux_mtp_streaming_server-1.4.0 kein make dabei ist nur Makefile.am und .in?? :rolleyes:
    Bin halt Windoof Aussteiger :D .


    LG
    Planlos

  • so habe code::blogs installiert.
    Bin halt Planlos!


    Oh man, es ist vollkommen hoffnungslos.


    Gerald


    HP Proliant MicroServer Gen8, Xeon E3-1230, 12 GB RAM, 3xWD red 2TB im RAID 5, 2xSundtek MediaTV Home DVB-C/T, L4M TWIN-C/T, Ubuntu Server 14.04.1, Plex Media Server
    Samsung UE55H6470

  • Hab nicht gewusst das NUR PROGRAMMIERER Linux verwenden dürfen und um Hilfe bitten dürfen.


    Hatte gedacht das man, was das Terminal ausspuckt, sehen kann wo das Problem ist?
    Werde es aber nicht Persönlich nehmen, dafür bin ich schon zu alt.


    Danke und Sorry für die Belästigung frage dann irgendwo anders.

  • Ist das ein Programm???

    Code::Blocks ist ein Programm: http://www.codeblocks.org/
    Aber gemeint ist, dass du die Ausgaben des Compilers in Codeblöcke stecken sollst, damit das Forum das sauber anzeigt:

    PHP
    [code]...

    [/code]


    Hatte gedacht das man, was das Terminal ausspuckt, sehen kann wo das Problem ist?

    Den Fehler zu sehen ist ja einfach:

    Code
    mtps_http.c:305:17: error: ‘PRIO_PROCESS’ undeclared (first use in this function)

    Eine kurze Google-Suche führt dann z.B. zu http://linux.die.net/man/2/setpriority


    Den Fehler solltest du also loswerden können, wenn du der src/mtps_http.c noch ein include für <sys/resource.h> verpasst:

    Code
    #include <sys/resource.h>


    Hab nicht gewusst das NUR PROGRAMMIERER Linux verwenden dürfen und um Hilfe bitten dürfen.

    Wenn man Programme kompilieren will, hilft es sich ein bisschen Grundlagenwissen anzueignen. Dazu gehört auch sich anzusehen, was das ./configure mit *.am und *.in Dateien macht.


    Das Problem ist nur, dass das Programm mit der API der libav-Version in Ubuntu 14.04 nicht mehr kompatibel ist - ich denke da macht es Sinn erst mal den Author zu fragen, ob er Lust hat das zu überarbeiten (die E-Mail Adresse steht in der README).

    yaVDR-Dokumentation (Ceterum censeo enchiridia esse lectitanda.)

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!