Trouble again



taken note of the suggestion I downloaded balsa again
went through the ./configure

make

the installation fails on the make procedure. I have created a script
file which I have attached to the mail. I would appreciate it if some
body would cast their eye over it to see if they can see what is going
wrong. The errors start to show up big time at the end of the file

Thanks
Regards



Script started on Thu Jun 29 23:31:40 2000
[root@karachi /download]# clear
[root@karachi balsa-0.8.1]# dir
ABOUT-NLS  Makefile	TODO	      balsa.1.in     config.guess   config.sub	      images	     libmutt	missing        src
AUTHORS    Makefile.am	acconfig.h    balsa.desktop  config.h	    configure	      install-sh     libtool	mkinstalldirs  stamp-h
COPYING    Makefile.in	acinclude.m4  balsa.spec     config.h.in    configure.in      intl	     ltconfig	po	       stamp-h.in
ChangeLog  NEWS		aclocal.m4    balsa.spec.in  config.log     gnome-balsa2.png  libbalsa	     ltmain.sh	rpm-po.patch
INSTALL    README	balsa.1       config.cache   config.status  help	      libinit_balsa  macros	sounds
[root@karachi balsa-0.8.1]# clear
[root@karachi balsa-0.8.1]# ./configure --help
Usage: configure [options] [host]
Options: [defaults in brackets after descriptions]
Configuration:
  --cache-file=FILE       cache test results in FILE
  --help                  print this message
  --no-create             do not create output files
  --quiet, --silent       do not print `checking...' messages
  --version               print the version of autoconf that created configure
Directory and file names:
  --prefix=PREFIX         install architecture-independent files in PREFIX
                          [/usr/local]
  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
                          [same as prefix]
  --bindir=DIR            user executables in DIR [EPREFIX/bin]
  --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
  --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
  --datadir=DIR           read-only architecture-independent data in DIR
                          [PREFIX/share]
  --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
  --sharedstatedir=DIR    modifiable architecture-independent data in DIR
                          [PREFIX/com]
  --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
  --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
  --includedir=DIR        C header files in DIR [PREFIX/include]
  --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
  --infodir=DIR           info documentation in DIR [PREFIX/info]
  --mandir=DIR            man documentation in DIR [PREFIX/man]
  --srcdir=DIR            find the sources in DIR [configure dir or ..]
  --program-prefix=PREFIX prepend PREFIX to installed program names
  --program-suffix=SUFFIX append SUFFIX to installed program names
  --program-transform-name=PROGRAM
                          run sed PROGRAM on installed program names
Host type:
  --build=BUILD           configure for building on BUILD [BUILD=HOST]
  --host=HOST             configure for HOST [guessed]
  --target=TARGET         configure for TARGET [TARGET=HOST]
Features and packages:
  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  --x-includes=DIR        X include files are in DIR
  --x-libraries=DIR       X library files are in DIR
--enable and --with options recognized:
  --enable-maintainer-mode enable make rules and dependencies not useful
                          (and sometimes confusing) to the casual installer
  --with-glib-prefix=PFX   Prefix where GLIB is installed (optional)
  --with-glib-exec-prefix=PFX Exec prefix where GLIB is installed (optional)
  --disable-glibtest       Do not try to compile and run a test GLIB program
  --with-gnome-includes   Specify location of GNOME headers
  --with-gnome-libs       Specify location of GNOME libs
  --with-gnome            Specify prefix for GNOME files
  --enable-shared[=PKGS]  build shared libraries [default=yes]
  --enable-static[=PKGS]  build static libraries [default=yes]
  --enable-fast-install[=PKGS]  optimize for fast installation [default=yes]
  --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
  --disable-libtool-lock  avoid locking (might break parallel builds)
  --with-gtk-prefix=PFX   Prefix where GTK is installed (optional)
  --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)
  --disable-gtktest       Do not try to compile and run a test GTK program
  --disable-nls           do not use Native Language Support
  --with-included-gettext use the GNU gettext library included here
  --with-catgets          use catgets functions if available
  --enable-all            Enable incomplete features [default=no]
  --enable-info           Enable mailbox info [default=yes]
  --enable-threads        Use threading for mail retrieval (unstable) [default=no]
  --disable-system-install Don't install some files into Gnome's prefix
[root@karachi balsa-0.8.1]# 
[root@karachi balsa-0.8.1]# ./configure         
loading cache ./config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... (cached) gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for POSIXized ISC... no
checking for glib-config... (cached) /usr/bin/glib-config
checking for GLIB - version >= 1.2.0... yes
checking for gnome-config... (cached) /usr/bin/gnome-config
checking if /usr/bin/gnome-config works... yes
checking for orbit-config... (cached) /usr/bin/orbit-config
checking for orbit-idl... (cached) /usr/bin/orbit-idl
checking for working ORBit environment... (cached) yes
checking for gnorba libraries... (cached) yes
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for flex... (cached) flex
checking for flex... (cached) flex
checking for yywrap in -lfl... (cached) yes
checking lex output file root... (cached) lex.yy
checking whether yytext is a pointer... (cached) yes
checking for bison... (cached) bison -y
checking host system type... i586-pc-linux-gnu
checking build system type... i586-pc-linux-gnu
checking for ranlib... (cached) ranlib
checking for ld used by GCC... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking whether ln -s works... (cached) yes
checking for object suffix... o
checking for executable suffix... 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 if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions ... yes
checking if gcc static flag -static works... -static
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking command to parse /usr/bin/nm -B output... ok
checking how to hardcode library paths into programs... immediate
checking for /usr/bin/ld option to reload object files... -r
checking dynamic linker characteristics... 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 for objdir... .libs
creating libtool
loading cache ./config.cache
checking for pthread_create in -lpthread... (cached) yes
checking for gtk-config... (cached) /usr/bin/gtk-config
checking for GTK - version >= 1.2.0... yes
checking for SmcSaveYourselfDone in -lSM... (cached) yes
checking for X11/SM/SMlib.h... (cached) yes
checking for XpmFreeXpmImage in -lXpm... (cached) yes
checking for PLGetProplistWithPath in -lPropList... (cached) yes
checking for working const... (cached) yes
checking for inline... (cached) inline
checking for off_t... (cached) yes
checking for size_t... (cached) yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) yes
checking for argz.h... (cached) yes
checking for limits.h... (cached) yes
checking for locale.h... (cached) yes
checking for nl_types.h... (cached) yes
checking for malloc.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getcwd... (cached) yes
checking for munmap... (cached) yes
checking for putenv... (cached) yes
checking for setenv... (cached) yes
checking for setlocale... (cached) yes
checking for strchr... (cached) yes
checking for strcasecmp... (cached) yes
checking for strdup... (cached) yes
checking for __argz_count... (cached) yes
checking for __argz_stringify... (cached) yes
checking for __argz_next... (cached) yes
checking for LC_MESSAGES... (cached) yes
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for libintl.h... (cached) yes
checking for gettext in libc... (cached) yes
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for dcgettext... (cached) yes
checking for gmsgfmt... (cached) /usr/bin/msgfmt
checking for xgettext... (cached) /usr/bin/xgettext
checking for catalogs to be installed...  ca da de el es es_ES et fi fr ga it ja ko lt nl no pl pt_BR pt ru sv tr uk zh_CN
checking for crypt in -lcrypt... (cached) yes
checking for sigaction.h... (cached) no
checking for sigset.h... (cached) no
checking for CVS information... no
checking whether to build unfinished features... no
checking whether to use 'mailbox info'... yes
checking whether to use threads... no
checking whether to install into Gnome's prefix... yes
creating ./config.status
creating Makefile
creating balsa.1
creating balsa.spec
creating po/Makefile.in
creating macros/Makefile
creating intl/Makefile
creating sounds/Makefile
creating images/Makefile
creating help/Makefile
creating help/C/Makefile
creating libbalsa/Makefile
creating libinit_balsa/Makefile
creating src/Makefile
creating config.h
configuring in libmutt
running /bin/sh ./configure  --cache-file=.././config.cache --srcdir=.
loading cache .././config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking host system type... i586-pc-linux-gnu
checking build system type... i586-pc-linux-gnu
checking for ranlib... (cached) ranlib
checking for gcc... (cached) gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ld used by GCC... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking whether ln -s works... (cached) yes
checking for object suffix... o
checking for executable suffix... 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 if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions ... yes
checking if gcc static flag -static works... -static
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking command to parse /usr/bin/nm -B output... ok
checking how to hardcode library paths into programs... immediate
checking for /usr/bin/ld option to reload object files... -r
checking dynamic linker characteristics... 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 for objdir... .libs
creating libtool
loading cache .././config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking host system type... i586-pc-linux-gnu
checking for prefix... /usr/local
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking whether make sets ${MAKE}... (cached) yes
checking for a BSD compatible install... /usr/bin/install -c
checking for sendmail... (cached) /usr/sbin/sendmail
checking for ispell... (cached) /usr/bin/ispell
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for stdarg.h... (cached) yes
checking for sys/ioctl.h... (cached) yes
checking for sysexits.h... (cached) yes
checking return type of signal handlers... (cached) void
checking for sys_siglist declaration in signal.h or unistd.h... (cached) yes
checking size of long... (cached) 4
checking for pid_t... (cached) yes
checking for setegid... (cached) yes
checking for srand48... (cached) yes
checking for strerror... (cached) yes
checking for strcasecmp... (cached) yes
checking for ftruncate... (cached) yes
checking for strftime... (cached) yes
checking for fchdir... (cached) yes
checking for regcomp... (cached) yes
checking where new mail is stored... (cached) /var/spool/mail
checking if /var/spool/mail is world writable... (cached) no
checking if /var/spool/mail is group writable... (cached) yes
checking where to put architecture-independent data files... (cached) ${prefix}/share
creating ./config.status
creating Makefile
creating muttconfig.h
muttconfig.h is unchanged

================ Final configuration ===================
    Installing into prefix: /usr/local
      Using multithreading: no
 Using incomplete features: no
        Using mailbox info: yes
Installing some files into  
            Gnome's prefix: yes (may require root privileges)

[root@karachi balsa-0.8.1]# make install
Making install in macros
make[1]: Entering directory `/download/balsa-0.8.1/macros'
make[2]: Entering directory `/download/balsa-0.8.1/macros'
make[2]: Nothing to be done for `install-exec-am'.
/bin/sh ../mkinstalldirs 
make[2]: Leaving directory `/download/balsa-0.8.1/macros'
make[1]: Leaving directory `/download/balsa-0.8.1/macros'
Making install in po
make[1]: Entering directory `/download/balsa-0.8.1/po'
if test -r ".././mkinstalldirs"; then \
  .././mkinstalldirs /usr/local/share; \
else \
  /bin/sh ../mkinstalldirs /usr/local/share; \
fi
installing ca.gmo as /usr/local/share/locale/ca/LC_MESSAGES/balsa.mo
installing da.gmo as /usr/local/share/locale/da/LC_MESSAGES/balsa.mo
installing de.gmo as /usr/local/share/locale/de/LC_MESSAGES/balsa.mo
installing el.gmo as /usr/local/share/locale/el/LC_MESSAGES/balsa.mo
installing es.gmo as /usr/local/share/locale/es/LC_MESSAGES/balsa.mo
installing es_ES.gmo as /usr/local/share/locale/es_ES/LC_MESSAGES/balsa.mo
installing et.gmo as /usr/local/share/locale/et/LC_MESSAGES/balsa.mo
installing fi.gmo as /usr/local/share/locale/fi/LC_MESSAGES/balsa.mo
installing fr.gmo as /usr/local/share/locale/fr/LC_MESSAGES/balsa.mo
installing ga.gmo as /usr/local/share/locale/ga/LC_MESSAGES/balsa.mo
installing it.gmo as /usr/local/share/locale/it/LC_MESSAGES/balsa.mo
installing ja.gmo as /usr/local/share/locale/ja/LC_MESSAGES/balsa.mo
installing ko.gmo as /usr/local/share/locale/ko/LC_MESSAGES/balsa.mo
installing lt.gmo as /usr/local/share/locale/lt/LC_MESSAGES/balsa.mo
installing nl.gmo as /usr/local/share/locale/nl/LC_MESSAGES/balsa.mo
installing no.gmo as /usr/local/share/locale/no/LC_MESSAGES/balsa.mo
installing pl.gmo as /usr/local/share/locale/pl/LC_MESSAGES/balsa.mo
installing pt_BR.gmo as /usr/local/share/locale/pt_BR/LC_MESSAGES/balsa.mo
installing pt.gmo as /usr/local/share/locale/pt/LC_MESSAGES/balsa.mo
installing ru.gmo as /usr/local/share/locale/ru/LC_MESSAGES/balsa.mo
installing sv.gmo as /usr/local/share/locale/sv/LC_MESSAGES/balsa.mo
installing tr.gmo as /usr/local/share/locale/tr/LC_MESSAGES/balsa.mo
installing uk.gmo as /usr/local/share/locale/uk/LC_MESSAGES/balsa.mo
installing zh_CN.gmo as /usr/local/share/locale/zh_CN/LC_MESSAGES/balsa.mo
if test "balsa" = "gettext"; then \
  if test -r ".././mkinstalldirs"; then \
    .././mkinstalldirs /usr/local/share/gettext/po; \
  else \
    /bin/sh ../mkinstalldirs /usr/local/share/gettext/po; \
  fi; \
  /usr/bin/install -c -m 644 ./Makefile.in.in \
		  /usr/local/share/gettext/po/Makefile.in.in; \
else \
  : ; \
fi
make[1]: Leaving directory `/download/balsa-0.8.1/po'
Making install in intl
make[1]: Entering directory `/download/balsa-0.8.1/intl'
if test "balsa" = "gettext" \
   && test '' = 'intl-compat.o'; then \
  if test -r ./mkinstalldirs; then \
    ./mkinstalldirs /usr/local/lib /usr/local/include; \
  else \
    ../mkinstalldirs /usr/local/lib /usr/local/include; \
  fi; \
  /usr/bin/install -c -m 644 intlh.inst /usr/local/include/libintl.h; \
  /usr/bin/install -c -m 644 libintl.a /usr/local/lib/libintl.a; \
else \
  : ; \
fi
if test "balsa" = "gettext"; then \
  if test -r ./mkinstalldirs; then \
    ./mkinstalldirs /usr/local/share/gettext/intl; \
  else \
    ../mkinstalldirs /usr/local/share/gettext/intl; \
  fi; \
  /usr/bin/install -c -m 644 VERSION /usr/local/share/gettext/intl/VERSION; \
  dists="ChangeLog Makefile.in linux-msg.sed po2tbl.sed.in xopen-msg.sed gettext.h gettextP.h hash-string.h libgettext.h loadinfo.h bindtextdom.c dcgettext.c dgettext.c gettext.c finddomain.c loadmsgcat.c localealias.c textdomain.c l10nflist.c explodename.c intl-compat.c cat-compat.c"; \
  for file in $dists; do \
    /usr/bin/install -c -m 644 ./$file /usr/local/share/gettext/intl/$file; \
  done; \
else \
  : ; \
fi
make[1]: Leaving directory `/download/balsa-0.8.1/intl'
Making install in sounds
make[1]: Entering directory `/download/balsa-0.8.1/sounds'
make[2]: Entering directory `/download/balsa-0.8.1/sounds'
make[2]: Nothing to be done for `install-exec-am'.
/bin/sh ../mkinstalldirs /usr/share/sounds/balsa
 /usr/bin/install -c -m 644 ./startup.wav /usr/share/sounds/balsa/startup.wav
 /usr/bin/install -c -m 644 ./newmail.wav /usr/share/sounds/balsa/newmail.wav
/bin/sh ../mkinstalldirs /etc/sound/events
 /usr/bin/install -c -m 644 ./balsa.soundlist /etc/sound/events/balsa.soundlist
 /usr/bin/install -c -m 644 ./email.soundlist /etc/sound/events/email.soundlist
make[2]: Leaving directory `/download/balsa-0.8.1/sounds'
make[1]: Leaving directory `/download/balsa-0.8.1/sounds'
Making install in images
make[1]: Entering directory `/download/balsa-0.8.1/images'
make[2]: Entering directory `/download/balsa-0.8.1/images'
make[2]: Nothing to be done for `install-exec-am'.
/bin/sh ../mkinstalldirs /usr/share/pixmaps/balsa
mkdir /usr/share/pixmaps/balsa
 /usr/bin/install -c -m 644 ./attachment.png /usr/share/pixmaps/balsa/attachment.png
 /usr/bin/install -c -m 644 ./balsa_logo.png /usr/share/pixmaps/balsa/balsa_logo.png
 /usr/bin/install -c -m 644 ./balsa_icon.png /usr/share/pixmaps/balsa/balsa_icon.png
 /usr/bin/install -c -m 644 ./balsa-top.png /usr/share/pixmaps/balsa/balsa-top.png
 /usr/bin/install -c -m 644 ./balsa-watermark.png /usr/share/pixmaps/balsa/balsa-watermark.png
 /usr/bin/install -c -m 644 ./balsa-logo.png /usr/share/pixmaps/balsa/balsa-logo.png
make[2]: Leaving directory `/download/balsa-0.8.1/images'
make[1]: Leaving directory `/download/balsa-0.8.1/images'
Making install in help
make[1]: Entering directory `/download/balsa-0.8.1/help'
Making install in C
make[2]: Entering directory `/download/balsa-0.8.1/help/C'
make[3]: Entering directory `/download/balsa-0.8.1/help/C'
make[3]: Nothing to be done for `install-exec-am'.
/bin/sh ../../mkinstalldirs /usr/local/share/gnome/help/balsa/C
 /usr/bin/install -c -m 644 ./topic.dat /usr/local/share/gnome/help/balsa/C/topic.dat
 /usr/bin/install -c -m 644 ./index.html /usr/local/share/gnome/help/balsa/C/index.html
/bin/sh ../../mkinstalldirs /usr/local/share/gnome/help/balsa/C/images
/bin/sh ../../mkinstalldirs /usr/local/share/gnome/help/balsa/C/stylesheet-images
for file in balsa/*.html; do \
basefile=`basename $file`; \
/usr/bin/install -c -m 644 $file /usr/local/share/gnome/help/balsa/C/$basefile; \
done
for file in ./images/*.png ; do \
basefile=`basename $file`; \
/usr/bin/install -c -m 644 $file /usr/local/share/gnome/help/balsa/C/images/$basefile;\
done
for file in balsa/stylesheet-images/*.gif ; do \
basefile=`basename $file`; \
/usr/bin/install -c -m 644 $file /usr/local/share/gnome/help/balsa/C/stylesheet-images/$basefile;\
done
/usr/bin/install: balsa/stylesheet-images/*.gif: No such file or directory
make[3]: [install-data-local] Error 1 (ignored)
make[3]: Leaving directory `/download/balsa-0.8.1/help/C'
make[2]: Leaving directory `/download/balsa-0.8.1/help/C'
make[2]: Entering directory `/download/balsa-0.8.1/help'
make[3]: Entering directory `/download/balsa-0.8.1/help'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/download/balsa-0.8.1/help'
make[2]: Leaving directory `/download/balsa-0.8.1/help'
make[1]: Leaving directory `/download/balsa-0.8.1/help'
Making install in libmutt
make[1]: Entering directory `/download/balsa-0.8.1/libmutt'
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.  -DSHAREDIR=\"/usr/local/share\" -DSYSCONFDIR=\"/usr/local/etc\" -DLIBMUTT  -g -O2 -c pop.c
rm -f libmutt.a
ar cru libmutt.a attach.o buffy.o charset.o copy.o date.o dotlock.o filter.o flags.o from.o getdomain.o globals.o handler.o hash.o imap.o init.o lib.o mbox.o mh.o mx.o parse.o pattern.o pop.o rfc1524.o rfc2047.o rfc822.o score.o sendlib.o signal.o socket.o sort.o system.o thread.o 
ranlib libmutt.a
make[2]: Entering directory `/download/balsa-0.8.1/libmutt'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/download/balsa-0.8.1/libmutt'
make[1]: Leaving directory `/download/balsa-0.8.1/libmutt'
Making install in libbalsa
make[1]: Entering directory `/download/balsa-0.8.1/libbalsa'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I../libmutt 	-I/usr/include -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/lib/glib/include -I/usr/X11R6/include  -I/usr/X11R6/include -I/usr/lib/glib/include  -g -O2 -Wall -Wmissing-prototypes -Wpointer-arith -c message.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I../libmutt 	-I/usr/include -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/lib/glib/include -I/usr/X11R6/include  -I/usr/X11R6/include -I/usr/lib/glib/include  -g -O2 -Wall -Wmissing-prototypes -Wpointer-arith -c files.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I../libmutt 	-I/usr/include -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/lib/glib/include -I/usr/X11R6/include  -I/usr/X11R6/include -I/usr/lib/glib/include  -g -O2 -Wall -Wmissing-prototypes -Wpointer-arith -c filter-error.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I../libmutt 	-I/usr/include -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/lib/glib/include -I/usr/X11R6/include  -I/usr/X11R6/include -I/usr/lib/glib/include  -g -O2 -Wall -Wmissing-prototypes -Wpointer-arith -c filter-file.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I../libmutt 	-I/usr/include -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/lib/glib/include -I/usr/X11R6/include  -I/usr/X11R6/include -I/usr/lib/glib/include  -g -O2 -Wall -Wmissing-prototypes -Wpointer-arith -c filter-funcs.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I../libmutt 	-I/usr/include -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/lib/glib/include -I/usr/X11R6/include  -I/usr/X11R6/include -I/usr/lib/glib/include  -g -O2 -Wall -Wmissing-prototypes -Wpointer-arith -c libbalsa.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I../libmutt 	-I/usr/include -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/lib/glib/include -I/usr/X11R6/include  -I/usr/X11R6/include -I/usr/lib/glib/include  -g -O2 -Wall -Wmissing-prototypes -Wpointer-arith -c misc.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I../libmutt 	-I/usr/include -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/lib/glib/include -I/usr/X11R6/include  -I/usr/X11R6/include -I/usr/lib/glib/include  -g -O2 -Wall -Wmissing-prototypes -Wpointer-arith -c mime.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I../libmutt 	-I/usr/include -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/lib/glib/include -I/usr/X11R6/include  -I/usr/X11R6/include -I/usr/lib/glib/include  -g -O2 -Wall -Wmissing-prototypes -Wpointer-arith -c mailbox.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I../libmutt 	-I/usr/include -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/lib/glib/include -I/usr/X11R6/include  -I/usr/X11R6/include -I/usr/lib/glib/include  -g -O2 -Wall -Wmissing-prototypes -Wpointer-arith -c mailbox_local.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I../libmutt 	-I/usr/include -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/lib/glib/include -I/usr/X11R6/include  -I/usr/X11R6/include -I/usr/lib/glib/include  -g -O2 -Wall -Wmissing-prototypes -Wpointer-arith -c mailbox_pop3.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I../libmutt 	-I/usr/include -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/lib/glib/include -I/usr/X11R6/include  -I/usr/X11R6/include -I/usr/lib/glib/include  -g -O2 -Wall -Wmissing-prototypes -Wpointer-arith -c mailbox_imap.c
mailbox_imap.c: In function `mailbox_imap_has_new_messages':
mailbox_imap.c:109: warning: implicit declaration of function `imap_buffy_check'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I../libmutt 	-I/usr/include -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/lib/glib/include -I/usr/X11R6/include  -I/usr/X11R6/include -I/usr/lib/glib/include  -g -O2 -Wall -Wmissing-prototypes -Wpointer-arith -c send.c
rm -f libbalsa.a
ar cru libbalsa.a message.o files.o filter-error.o filter-file.o filter-funcs.o libbalsa.o misc.o mime.o mailbox.o mailbox_local.o mailbox_pop3.o mailbox_imap.o send.o 
ranlib libbalsa.a
make[2]: Entering directory `/download/balsa-0.8.1/libbalsa'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/download/balsa-0.8.1/libbalsa'
make[1]: Leaving directory `/download/balsa-0.8.1/libbalsa'
Making install in libinit_balsa
make[1]: Entering directory `/download/balsa-0.8.1/libinit_balsa'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. 	-I../libmutt 	-I../libmutt 	-I../libbalsa 	-I../src 	-I/usr/include -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/lib/glib/include -I/usr/X11R6/include  -I/usr/X11R6/include -I/usr/lib/glib/include  -g -O2 -Wall -Wmissing-prototypes -Wpointer-arith -c balsa-initdruid.c
In file included from balsa-initdruid.c:8:
balsa-initdruid.h:59: parse error before `GnomeDruid'
balsa-initdruid.h:59: warning: no semicolon at end of struct or union
balsa-initdruid.h:64: parse error before `}'
balsa-initdruid.h:71: parse error before `GnomeDruidClass'
balsa-initdruid.h:71: warning: no semicolon at end of struct or union
In file included from balsa-initdruid.gob:30:
balsa-druid-page.h:57: parse error before `GnomeDruidPageStandard'
balsa-druid-page.h:57: warning: no semicolon at end of struct or union
balsa-druid-page.h:59: warning: type defaults to `int' in declaration of `prev'
balsa-druid-page.h:59: warning: data definition has no type or storage class
balsa-druid-page.h:60: parse error before `*'
balsa-druid-page.h:60: warning: type defaults to `int' in declaration of `next'
balsa-druid-page.h:60: warning: data definition has no type or storage class
balsa-druid-page.h:61: parse error before `*'
balsa-druid-page.h:61: warning: type defaults to `int' in declaration of `druid'
balsa-druid-page.h:61: warning: data definition has no type or storage class
balsa-druid-page.h:62: parse error before `}'
balsa-druid-page.h:69: parse error before `GnomeDruidPageStandardClass'
balsa-druid-page.h:69: warning: no semicolon at end of struct or union
balsa-druid-page.h:71: parse error before `}'
In file included from balsa-initdruid.gob:31:
balsa-druid-page-welcome.h:61: parse error before `GnomeDruidPageStart'
balsa-druid-page-welcome.h:61: warning: no semicolon at end of struct or union
balsa-druid-page-welcome.h:63: warning: type defaults to `int' in declaration of `next'
balsa-druid-page-welcome.h:63: warning: data definition has no type or storage class
balsa-druid-page-welcome.h:65: conflicting types for `_priv'
balsa-initdruid.h:63: previous declaration of `_priv'
balsa-druid-page-welcome.h:66: parse error before `}'
balsa-druid-page-welcome.h:73: parse error before `GnomeDruidPageStartClass'
balsa-druid-page-welcome.h:73: warning: no semicolon at end of struct or union
balsa-druid-page-welcome.h:74: conflicting types for `construct'
balsa-druid-page.h:70: previous declaration of `construct'
balsa-druid-page-welcome.h:75: parse error before `}'
In file included from balsa-initdruid.gob:32:
balsa-druid-page-user.h:62: field `__parent__' has incomplete type
balsa-druid-page-user.h:72: field `__parent__' has incomplete type
In file included from balsa-initdruid.gob:33:
balsa-druid-page-directory.h:61: field `__parent__' has incomplete type
balsa-druid-page-directory.h:71: field `__parent__' has incomplete type
In file included from balsa-initdruid.gob:34:
balsa-druid-page-finish.h:61: field `__parent__' has incomplete type
balsa-druid-page-finish.h:71: field `__parent__' has incomplete type
balsa-initdruid.c:47: parse error before `*'
balsa-initdruid.c:50: parse error before `*'
balsa-initdruid.c:50: warning: type defaults to `int' in declaration of `parent_class'
balsa-initdruid.c:50: warning: data definition has no type or storage class
balsa-initdruid.c: In function `balsa_initdruid_get_type':
balsa-initdruid.c:60: sizeof applied to an incomplete type
balsa-initdruid.c:61: sizeof applied to an incomplete type
balsa-initdruid.c:69: warning: implicit declaration of function `gnome_druid_get_type'
balsa-initdruid.c: In function `___finalize':
balsa-initdruid.c:94: dereferencing pointer to incomplete type
balsa-initdruid.c:95: dereferencing pointer to incomplete type
balsa-initdruid.c: In function `balsa_initdruid_class_init':
balsa-initdruid.c:102: `GnomeDruidClass' undeclared (first use in this function)
balsa-initdruid.c:102: (Each undeclared identifier is reported only once
balsa-initdruid.c:102: for each function it appears in.)
balsa-initdruid.c:102: `gnome_druid_class' undeclared (first use in this function)
balsa-initdruid.c:102: parse error before `)'
balsa-initdruid.c: In function `balsa_initdruid_init':
balsa-initdruid.c:117: dereferencing pointer to incomplete type
balsa-initdruid.gob:68: dereferencing pointer to incomplete type
balsa-initdruid.gob:69: dereferencing pointer to incomplete type
balsa-initdruid.gob:70: warning: implicit declaration of function `gnome_druid_append_page'
balsa-initdruid.gob:70: warning: implicit declaration of function `GNOME_DRUID'
balsa-initdruid.gob:70: warning: implicit declaration of function `GNOME_DRUID_PAGE'
balsa-initdruid.gob:70: dereferencing pointer to incomplete type
balsa-initdruid.gob:71: warning: implicit declaration of function `gnome_druid_set_page'
balsa-initdruid.gob:71: dereferencing pointer to incomplete type
balsa-initdruid.gob:73: dereferencing pointer to incomplete type
balsa-initdruid.gob:74: dereferencing pointer to incomplete type
balsa-initdruid.gob:76: dereferencing pointer to incomplete type
balsa-initdruid.gob:77: dereferencing pointer to incomplete type
balsa-initdruid.gob:79: dereferencing pointer to incomplete type
balsa-initdruid.gob:80: dereferencing pointer to incomplete type
balsa-initdruid.gob:82: dereferencing pointer to incomplete type
balsa-initdruid.gob:82: dereferencing pointer to incomplete type
balsa-initdruid.gob:82: dereferencing pointer to incomplete type
balsa-initdruid.gob:83: dereferencing pointer to incomplete type
balsa-initdruid.gob:83: dereferencing pointer to incomplete type
balsa-initdruid.gob:83: dereferencing pointer to incomplete type
balsa-initdruid.gob:84: dereferencing pointer to incomplete type
balsa-initdruid.gob:84: dereferencing pointer to incomplete type
balsa-initdruid.gob:84: dereferencing pointer to incomplete type
balsa-initdruid.gob: In function `balsa_initdruid_new':
balsa-initdruid.gob:60: dereferencing pointer to incomplete type
balsa-initdruid.gob:62: dereferencing pointer to incomplete type
balsa-initdruid.gob: At top level:
balsa-initdruid.gob:88: parse error before `*'
balsa-initdruid.c:174: warning: `___3_balsa_initdruid_cancel' was used with no prototype before its definition
balsa-initdruid.gob: In function `___3_balsa_initdruid_cancel':
balsa-initdruid.gob:93: `_self' undeclared (first use in this function)
balsa-initdruid.gob: In function `balsa_initdruid_finished':
balsa-initdruid.gob:100: dereferencing pointer to incomplete type
balsa-initdruid.gob:100: dereferencing pointer to incomplete type
balsa-initdruid.gob:100: dereferencing pointer to incomplete type
balsa-initdruid.gob:100: dereferencing pointer to incomplete type
balsa-initdruid.gob:100: dereferencing pointer to incomplete type
balsa-initdruid.gob:102: dereferencing pointer to incomplete type
balsa-initdruid.gob:102: dereferencing pointer to incomplete type
balsa-initdruid.gob:102: dereferencing pointer to incomplete type
balsa-initdruid.gob:102: dereferencing pointer to incomplete type
balsa-initdruid.gob:102: dereferencing pointer to incomplete type
balsa-initdruid.gob:103: dereferencing pointer to incomplete type
balsa-initdruid.gob:103: dereferencing pointer to incomplete type
balsa-initdruid.gob:103: dereferencing pointer to incomplete type
balsa-initdruid.gob:103: dereferencing pointer to incomplete type
balsa-initdruid.gob:103: dereferencing pointer to incomplete type
balsa-initdruid.gob:104: dereferencing pointer to incomplete type
balsa-initdruid.gob:104: dereferencing pointer to incomplete type
balsa-initdruid.gob:104: dereferencing pointer to incomplete type
balsa-initdruid.gob:104: dereferencing pointer to incomplete type
balsa-initdruid.gob:104: dereferencing pointer to incomplete type
balsa-initdruid.gob:105: dereferencing pointer to incomplete type
balsa-initdruid.gob:105: dereferencing pointer to incomplete type
balsa-initdruid.gob:105: dereferencing pointer to incomplete type
balsa-initdruid.gob:105: dereferencing pointer to incomplete type
balsa-initdruid.gob:105: dereferencing pointer to incomplete type
balsa-initdruid.gob:98: warning: `win' might be used uninitialized in this function
make[1]: *** [balsa-initdruid.o] Error 1
make[1]: Leaving directory `/download/balsa-0.8.1/libinit_balsa'
make: *** [install-recursive] Error 1
[root@karachi balsa-0.8.1]# 
[root@karachi balsa-0.8.1]# 
[root@karachi balsa-0.8.1]# exit

Script done on Thu Jun 29 23:37:54 2000


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]