Okay. here is what is happening. I am trying to compile the latest of ayttm
and it says that it is checking for this and checking for that and it usually
answers 'yes' but sometime says 'no'. After it was done the thought came that
the lines with the 'no' answer needed to be downloaded. Fortunately, as the
lines were inspected it was seen that it was not the case. What especially
blew the whistle was when I came to the line:
checking for ESD - version >= 0.2.7... no
*** The esd-config script installed by ESD could not be found
*** If ESD was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the ESD_CONFIG environment variable to the
*** full path to esd-config.
checking for artsc-config... /usr/bin/artsc-config
checking for ARTS... automatic: ERROR executing arts_init(): can't
connect to aRts soundserver
no
*** Could not run ARTS test program, checking why...
*** The test program compiled, but did not run. This usually means
*** that the run-time linker is not finding ARTS or finding the wrong
*** version of ARTS. If it is not finding ARTS, you'll need to set your
*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to
point
*** to the installed location Also, make sure you have run ldconfig if
that
*** is required on your system
***
*** If you have an old version installed, it is best to remove it,
although
*** you may also be able to get things to work by modifying
LD_LIBRARY_PATH
So this must be how it alerts you to problems. Soooooooo, I googled here and I
googled there in all search of elusive animal ESD - version >= 0.2.7. Yet it
is no where to be found. I think this means I need to be able to do Debian
unstable. Is this correct? If it is please tell me how to enable this.
Further, I would like to know (after this is enabled) that synaptic wouldbe
able to do unstable. Well it is also desired to know if it would not.
--
<:-)~MIKE~(-:>
Following is the configure output. (thanks to Chis for informing me what ./
does)
but that leaves another question: why do you need to put the ./ if you are in
that directory?
knoppix@bmike1:~/Downloads/ayttm-0.4.5/ayttm-0.4.5$ ./configure
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 whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output... 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 for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for strerror in -lcposix... no
checking for flex... flex
checking for yywrap in -lfl... yes
checking lex output file root... lex.yy
checking whether yytext is a pointer... yes
checking for bison... bison -y
checking how to run the C preprocessor... gcc -E
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 for a BSD-compatible install... /usr/bin/install -c
checking build system type... i586-pc-linux-gnu
checking host system type... i586-pc-linux-gnu
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 whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC 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.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... no
creating libtool
checking for windres... no
checking for _af_ulaw2linear in -laudiofile... yes
checking for lt_dlopen in -lltdl... no
checking for pspell_manager_check in -lpspell... no
checking for aspell_speller_check in -lpspell... no
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 dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether time.h and sys/time.h may both be included... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.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 for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for unistd.h... (cached) yes
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking pspell/pspell.h usability... no
checking pspell/pspell.h presence... no
checking for pspell/pspell.h... no
checking alloca.h usability... yes
checking alloca.h presence... yes
checking for alloca.h... yes
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking paths.h usability... yes
checking paths.h presence... yes
checking for paths.h... yes
checking sgtty.h usability... yes
checking sgtty.h presence... yes
checking for sgtty.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking utmp.h usability... yes
checking utmp.h presence... yes
checking for utmp.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking for pid_t... yes
checking return type of signal handlers... void
checking for size_t... yes
checking for uid_t in sys/types.h... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for error_at_line... yes
checking for unistd.h... (cached) yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for working alloca.h... yes
checking for alloca... yes
checking for working memcmp... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether lstat dereferences a symlink specified with a trailing
slash... yes
checking whether stat accepts an empty string... no
checking for strftime... yes
checking for vprintf... yes
checking for _doprnt... no
checking for atexit... yes
checking for bzero... yes
checking for dcgettext... yes
checking for dup2... yes
checking for getcwd... yes
checking for gethostbyname... (cached) yes
checking for gethostname... yes
checking for gettimeofday... yes
checking for getwd... yes
checking for hstrerror... yes
checking for inet_ntoa... yes
checking for isascii... yes
checking for memchr... yes
checking for memmove... yes
checking for mempcpy... yes
checking for memset... yes
checking for mkdir... yes
checking for modf... yes
checking for munmap... yes
checking for nl_langinfo... yes
checking for pow... yes
checking for select... yes
checking for setlocale... yes
checking for socket... yes
checking for stpcpy... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strcspn... yes
checking for strdup... yes
checking for strerror... yes
checking for strncasecmp... yes
checking for strpbrk... yes
checking for strrchr... yes
checking for strspn... yes
checking for strstr... yes
checking for strtol... yes
checking for strtoul... yes
checking for uname... yes
checking for snprintf... yes
checking for __argz_count... yes
checking for __argz_next... yes
checking for __argz_stringify... yes
checking for getopt_long... yes
checking for getopt... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking whether NLS is requested... yes
checking for GNU gettext in libc... yes
checking how to include pthread...
checking for -lpthread compiler option... yes
checking for library containing libiconv_open... no
checking for gdb... yes
checking whether to use crash dialog... yes
checking whether we want ESD support...
checking for esd-config... no
checking for ESD - version >= 0.2.7... no
*** The esd-config script installed by ESD could not be found
*** If ESD was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the ESD_CONFIG environment variable to the
*** full path to esd-config.
checking for artsc-config... /usr/bin/artsc-config
checking for ARTS... automatic: ERROR executing arts_init(): can't connect to
aRts soundserver
no
*** Could not run ARTS test program, checking why...
*** The test program compiled, but did not run. This usually means
*** that the run-time linker is not finding ARTS or finding the wrong
*** version of ARTS. If it is not finding ARTS, you'll need to set your
*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point
*** to the installed location Also, make sure you have run ldconfig if that
*** is required on your system
***
*** If you have an old version installed, it is best to remove it, although
*** you may also be able to get things to work by modifying LD_LIBRARY_PATH
checking for glib-config... /usr/bin/glib-config
checking for GLIB - version >= 1.2.0... yes
checking for gtk-config... /usr/bin/gtk-config
checking for GTK - version >= 1.2.0... yes
checking for gdk-pixbuf-config... /usr/bin/gdk-pixbuf-config
checking for GDK_PIXBUF - version >= 0.2.5... yes
checking for jasper... no
configure: WARNING: Unable to find jasper, you won't be able to view webcams
checking for openssl... yes
checking X11/Xlib.h usability... yes
checking X11/Xlib.h presence... yes
checking for X11/Xlib.h... yes
checking for X11/extensions/scrnsaver.h... yes
checking for XScreenSaverRegister in -lXss... yes
checking for gpgme-config... no
checking for GPGME - version >= 0.3.9... no
configure: WARNING: You need gpgme to compile the aycryption module
configure: creating ./config.status
config.status: creating Makefile
config.status: creating ayttm.spec
config.status: creating doc/Makefile
config.status: creating libproxy/Makefile
config.status: creating po/Makefile.in
config.status: creating m4/Makefile
config.status: creating modules/Makefile
config.status: creating modules/aim-toc/Makefile
config.status: creating modules/aim-toc/libtoc/Makefile
config.status: creating modules/icq-toc/Makefile
config.status: creating modules/icq-toc/libtoc/Makefile
config.status: creating modules/aim-oscar/Makefile
config.status: creating modules/aim-oscar/libfaim/Makefile
config.status: creating modules/aim-oscar/libfaim/include/Makefile
config.status: creating modules/aim-oscar/libfaim/src/Makefile
config.status: creating modules/icq/Makefile
config.status: creating modules/icq/libicq/Makefile
config.status: creating modules/importers/Makefile
config.status: creating modules/irc/Makefile
config.status: creating modules/smtp/Makefile
config.status: creating modules/livejournal/Makefile
config.status: creating modules/jabber/Makefile
config.status: creating modules/jabber/libjabber/Makefile
config.status: creating modules/jabber/libjabber/include/Makefile
config.status: creating modules/jabber/libjabber/include/jabber/Makefile
config.status: creating modules/jabber/libxode/Makefile
config.status: creating modules/jabber/libxode/include/Makefile
config.status: creating modules/msn2/Makefile
config.status: creating modules/msn2/libmsn2/Makefile
config.status: creating modules/aycryption/Makefile
config.status: creating modules/utility/Makefile
config.status: creating modules/yahoo2/Makefile
config.status: creating modules/yahoo2/libyahoo2/Makefile
config.status: creating modules/workwizu/Makefile
config.status: creating modules/smileys/Makefile
config.status: creating modules/smileys/console_smileys/Makefile
config.status: creating modules/smileys/giles_smiles/Makefile
config.status: creating pixmaps/Makefile
config.status: creating sounds/Makefile
config.status: creating src/Makefile
config.status: creating src/gtk/Makefile
config.status: creating mingw32/Makefile
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 po/POTFILES
config.status: creating po/Makefile
Ayttm 0.4.5-1 configured with the following plugins:
msn2 yahoo2 irc jabber aim-toc icq-toc
This message has been scanned for viruses by the VEI Internet
Automatic Email Spam and Virus Scanner, and is believed to be free of spam or viruses.
Please report spam to
spamtrap@vei.net. If you would like 98.9 % spam blocked from your
E-mail then go to VEI Internet for details. Anti-spam/Anti-virus is FREE with every account.
http://www.vei.net/
mailtospamtrap@vei.net