Gesendet von Davide Prina, am Thursday 23 June 2005 20:27: > Roberto Nicolini ha scritto: > > Ora make dà un paio di schermate velocissime di questi errori: > > > > make[2]: Leaving directory `/home/usul/Compile/xine-ui-0.99.3/po' > > Making all in misc > > make[2]: Entering directory `/home/usul/Compile/xine-ui-0.99.3/misc' > > Making all in desktops > > make[3]: Entering directory > > `/home/usul/Compile/xine-ui-0.99.3/misc/desktops' make[3]: Nothing to be > > done for `all'. > > make[3]: Leaving directory > > `/home/usul/Compile/xine-ui-0.99.3/misc/desktops' Making all in visuals > > make[3]: Entering directory > > `/home/usul/Compile/xine-ui-0.99.3/misc/visuals' make[3]: Nothing to be > > done for `all'. > > veramente qui non c'è nessun errore ... dice soltanto che non c'è nulla > da compilare (potrebbe essere già compilato)
Intanto grazie della risposta! In realtà che dopo il solo ./configure il make sia convinto che sia tutto già compilato già di per se non è bello. Ci ho appena riprovato, e in effetti ho copiaincollato il passaggio sbagliato. Gli ultimi messaggi di make sono questi: make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/usul/Compile/xine-ui-0.99.3/misc/visuals' make[3]: Entering directory `/home/usul/Compile/xine-ui-0.99.3/misc' test ! -f xine-bugreport && ln -s xine-check xine-bugreport make[3]: *** [xine-bugreport] Error 1 make[3]: Leaving directory `/home/usul/Compile/xine-ui-0.99.3/misc' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/usul/Compile/xine-ui-0.99.3/misc' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/usul/Compile/xine-ui-0.99.3' make: *** [all] Error 2 allego due txt con gli output completi di ./configure e make per il santo che ha tempo di buttarci un occhio. Roberto
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... gcc3 checking for strerror in -lcposix... no 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) gcc3 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++... gcc3 checking how to run the C++ preprocessor... g++ -E checking for g77... g77 checking whether we are using the GNU Fortran 77 compiler... yes checking whether g77 accepts -g... yes 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 if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for g77 option to produce PIC... -fPIC checking if g77 PIC flag -fPIC works... yes checking if g77 supports -c -o file.o... yes checking whether the g77 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 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... no checking for catalogs to be installed... fr es pt_BR de sk pl uk cs it ja 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... /usr/include/readline/readline.h 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... /usr/bin/curl-config checking for CURL-LIB version >= 7.10.2... yes 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 ***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"... yes checking for "/usr/local/lib/liblirc_client.a"... no 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: creating m4/Makefile config.status: creating intl/Makefile config.status: creating src/Makefile config.status: creating src/common/Makefile config.status: creating src/xitk/Makefile config.status: creating src/xitk/Imlib-light/Makefile config.status: creating src/xitk/xine-toolkit/Makefile config.status: creating src/xitk/xine-toolkit/po/Makefile.in config.status: creating src/xitk/skins/Makefile config.status: creating src/xitk/skins/xinetic/Makefile config.status: creating src/aaui/Makefile config.status: creating src/dfb/Makefile config.status: creating src/fb/Makefile config.status: creating doc/Makefile config.status: creating doc/man/Makefile config.status: creating doc/man/de/Makefile config.status: creating doc/man/de/xine.1 config.status: creating doc/man/de/aaxine.1 config.status: creating doc/man/de/xine-check.1 config.status: creating doc/man/en/Makefile config.status: creating doc/man/en/xine.1 config.status: creating doc/man/en/aaxine.1 config.status: creating doc/man/en/xine-check.1 config.status: creating doc/man/fr/Makefile config.status: creating doc/man/fr/xine.1 config.status: creating doc/man/es/Makefile config.status: creating doc/man/es/xine.1 config.status: creating doc/man/pl/Makefile config.status: creating doc/man/pl/xine.1 config.status: creating doc/man/pl/aaxine.1 config.status: creating misc/Makefile config.status: creating misc/build_rpms.sh config.status: creating misc/SlackBuild config.status: creating misc/xine-ui.spec config.status: creating misc/relchk.sh config.status: creating misc/desktops/Makefile config.status: creating misc/visuals/Makefile config.status: creating po/Makefile.in config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands config.status: executing default-1 commands config.status: creating src/xitk/xine-toolkit/po/POTFILES config.status: creating src/xitk/xine-toolkit/po/Makefile config.status: creating po/POTFILES config.status: creating po/Makefile config.status: executing default commands
make all-recursive make[1]: Entering directory `/home/usul/Compile/xine-ui-0.99.3' Making all in doc make[2]: Entering directory `/home/usul/Compile/xine-ui-0.99.3/doc' Making all in man make[3]: Entering directory `/home/usul/Compile/xine-ui-0.99.3/doc/man' Making all in fr make[4]: Entering directory `/home/usul/Compile/xine-ui-0.99.3/doc/man/fr' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/usul/Compile/xine-ui-0.99.3/doc/man/fr' Making all in es make[4]: Entering directory `/home/usul/Compile/xine-ui-0.99.3/doc/man/es' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/usul/Compile/xine-ui-0.99.3/doc/man/es' Making all in en make[4]: Entering directory `/home/usul/Compile/xine-ui-0.99.3/doc/man/en' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/usul/Compile/xine-ui-0.99.3/doc/man/en' Making all in pl make[4]: Entering directory `/home/usul/Compile/xine-ui-0.99.3/doc/man/pl' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/usul/Compile/xine-ui-0.99.3/doc/man/pl' Making all in de make[4]: Entering directory `/home/usul/Compile/xine-ui-0.99.3/doc/man/de' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/usul/Compile/xine-ui-0.99.3/doc/man/de' make[4]: Entering directory `/home/usul/Compile/xine-ui-0.99.3/doc/man' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/home/usul/Compile/xine-ui-0.99.3/doc/man' make[3]: Leaving directory `/home/usul/Compile/xine-ui-0.99.3/doc/man' make[3]: Entering directory `/home/usul/Compile/xine-ui-0.99.3/doc' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/home/usul/Compile/xine-ui-0.99.3/doc' make[2]: Leaving directory `/home/usul/Compile/xine-ui-0.99.3/doc' Making all in m4 make[2]: Entering directory `/home/usul/Compile/xine-ui-0.99.3/m4' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/usul/Compile/xine-ui-0.99.3/m4' Making all in intl make[2]: Entering directory `/home/usul/Compile/xine-ui-0.99.3/intl' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/usul/Compile/xine-ui-0.99.3/intl' Making all in po make[2]: Entering directory `/home/usul/Compile/xine-ui-0.99.3/po' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/usul/Compile/xine-ui-0.99.3/po' Making all in misc make[2]: Entering directory `/home/usul/Compile/xine-ui-0.99.3/misc' Making all in desktops make[3]: Entering directory `/home/usul/Compile/xine-ui-0.99.3/misc/desktops' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/usul/Compile/xine-ui-0.99.3/misc/desktops' Making all in visuals make[3]: Entering directory `/home/usul/Compile/xine-ui-0.99.3/misc/visuals' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/usul/Compile/xine-ui-0.99.3/misc/visuals' make[3]: Entering directory `/home/usul/Compile/xine-ui-0.99.3/misc' test ! -f xine-bugreport && ln -s xine-check xine-bugreport make[3]: Leaving directory `/home/usul/Compile/xine-ui-0.99.3/misc' make[2]: Leaving directory `/home/usul/Compile/xine-ui-0.99.3/misc' make[1]: Leaving directory `/home/usul/Compile/xine-ui-0.99.3'