[Evolution] I feel like a novice

2001-07-06 Thread lehi

Hey everybody.  I upgraded to Slackware 8.0 (still not sure if that was
the BEST idea, but I'm sticking with it) and I'm having problems
compiling evo.  

Problem 1)  for some odd reason, slack 8 doesn't like running the
./autogen.sh script from CVS:
Please add the files
  codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
  progtest.m4
from the /usr/share/aclocal directory to your autoconf macro directory
or directly to your aclocal.m4 file.
You will also need config.guess and config.sub, which you can get from
ftp://ftp.gnu.org/pub/gnu/config/.

Making ./aclocal.m4 writable ...
Running xml-i18n-toolize... Ignore non-fatal messages.
patching file po/Makefile.in.in
Hunk #1 succeeded at 35 (offset 1 line).
Hunk #3 succeeded at 173 (offset 2 lines).
Running libtoolize...
You should update your `aclocal.m4' by running aclocal.
Running aclocal  -I macros ...
Running autoheader...
autoheader: error: shell error while sourcing /tmp/ah/traces.sh
**Error**: autoheader failed.

where would the autoconf macro directory be?

Problem 2) compiling evo 0.10 i get the following error:

Making all in widgets
make[4]: Entering directory
`/root/tmp/evolution-0.10/addressbook/gui/widgets'
gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -DG_LOG_DOMAIN=\e-minicard\
-DEVOLUTION_GLADEDIR=\/opt/gnome/share/evolution/glade\ 

-DEVOLUTION_DATADIR=\/opt/gnome/share\  -I../../.. 
 -I../../../addressbook/backend/ebook
-I../../../addressbook/contact-editor   -I../../../widgets/e-text
-I../../../widgets/e-table  
-I../../../widgets/e-reflow
-I../../../widgets/e-table
-I../../../widgets/misc 
-I/opt/gnome/include -DNEED_GNOMESUPPORT_H
-I/opt/gnome/lib/gnome-libs/include -I/opt/gnome/include/gtk-1.2
-I/opt/gnome/include/glib-1.2 -I/opt/gnome/lib/glib/include
-I/usr/X11R6/include -I/opt/gnome/include/gnome-xml -I/opt/gnome/include
-DUNICODE_USE_SYSTEM_ICONV  
-I/opt/gnome/include -I/opt/gnome/include/gnome-xml
-I/opt/gnome/include/gtk-1.2 -I/opt/gnome/include/glib-1.2
-I/opt/gnome/lib/glib/include -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H
-I/opt/gnome/lib/gnome-libs/include -I/opt/gnome/include/glib-1.2
-I/opt/gnome/lib/glib/include -D_REENTRANT -I/opt/gnome/include
-DUNICODE_USE_SYSTEM_ICONV  -I/opt/gnome/include/gtk-1.2
-I/opt/gnome/include/glib-1.2 -I/opt/gnome/lib/glib/include
-I/usr/X11R6/include  -g -O2 -Wall -Wunused  -c e-addressbook-view.c
In file included from e-minicard-view-widget.h:25,
 from e-addressbook-view.c:42:
e-minicard-view.h:25: gal/widgets/e-reflow-sorted.h: No such file or
directory
make[4]: *** [e-addressbook-view.o] Error 1
make[4]: Leaving directory
`/root/tmp/evolution-0.10/addressbook/gui/widgets'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/root/tmp/evolution-0.10/addressbook/gui'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/tmp/evolution-0.10/addressbook'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/tmp/evolution-0.10'
make: *** [all-recursive-am] Error 2

please help me... i want me email back! :)  

cheers!
.l.


lehi k. davis|  Yesterday it worked.
[EMAIL PROTECTED] -o)  |  Today it is not working.
http://linuxcowboy.org   /\  |  Windows is like that.
_\_v |


___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



Re: [Evolution] I feel like a novice

2001-07-06 Thread Peter Williams

On 06 Jul 2001 11:57:40 -0400, lehi wrote:
 Hey everybody.  I upgraded to Slackware 8.0 (still not sure if that was
 the BEST idea, but I'm sticking with it) and I'm having problems
 compiling evo.  

Your autoconf error is truly weird -- I have no idea what could be
causing this. Verify your installation of the autotools and gettext, I
guess -- maybe they are old versions?

As for your compile error, you need a newer GAL. If you're compiling CVS
evolution, you'll need CVS gal. ** I think ** Evolution 0.10 needs GAL
0.7.

Peter

--
Peter Williams [EMAIL PROTECTED] / [EMAIL PROTECTED]

Why should I have to change my name? He's the one who 
sucks!  -- Michael Bolton


___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



Re: [Evolution] I feel like a novice

2001-07-06 Thread Peter Williams

On 06 Jul 2001 12:52:07 -0400, lehi wrote:
 I thought about gal, and then i checked gnome-config --modversion
 gal and it returned gal-0.8
 

CVS HEAD gal is even newer -- 'gal-0.8.99.8' is what you want if you're
compiling HEAD evolution.

--
Peter Williams [EMAIL PROTECTED] / [EMAIL PROTECTED]

Why should I have to change my name? He's the one who 
sucks!  -- Michael Bolton


___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



Re: [Evolution] I feel like a novice

2001-07-06 Thread lehi

That did it!  thanks!

.l.

lehi k. davis|  Yesterday it worked.
[EMAIL PROTECTED] -o)  |  Today it is not working.
http://linuxcowboy.org   /\  |  Windows is like that.
_\_v |

On 6 Jul 2001, Stephen M. Williams wrote:

  Running autoheader...
  autoheader: error: shell error while sourcing /tmp/ah/traces.sh
  **Error**: autoheader failed.
  
  where would the autoconf macro directory be?
 
 I had the same problem with autoheader after installing autoconf 2.50.
 Had the same problem on two machines.  I backed it off and installed
 2.13 and it worked fine.  YMMV :)
 
 --
 Stephen Williams
 mailto:[EMAIL PROTECTED]
 
 * I've tried killing time, but it keeps making a comeback.
 


___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution