Re: Help with making balsa



Have you done a simple `which indent` to check that error message?

[mvance@localhost pak]$ which indent
/usr/bin/indent
[mvance@localhost pak]$ ls -l /usr/bin/indent
-rwxr-xr-x   1 root     root        42404 Oct 23  1997 /usr/bin/indent
[mvance@localhost pak]$ rpm -q -f /usr/bin/indent
indent-1.9.1-7

I'm using all the RPMs from gnome-1.0 myself, nothing from CVS. But just in
case:

[mvance@localhost mvance]$ tar xzf balsa-0.4.9.tar.gz 
[mvance@localhost mvance]$ cd balsa-0.4.9
[mvance@localhost balsa-0.4.9]$ ls
ABOUT-NLS    NEWS          config.guess  install-sh  missing
AUTHORS      README        config.h.in   intl        mkinstalldirs
COPYING      TODO          config.sub    libbalsa    po
ChangeLog    acconfig.h    configure     libmutt     sounds
INSTALL      acinclude.m4  configure.in  ltconfig    src
Makefile.am  aclocal.m4    idl           ltmain.sh   stamp-h.in
Makefile.in  balsa.1       images        macros
[mvance@localhost balsa-0.4.9]$ ./configure --enable-shared --disable-static
creating cache ./config.cache
[...]
muttconfig.h is unchanged
[mvance@localhost balsa-0.4.9]$ ls
ABOUT-NLS    README        config.h.in    intl           po
AUTHORS      TODO          config.log     libbalsa       sounds
COPYING      acconfig.h    config.status  libmutt        src
ChangeLog    acinclude.m4  config.sub     libtool        stamp-h
INSTALL      aclocal.m4    configure      ltconfig       stamp-h.in
Makefile     balsa.1       configure.in   ltmain.sh
Makefile.am  config.cache  idl            macros
Makefile.in  config.guess  images         missing
NEWS         config.h      install-sh     mkinstalldirs
[mvance@localhost balsa-0.4.9]$ cd idl/
[mvance@localhost idl]$ ls
Makefile     Makefile.in     balsa-impl.c   balsa.gnorba  balsa.idl
Makefile.am  balsa-common.c  balsa-skels.c  balsa.h
[mvance@localhost idl]$ orbit-idl balsa.idl 
[mvance@localhost idl]$ cd ..
[mvance@localhost balsa-0.4.9]$ make
make all-recursive
[...]
gcc -g -O2 -Wall -Wmissing-prototypes -Wpointer-arith -o balsa balsa-app.o
balsa-icons.o balsa-index.o balsa-init.o balsa-mblist.o balsa-message.o
filter-edit-callbacks.o filter-edit-dialog.o index-child.o local-mailbox.o
mailbox-conf.o main-window.o main.o message-window.o pref-manager.o
save-restore.o sendmsg-window.o mblist-window.o ../libbalsa/libbalsa.a
../libmutt/libmutt.a ../libbalsa/libbalsa.a -lPropList -rdynamic -L/usr/lib
-L/usr/X11R6/lib -rdynamic -lgnomeui -lart_lgpl -lgdk_imlib -lSM -lICE -lgtk
-lgdk -lgmodule -lXext -lX11 -lgnome -lgnomesupport -lesd -laudiofile -lm -ldb
-lglib -ldl ../idl/libbalsasrv.a -lgnorba -L/usr/lib -lORBitCosNaming -lORBit
-lIIOP -lORBitutil -lglib -lm -lcrypt
make[2]: Leaving directory `/home/mvance/balsa-0.4.9/src'
make[1]: Leaving directory `/home/mvance/balsa-0.4.9'
[mvance@localhost balsa-0.4.9]$ 

And away you go.

Hope this helps,

m.

-- 
"We can deny everything, except that we have the possibility of being better.
 Simply reflect on that."
 -- His Holiness The Dalai Lama



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