Now I know why you affectionately refer to the autoF*C* programs as
such!

My problem with building libast (and probably Eterm, but I have gotten
there yet), is that the sequence of autoF*C* commands in autogen.sh were
wrong for my installation.

In addition, I had to make a change to configure.in which continued to
show an error in line 91.

basedir=.
AC_OUTPUT(${srcdir}/include/libast/types.h Makefile include/Makefile \
          include/libast/Makefile src/Makefile test/Makefile \
          libast-config)

${srcdir} had to come out so I as left with

basedir=.
AC_OUTPUT(include/libast/types.h Makefile include/Makefile \
          include/libast/Makefile src/Makefile test/Makefile \
          libast-config)


Then...Using my gnome-autogen.sh as a guide, I made the following
changes to autogen.sh
# Run the stuff.
(set -x && $LIBTOOLIZE -c -f)
(set -x && $ACLOCAL $ACLOCAL_FLAGS)
(set -x && $AUTOCONF)
(set -x && $AUTOHEADER)
(set -x && $AUTOMAKE -a -c)

as opposed to the order in the cvs autogen.sh
# Run the stuff.
(set -x && $LIBTOOLIZE -c -f)
(set -x && $AUTOHEADER)
(set -x && $ACLOCAL $ACLOCAL_FLAGS)
(set -x && $AUTOMAKE -a -c)
(set -x && $AUTOCONF)
------------------------------
et voila!
config.status: creating config.h
config.status: creating include/libast/sysdefs.h
config.status: executing depfiles commands

libast 0.7
Configuration:
--------------

  Source code location:    .
  Host System Type:        i486-pc-linux-gnu
  Preprocessor:            gcc -I/usr/include -I/usr/X11R6/include
  Compiler:                gcc -g -O2
  Linker:                  gcc -L/usr/lib -L/usr/X11R6/lib  -L/usr/lib -lImlib2 
-lfreetype -lz -L/usr/X11R6/lib -lX11 -lXext -ldl -lm  -lSM -lICE -lpcre
  Install path:            /usr

Now type 'make' to build libast 0.7.


-- 
Peter



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to