compilierung xine-ui cvs von r.niessl homepage

  • hallo leute


    versuche schon verzweifelt seit stunden xine-ui zu kompilieren.
    hab inzwischen


    .) automake 1.8
    .) autoconf 2.59
    .) libtool 1.5.8


    upgedatet. aber es will nicht so recht. zu aclocal musste ich ein -I /root/xine-lib/m4 hinzufuegen. xine-lib hab ich gepatcht und das lief 1a durch. die xine-ui braucht man ja nicht mehr zu patchen.


    output ist folgender:


    vdr:~/xine-ui# ./autogen.sh
    + Running aclocal: done.
    + Running libtoolize: done.
    + Running autoheader: done.
    + Running automake: Use of uninitialized value in pattern match (m//) at /usr/bin/automake line 3797.
    fileparse(): need a valid pathname at /usr/bin/automake line 3799
    done.
    + Running autoconf: done.
    + Running 'configure ':
    ** If you wish to pass arguments to ./configure, please
    ** specify them on the command line.
    checking build system type... i686-pc-linux-gnu
    checking host system type... i686-pc-linux-gnu
    checking target system type... i686-pc-linux-gnu
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    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 ANSI C... none needed
    checking dependency style of gcc... none
    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 ANSI C... (cached) none needed
    checking dependency style of gcc... (cached) none
    checking how to run the C preprocessor... gcc -E
    checking for egrep... grep -E
    checking for ANSI C header files... yes
    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 minix/config.h usability... no
    checking minix/config.h presence... no
    checking for minix/config.h... no
    checking for ANSI C header files... (cached) yes
    checking whether make sets $(MAKE)... (cached) yes
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether ln -s works... yes
    checking for a sed that does not truncate output... /bin/sed
    checking for ld used by gcc... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking for /usr/bin/ld option to reload object files... -r
    checking for BSD-compatible nm... /usr/bin/nm -B
    checking how to recognise dependent libraries... pass_all
    checking dlfcn.h usability... yes
    checking dlfcn.h presence... yes
    checking for dlfcn.h... yes
    checking for g++... g++
    checking whether we are using the GNU C++ compiler... yes
    checking whether g++ accepts -g... yes
    checking dependency style of g++... none
    checking how to run the C++ preprocessor... g++ -E
    checking for g77... no
    checking for f77... no
    checking for xlf... no
    checking for frt... no
    checking for pgf77... no
    checking for fort77... no
    checking for fl32... no
    checking for af77... no
    checking for f90... no
    checking for xlf90... no
    checking for pgf90... no
    checking for epcf90... no
    checking for f95... no
    checking for fort... no
    checking for xlf95... no
    checking for ifc... no
    checking for efc... no
    checking for pgf95... no
    checking for lf95... no
    checking for gfortran... no
    checking whether we are using the GNU Fortran 77 compiler... no
    checking whether accepts -g... no
    checking the maximum length of command line arguments... 32768
    checking command to parse /usr/bin/nm -B output from gcc object... ok
    checking for objdir... .libs
    checking for ar... ar
    checking for ranlib... ranlib
    checking for strip... strip
    checking if gcc static flag works... yes
    checking if gcc supports -fno-rtti -fno-exceptions... no
    checking for gcc option to produce PIC... -fPIC
    checking if gcc PIC flag -fPIC works... yes
    checking if gcc supports -c -o file.o... yes
    checking whether the gcc linker (/usr/bin/ld) 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 for shl_load... no
    checking for shl_load in -ldld... no
    checking for dlopen... no
    checking for dlopen in -ldl... yes
    checking whether a program can dlopen itself... yes
    checking whether a statically linked program can dlopen itself... yes
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... no
    configure: creating libtool
    appending configuration tag "CXX" to libtool
    checking for ld used by g++... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
    checking for g++ option to produce PIC... -fPIC
    checking if g++ PIC flag -fPIC works... yes
    checking if g++ supports -c -o file.o... yes
    checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
    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 for shl_load... (cached) no
    checking for shl_load in -ldld... (cached) no
    checking for dlopen... (cached) no
    checking for dlopen in -ldl... (cached) yes
    checking whether a program can dlopen itself... (cached) yes
    checking whether a statically linked program can dlopen itself... (cached) yes
    appending configuration tag "F77" to libtool
    checking for ranlib... (cached) ranlib
    checking for an ANSI C-conforming const... yes
    checking for inline... inline
    checking for off_t... yes
    checking for size_t... yes
    checking for working alloca.h... yes
    checking for alloca... yes
    checking for stdlib.h... (cached) yes
    checking for unistd.h... (cached) yes
    checking for getpagesize... yes
    checking for working mmap... yes
    checking whether we are using the GNU C Library 2.1 or newer... yes
    checking argz.h usability... yes
    checking argz.h presence... yes
    checking for argz.h... yes
    checking limits.h usability... yes
    checking limits.h presence... yes
    checking for limits.h... yes
    checking locale.h usability... yes
    checking locale.h presence... yes
    checking for locale.h... yes
    checking nl_types.h usability... yes
    checking nl_types.h presence... yes
    checking for nl_types.h... yes
    checking malloc.h usability... yes
    checking malloc.h presence... yes
    checking for malloc.h... yes
    checking stddef.h usability... yes
    checking stddef.h presence... yes
    checking for stddef.h... yes
    checking for stdlib.h... (cached) yes
    checking for string.h... (cached) yes
    checking for unistd.h... (cached) yes
    checking sys/param.h usability... yes
    checking sys/param.h presence... yes
    checking for sys/param.h... yes
    checking for feof_unlocked... yes
    checking for fgets_unlocked... yes
    checking for getcwd... yes
    checking for getegid... yes
    checking for geteuid... yes
    checking for getgid... yes
    checking for getuid... yes
    checking for mempcpy... yes
    checking for munmap... yes
    checking for putenv... yes
    checking for setenv... yes
    checking for setlocale... yes
    checking for stpcpy... yes
    checking for strchr... yes
    checking for strcasecmp... yes
    checking for strdup... yes
    checking for strtoul... yes
    checking for tsearch... yes
    checking for __argz_count... yes
    checking for __argz_stringify... yes
    checking for __argz_next... yes
    checking for iconv... yes
    checking for iconv declaration...
    extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
    checking for nl_langinfo and CODESET... yes
    checking for LC_MESSAGES... yes
    checking whether NLS is requested... yes
    checking whether included gettext is requested... no
    checking libintl.h usability... yes
    checking libintl.h presence... yes
    checking for libintl.h... yes
    checking for GNU gettext in libc... yes
    checking for dcgettext... yes
    checking for msgfmt... /usr/bin/msgfmt
    checking for gmsgfmt... /usr/bin/msgfmt
    checking for xgettext... /usr/bin/xgettext
    checking for bison... bison
    checking version of bison... 1.875, ok
    checking for catalogs to be installed... fr es pt_BR de sk pl uk cs it
    checking for plural forms in GNU msgfmt... yes
    checking for an ANSI C-conforming const... (cached) yes
    checking for inline... (cached) inline
    checking for off_t... (cached) yes
    checking for size_t... (cached) yes
    checking for xine-config... /usr/local/bin/xine-config
    checking for XINE-LIB version >= 1.0.0... yes
    checking for strsep... yes
    checking for strpbrk... yes
    checking for setenv... (cached) yes
    checking whether XINE_PARAM_AUDIO_AMP_MUTE is declared... yes
    checking for pthread_create in -lpthread... yes
    checking for dlopen in -lc... no
    checking for dlopen in -ldl... (cached) yes
    checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
    checking for gethostbyname... yes
    checking for connect... yes
    checking for remove... yes
    checking for shmat... yes
    checking for IceConnectionNumber in -lICE... yes
    checking for XvQueryExtension in -lXv... yes
    checking for XShmAttach in -lXext... yes
    checking sys/ipc.h usability... yes
    checking sys/ipc.h presence... yes
    checking for sys/ipc.h... yes
    checking sys/shm.h usability... yes
    checking sys/shm.h presence... yes
    checking for sys/shm.h... yes
    checking whether shmctl IPC_RMID allowes subsequent attaches... yes
    checking for X11/extensions/XShm.h... yes
    checking for XineramaQueryExtension in -lXinerama... yes
    checking for XF86VidModeQueryExtension in -lXxf86vm... yes
    checking for XTestFakeKeyEvent in -lXtst... yes
    checking for readline.h... not found
    *** no readline found, xine network interface will be disabled ***
    checking curses.h usability... yes
    checking curses.h presence... yes
    checking for curses.h... yes
    checking for cbreak in -lncurses... yes
    checking for curl-config... no
    checking for CURL-LIB version >= 7.10.2... no
    *** The curl-config script installed by CURL could not be found
    *** If CURL was installed in PREFIX, make sure PREFIX/bin is in
    *** your path, or set the CURL_CONFIG environment variable to the
    *** full path to curl-config.
    *** All of curl dependent parts will be disabled ***
    checking for socket in -lsocket... no
    checking for gethostbyname in -lnsl... yes
    checking for aalib-config... /usr/bin/aalib-config
    checking for AALIB version >= 1.2.0... yes
    checking for caca-config... no
    no
    *** The caca-config program installed by CACA could not be found
    *** If CACA was installed in PREFIX, make sure PREFIX/bin is in
    *** your path, or use --with-caca-prefix to set the prefix
    *** where CACA is installed.
    *** All CACA-dependent parts will be disabled ***
    checking for pkg-config... /usr/bin/pkg-config
    checking whether to have Xft support... yes
    Package xft was not found in the pkg-config search path.
    Perhaps you should add the directory containing `xft.pc'
    to the PKG_CONFIG_PATH environment variable
    No package 'xft' found
    Package xft was not found in the pkg-config search path.
    Perhaps you should add the directory containing `xft.pc'
    to the PKG_CONFIG_PATH environment variable
    No package 'xft' found
    ***Could not link with Xft. Install Xft if you want support for it***
    checking for png_read_info in -lpng... yes
    checking png.h usability... yes
    checking png.h presence... yes
    checking for png.h... yes
    checking libpng/png.h usability... yes
    checking libpng/png.h presence... yes
    checking for libpng/png.h... yes
    checking for png_structp in png.h... yes
    checking for nanosleep in -lposix4... no
    checking for vsnprintf... yes
    checking for snprintf... yes
    checking for strpbrk... (cached) yes
    checking for strsep... (cached) yes
    checking for nanosleep... yes
    checking stdarg.h usability... yes
    checking stdarg.h presence... yes
    checking for stdarg.h... yes
    checking for string.h... (cached) yes
    checking for strings.h... (cached) yes
    checking alloca.h usability... yes
    checking alloca.h presence... yes
    checking for alloca.h... yes
    checking linux/kd.h usability... yes
    checking linux/kd.h presence... yes
    checking for linux/kd.h... yes
    checking for lirc_init in -llirc_client... yes
    checking lirc/lirc_client.h usability... yes
    checking lirc/lirc_client.h presence... yes
    checking for lirc/lirc_client.h... yes
    checking for "/lib/liblirc_client.a"... no
    checking for "/usr/lib/liblirc_client.a"... no
    checking for "/usr/local/lib/liblirc_client.a"... yes
    checking for nvtvsimple... *** nvtvsimple support will be disabled ***
    checking for tar... tar
    checking if gcc supports "-mpreferred-stack-boundary=2" flags... yes
    checking if gcc supports "-fno-strict-aliasing" flags... yes
    checking if gcc supports "-fschedule-insns2" flags... yes
    checking if gcc supports "-mwide-multiply" flags... no
    checking if gcc supports "-falign-functions=4" flags... yes
    checking if gcc supports "-falign-loops=4" flags... yes
    checking if gcc supports "-falign-jumps=4" flags... yes
    checking for sane -Wpointer-arith... yes
    checking if gcc supports "-Wall" flags... yes
    checking if gcc supports "-mtune=i386" flags... no
    checking if gcc supports "-mcpu=i386" flags... yes
    checking if gcc supports "-mcpu=athlon" flags... yes
    checking __attribute__ ((aligned ())) support... 64
    checking for GNU getopt_long... yes
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: error: cannot find input file: Makefile.in


    wer kann mir sagen woran es liegen koennte oder was ich tun sollte?


    danke
    servus ize|man

    produktiv: intel dh67bl, sat>ip, octopusnet, 16gig boot-ssd, yavdr 0.6.1, cir lirc
    testing: zotac ion-f itx, 1x tt s2-3600 usb, 8gig boot-ssd, yavdr 0.5 testing
    tv: samsung 75" amp:denon avr-x1300

  • Hi,


    ich denke, dass das falsche xine.m4 Verwendung findet.


    Probiere doch mal folgendes:

    Code
    export ACLOCAL_FLAGS='-I /soft/xine-lib-cvs/share/aclocal'


    wobei "/soft/xine-lib-cvs" durch das Installationverzeichnis (--prefix=...) von xine-lib zu ersetzen ist.


    Die fehlende "Makefile.in" muss automake aus der "Makefile.am" erzeugen.


    Bye.

Jetzt mitmachen!

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